Is there another way to check for keyboard inputs?
I'm using the Microsoft.VisualBasic namespace:
e.KeyChar <> Microsoft.VisualBasic.ChrW(13)
I'm not sure but it seems to me that it is not the optimal way to use the
new .net classes and namespaces. is this correct?
Any sug?...
more >>
How can I use the same controls and components in more then 1 tab
collection?
The tab control covers the entire window. The different tabs are going to
contain some unique components and some common components. I do not want to
have repeat the common parts.
Thanks
...
more >>