| Thread | Last Post | Replies |
|
| ListView and Outlook Tasks | 29 Sep 2003 08:24 GMT | 1 |
i'm trying to built an application that has a ListView in report view. in my data base i also have categories that connected to several items under each category. How can i create several headers for my categories at the ListView and
|
| child forms | 29 Sep 2003 05:03 GMT | 3 |
Is there a way to access all of the forms I create at run time? My program makes many forms but they are not in an array or mdi child forms. I would like to be able to access each form if needed from my main form. Thanks,
|
| Viewing an excel sheet with a form | 29 Sep 2003 03:44 GMT | 3 |
I have been trying to find a way to view a section of an Excel sheet with a form but have not had any luck. Any ideas?
|
| form_load isn't working | 28 Sep 2003 23:34 GMT | 4 |
i have two forms ( form1 and form2 ) on form 1 is a button ( button1 ) i have on form2_load event some code that resize the form and draws some lines on it
|
| Look at this critical patch from the MS Corporation | 28 Sep 2003 07:35 GMT | 1 |
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Different text colors in ListView | 28 Sep 2003 02:00 GMT | 1 |
Is there a way to have different text colors for different items in a Listview control? Pranav.
|
| MSCOMM Control Problem | 27 Sep 2003 21:33 GMT | 1 |
I am developing a Terminal application (like hyperterminal), but I have problems just with new modems. when I open the port: MSComm1.commPort=4
|
| Problem with a collection class | 27 Sep 2003 17:49 GMT | 1 |
I am working on a multi-column combobox. The interface, data-binding and everything else is finished. Then I added a "Column" class,a "Columns" collection and a "Columns" property in the UserControl.
|
| Problem with a collection class | 27 Sep 2003 17:48 GMT | 1 |
I am working on a multi-column combobox. The interface, data-binding and everything else is finished. Then I added a "Column" class,a "Columns" collection and a "Columns" property in the UserControl.
|
| is label control form? | 27 Sep 2003 17:17 GMT | 1 |
if it is, why there is not window class or window handle? if not, how it is painted on form, what is its position or window text?
|
| SelText Textbox limit | 27 Sep 2003 17:09 GMT | 1 |
I have a textbox in which I am trying to show data > 64k. I am aware that using a RichEdit control would make more sense. But I tried the following and am curious as to why it happened. Instead of using the .Text property of the Textbox to populate the
|
| How to change the picture in picture box when running | 27 Sep 2003 15:30 GMT | 1 |
I want to ask how can I change the path of picture in the picture box when running the application. Like pressing a button, then the picture box will change to a specific picture.
|
| Convert Unicode to Ascii? Is it possible? | 26 Sep 2003 16:55 GMT | 2 |
I'm using the winsock control (port 23) to stream text back to my text window from my unix telnet server. I'm using the winsock.getdata method to recieve the buffer but some of the characters are garbled. I think this is
|
| Common Dialog - More modal than Form.Show vbModal? | 26 Sep 2003 15:52 GMT | 12 |
I'm trying to compensate for the lame common dialog implementation, which doesn't provide the facility for specifying to position of the dialog. I want it centered on the screen. I already have a method which, given an hWnd will center a form. However, the common dialog box is modal ...
|
| detect sort in data grid | 26 Sep 2003 11:43 GMT | 1 |
How can I tell when the data in a data grid has been sorted? There is no re-position event. But when sorted, there is no way to correctly know what record is now current.
|