I have an exsiting MDI application. I have the when the child is called from the Parent, I set it's DockStyle to fill, I also have the child form set to maximized In VS 2003 and 1.1 this works the way I want it to, the child form is
I have a dialog in my VB.NET application that has some controls for configuration and an "Apply" button. The design calls for the Apply button to be enabled only after the user has made changes to the settings. To do this the change events for each control are used and the Apply ...
Hi, I'm trying to populate a combo with a typed dataset (I am filling the dataset in the form load) by using the databindings , (Selected Item & Selected value) I get a blank combo box. (Unless I bind the text property, but then I only get the first row as the combo text.)