Hi,
I would like to force my application to maximize when it is launched. I
have tried this by setting the WindowState in the designer at runtime, and
have also tried executing
WindowState = FormWindowState.Normal
The form does open maximized but it does not correctly maximize to the
Wi...
more >>
oh come on. I have to be missing something.
There HAS to be a better way of binding data to a winform listbox that
reading through all the records and adding each item to the items
collection.
Its .NET for crying out loud.
...
more >>
Hello everybody,
I am trying to convert a folder into an XML file Help very much appreciated
Thank u
...
more >>
Hi all, need some help in taking the right approach to
solve this problem.
I have a DataGrid bound to a DataTable. I need the user to
enter only numerical values and decimal. I did override
the ProcessCmdKey of DataGrid. I'm capturing Enter, Tab,
directinal and other keys. If the user ente...
more >>
I am using VS.net 2003 to develop a simple window form by
using C#. I have added a menu in that simple window, as
follow:
http://destiny.xfiles.to/ubbthreads/files/383648-2.jpg
The style is the standard one, but i would like to change
to VS.net style, just like the following:
http://d...
more >>