I have a Process and can call CloseMainWindow or Kill it, does anyone know how I can tell the program to Minimize or Mazimize? I tried the SendMessage function in user32.dll, but couldn't get it to work.
In Visual Studio 2003 there was an option under tools called 'Build Comment Web Pages' that would build a html/xml documentation report for the project code. Is this tool available in 2005? If so how do I get to it?
in the designer select the textbox, click the lightning bolt in the properties window, and double click the event you want to handle. You could do it for mouse overs. TextChanged is the standard textbox event
My combo box seems to have a default minimum height of 21. If I call combo.MinimumSize.Height it says I can go to as low as 0 (this property for ComboBox is new to .NET 2.0). But setting the height to something different doesn't change the height. Is there a way?
Also trackbars seem to have to...
Hi, I'm using the TableLayoutPanel and wondering if there is a method to get the row and collum clicked when my TableLayoutPanel gets a mousedown event. For instance with a DataGrid you can say something like
DataGrid.HitTestInfo info = dataGrid.HitTest(e.X, e.Y);
and info will contain the row...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.