| Thread | Last Post | Replies |
|
| Accessing OCX information from a different app | 27 Nov 2003 22:44 GMT | 1 |
I wonder if anyone can help. I have a compiled application which I havent written, I know that the application uses an ocx to display its information. I would like to know whether it is possible to capture the information the ocx shows via my vb
|
| Dumb Grid questions | 27 Nov 2003 16:46 GMT | 1 |
I am trying my first .NET project. I want to use a grid to display some data. It is not bound to a data source. I am having trouble with very simple actions. 1) Do I use a data grid, a list box, or what?
|
| Is it possible to draw tables in RTF? | 27 Nov 2003 16:45 GMT | 1 |
Is there any way to draw tables and make other drawing operations in RichTextBox? RTF syntax includes something about it.
|
| runtime 53 - newbie | 27 Nov 2003 14:57 GMT | 3 |
can you tell me how to trap runtime 53 (file not found) even just with a small error trap so that when runtime 53 occurs, it can show message box and then go back and then return to the app to wait for the user to type in another filename
|
| combobox | 27 Nov 2003 11:27 GMT | 11 |
I have a combo box with no default value. The list options is: 1.Install and 2.Uninstall. 1. How can I set the combobox so that it defaults to install at runtime? 2. Also, how can I then use whatever the option, to store either install or
|
| Non-clipping controls | 27 Nov 2003 08:55 GMT | 4 |
Is there a way to have a control (or rather a control in myControl.Controls) not be clipped by the parent form? I want to have a pop-up that is tied to a control on the parent form, but I want to let the pop-up hang over the edge.
|
| Change Locale in VB | 27 Nov 2003 03:14 GMT | 2 |
Anyone know how to change the locale date FORMAT in VB runtime? What WIN API function should I use, Any code sample would be appreciated. Thanks...Douglas
|
| Zero Length Strings | 26 Nov 2003 17:59 GMT | 12 |
I have a bound textbox control. When I delete the data in the control, I get the "zero length" string error during the .Update operation. Is there any easy way around this, or do I have to insert event code to set the value to Null
|
| Move insertion point within RTF control by line number | 26 Nov 2003 15:08 GMT | 4 |
How would one move the insertion point to a specific line number within an RTF file as to highlight it? I've attempted to use both .span and .upto methods with no success. I have the line number, and I need to highlight a specific line of
|
| Highlight Line in RTF Control | 26 Nov 2003 14:55 GMT | 2 |
How would one move the insertion point to a specific line number within an RTF file as to highlight it? I've attempted to use both .span and .upto methods with no success. I have the line number, and I need to highlight a specific line of
|
| Printing the content of a MSFLEXGRID | 26 Nov 2003 13:51 GMT | 1 |
I have a problem How do I print the content of a msflexgrid control with the border lines? also how I print it with a header and an image? Im generating a complex report and I put the results on the grid but I can't
|
| CAPTURE TREEVIEW TEXT | 26 Nov 2003 13:14 GMT | 5 |
How can I capture the text of a treeview node when double clicked?
|
| vbListBoxCheckbox | 26 Nov 2003 09:30 GMT | 6 |
My desire is to be able to select an item in the listbox and then make a determination as to the condition of the checkbox for that selected item (if the item is selected then check to see if the item's checkbox is checked). It seems as though the .Selected property is set based on ...
|
| Menu Bar & Tool Bar | 26 Nov 2003 06:42 GMT | 4 |
How to create a menu bar with icons like MSWord or Visual Basic? How to create moveable Menu bars and Toolbars like MSWord or Visual Basic?
|
| Decent image control | 26 Nov 2003 03:24 GMT | 1 |
I need to show an image centered on a form. That's easy, use a Picturebox... problem is the images may be different sizes, and I need to resize to show the image with the correct aspect ratio (ie: height vs width)...
|