Hi
I am fairly new to VB.net. I have a form through which I would like to load another form, like when the user clicks the next button. On the first form the user selects an option depending on which the controls for the next form are loaded after the user clicks the next button. The problem is th...
more >>
Hi folks!
I have a BaseForm class that inherits System.Windows.Forms.Form. It has a
property, whose value I need supplied by the class that inherits it. The
BaseForm usees the value supplied into this property in its Load event.
So, I gave the BaseForm and the property 'abstract' modifier, a...
more >>
There seems to be a bug where if you're in a textbox, a button can still have focus and prevent you from using the "enter" key in the multi-line textbox. This happens when you have a button and a textbox in a child form, go to another child and return back to the initial child. Here's how to re-cr...
more >>
Is it possible to make a scrollbar appear at all times on the datagrid?
G
...
more >>
We wrote a class library and then we created aprox. 30 demo projects for both C# and VB. They all have the copy local set to true and it will be like that until the end of the development. So, everytime we change the library someone has to open each sample and recompile it or have a batch file copy ...
more >>
In Visual Studio, how to configure the build result as dll. Please advise.
Peter...
more >>