Answer Questions
romdawg How to un-minimize my form
Hi, I have a simple form which has a Timer control on it. The timer will fire every 10 seconds. If I run the application, my form appears and I click the "Minimize" button. After 10 seconds my timer event fires. I want the form t ...Show All
DMartin WinForms GUI TEST tools?
Hi! I am looking for some GUI Test tools for a windows forms app. Do you know some good regards, gicio Hi Gicio, I've used NUnit Forms (http://nunitforms.sourceforge.net) with success in the past. Good luck, -Paul ...Show All
MinorMitar hotspot type links on picture box controls
Hi, I'm a web developer new to windows forms. I have a windows form that is one picturebox of an image I made in Photoshop. Can I create hotspots or imagemaps over the portions of the image that I want to be clickable Thanks, Jon Byrd ...Show All
Collin B Object reference not set to a instance of an object
I have an app in VB.NET 2003 using Crystal reports crystalreportviewer to show reports from a Access database. There are three Win98 PCs. One will display the reports correctly, the other two return the error listed in the subject line.   ...Show All
MueMeister Extend default context menu
Probably a very stupid question, but how can you extend a default context menu with your own menu items. My question is: I want to have my own context menu, but in there I want to have the default Copy/Paste/Cut, ... functionality. Thanks Jim ...Show All
Chau Tran Capturing Mouse Clicks outside UserControl
Hi All, I have been really struggling with this one. I have developed a usercontrol and I need to be able to capture mouse clicks outside my control, elsewhere on the form it will be housed in. I do not have access to the form and all  ...Show All
RayFloyd TextBox, enter key, shift+ enter problems
Here is what I basically want to do: I have a multi-line textbox. When I press enter I want it to fire a button press event ( I am pretty sure that I should not be using the AcceptButton property because of what else I want  ...Show All
fatih_saki mouse down event
i do an small windows application using C# that use picture, am create an ZoomIn function that will zoom in to the picture,what i need is how can i hold mouse left click to call zoom in fucntion, only hold the left click mouse at the zoom in button i need the event please help hi, Is your problem solved Thank you, Bhanu. dear, that will not help, ido that but not helpful, since it will cal ...Show All
partnerinflight TableLayout control
I'm testing the TableLayout control. I must say the basic idea is stupendous, an analog of the HTML table for WinForms. The only problem I have with it is where the analogy stops. Maybe I'm not getting something right about this control but I find myself wishing I could get direct access to rows and columns (like in the web, server-side table control). I was specialy looking to remove entire rows by doing something in the idea of "myTableLayout. ...Show All
cropcircles Forms and Parent property
Something has changed between how VS2003 and beta 2 and I need help in indentifying that. I have one form that I call a parent form. This form in not a MDI form. Within the parent form code I create a new form and make it a child of my parent form. The code is below. Form frm = new frmChildTest(); frm.TopLevel = false; frm.Parent = this; frm.Show(); It works, the new form, my child form, is contained within my parent form. ...Show All
Ravindra Agrawal - MSFT Make setup program create folders?
How can I make my setup program create folders with specific name while installing application I want to create these folders in application folder. Thanks Right-click on the Application Folder under "File System on Local Machine"  ...Show All
pemmawadu Max controls in controls collection of panel?
I am adding UserControls to a Panel at runtime based on the Datarows in my DataSet. When the count gets to 357, the program generates an exception of "'System.ComponentModel.Win32Exception' occurred in system.windows.forms.dll, Additional information: Error creating&n ...Show All
anand singh How to guarantee modelessness in .NET Form in Class Library?
In VB6, the App.NonModalAllowed property would tell you whether you could show a modeless form or not. The docs for .NET say... "No equivalent. This was a read-only property related to ActiveX .dll files. The .NET common language runtime automatically manages this behavior." ...which does not explain what is happening. I'm guessing that the clr shows the form as modal if non-modal is not supported. I have a .NET class library which ...Show All
Ravishenkar .NET Remoting Exception: The system cannot find the file specified
Hi, I am learning .NET remoting and following the tutorial http://www.csharphelp.com/archives2/archive460.html Everything works fine. Now I want to modify it a bit for my personal use but I failed :o Original file using System; using System.Runtime.Remoting.Lifetime; namespace Remote.Sampl ...Show All
Erik_DD selecting an item from a datagrid to show in a combo box
hi, I've got two forms. In one form I've got a datagrid and in the other I've got all the controlls for user to edit . When the user clicks on the datagrid(Form1) the relevent record data shows up in the second form. The problem  ...Show All
