In my application i used some dialog boxes like about of company some customize message boxes and all that in some dialog boxes I used start position as Center parent but i forget to pass the IWin32Window Owner in show dialog as a parameter regarding that when focus is lost from my application then dialog took desktop as a parent and opens in different locations so always pass window owner as a parameter.
About aboutInfo = new About(); aboutInfo .ShowDialog(this); or, aboutInfo .ShowDialog(this.toplevelcontrol);
Func Delegate in C#
Hello Everyone, In this article we will talk about Func< in T, out TResult>
Delegate.
It is another readymade delegate that provi…Read More
Predicate delegate in C#
Hello Everyone, In the article we will talk about Predicate
delegate.
Predicate is also a delegate which encapsulate a
method that takes only …Read More
How to create a chrome extension ?
Hello Friends, in this article we will learn to create a
chrome extension.
Step 1 - Create a
manifest.json file. It should contain a valid json c…Read More
Action Delegate in C#
Hello everyone, in this article we will talk about “Action” a readymade delegate.
Action is just another delegate that takes some parameters and doe…Read More
Hii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
how can we find code-behind of any flash button in asp.net
ReplyDeleteHii,Just click on that button and you will get the cs file You can code on that cs file related to that button and all the coding related to button will be in apx file where designer lives.
ReplyDelete