| Thread | Last Post | Replies |
|
| Cancel windows message from reaching parent | 01 May 2007 16:17 GMT | 5 |
I am developing a set of controls that must function inside of an application that loads them through COM interop (I don't believe that makes a difference). The application is designed to always handled the "Enter" key. One of my controls is a text box which needs to allow the ...
|
| How to capture Item's event through an object of its collection in a form? | 01 May 2007 11:47 GMT | 1 |
There are two classes 1) Key - contains some private variables, one method "Reset" and one event "valuesReset" which is raised by Reset method. 2) Keys - this class is collection of objects of class 'Key' and it is
|
| How to program to retrieve selected rows in another form from a Datagrid form | 01 May 2007 10:27 GMT | 1 |
I have a datagrid in a form. An update button on the form upon clicking gives another form which should show all the records of the selected rows from the datagrid.
|
| How to convert from string to integer? | 01 May 2007 09:57 GMT | 1 |
I am working with MS Visual C++ .net 2003. With your help, thank you, I am able to take data from the user through a text box of a form and show the information on label of another form. But I discovered that the data that I collected was not in such a format by which
|
| Total Loss of control in VS.net 2005 code window | 01 May 2007 07:21 GMT | 5 |
I'm now consistently having a problem (shortly after SP1), that, heretofore, only happened once in a while. Now, I bring up the code window in VB.Net 2005 - and I loose total control - I type in a letter or two (most of the time, it's only one), and the
|