:: Home     :: Add Questions
Register   |   Login
 

Winforms Interview Questions & FAQs

Top 20 Questions

 

Question :: How can I run an EXE from within my application?

View Answer

Question :: What are the common issues in redirecting assemblies using the publisher policy files?

View Answer

Question :: How can I find all programs with a GUI (not just arbitrary windows) that are running on my local machine?

View Answer

Question :: How can I get a list of all processes running on my system?

View Answer

Question :: How can I make sure there is only one instance of my application running?

View Answer

Question :: How do I determine which operating system is running?

View Answer

Question :: How can I get all IP addresses for my local machine?

View Answer

Question :: My user does not have .NET installed. Will he be able to run my Windows Forms application?

View Answer

Question :: How do I get the path to my running EXE?

View Answer

Question :: How can I programmatically obtain the name of the assembly that the code is executing in ?

View Answer

Question :: How can I see what is installed in the Global Assembly on a machine?

View Answer

Question :: How do I set the company name that is returned by System.Windows.Forms.Application.CompanyName?

View Answer

Question :: How do you prevent serialization of certain child controls in your Composite Control?

View Answer

Question :: How do I get hold of the currently focused Control?

View Answer

Question :: Why do calling Focus() on a control not set focus on it?

View Answer

Question :: How do I listen to windows messages in my Control?

View Answer

Question :: How do I programatically change the color of a control?

View Answer

Question :: How can I change the Border color of my control?

View Answer

Question :: Why should I provide a Non-Client border to my Control derived class?

View Answer

Question :: How do I provide a 2 pixel 3d border in the Non-Client area of my Control derived class?

View Answer

Latest 10 Questions

 

Question :: I call invoke Abort on my threads, but they still do not terminate.

View Answer

Question :: When I close my application, my secondary thread does not exit.

View Answer

Question :: Why do I have to use the STAThread attribute for my main method in my app.?

View Answer

Question :: How do I figure out if a particular client object has subscribed to one of my events?

View Answer

Question :: How do I control the order in which events are fired to multiple subscribers?

View Answer

Question :: How do I intercept event subscription of a event in my base class?

View Answer

Question :: How can I set the width of a listbox to fit the text?

View Answer

Question :: Is it possible to call macros as part of a Visual Studio.NET command line build (or from a batch file)?

View Answer

Question :: Can VB.NET code be formatted using macros?

View Answer

Question :: 2 How does VS.Net find the referenced assemblies when I build a project from the command line?

View Answer
::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd