| Thread | Last Post | Replies |
|
| Capture the column resizing event of the List View Control | 17 Oct 2003 05:46 GMT | 4 |
I need a help on how to capture the column resizing event of the List View Control in Visual Basic. I have got to know that it is impossible to lock the column resizing in the List View but my problem can be solved if I can capture the
|
| RGB colors | 17 Oct 2003 04:04 GMT | 2 |
Am new to Visual basic, I would appreciate if somebody can add correct syntax below, i cannot get it right, color RGB 255 , 192, 192 should be inserted at end of below TextBox1.ForeColor = System.Drawing.ColorTranslator.FromWin32
|
| Determine Code Line Count... | 17 Oct 2003 03:48 GMT | 5 |
Can anyone recommend a good way to get the count of the 'Number of Lines of Code' that are part of a vbProject. This should include all class and standard modules as well as the forms. If I can be picky, can
|
| Integers | 17 Oct 2003 03:34 GMT | 3 |
When asking a user to input a number it's easy to make sure it's higher, lower etc then a specified amount. What I'm struggling with is if you ask the user for a number and they enter a letter. How do you code this kind of thing to make sure that a string is entered as a string or ...
|
| I've reached my wits end | 17 Oct 2003 03:21 GMT | 1 |
Thank you for reading. I used to write VB6 a couple years ago. I got away from it for quite some time. I'm now working with VB.NET. I'm trying to do what I thought would be the most stupid simple thing and I just can't get it.
|
| code for printing to a specific part of a page? | 17 Oct 2003 03:18 GMT | 1 |
Any good source code that will let the user select where to begin printing on a page? This is for a small little program that will have an option to print business cards. I want the user to be able to print less than a full page of these cards.
|
| Stupid Code | 17 Oct 2003 02:49 GMT | 2 |
I may be doing this all wrong but can someone point me in the right direction. Private Sub cmdname_Click() lblname.caption = x
|
| On Error within IDE under XP Pro | 17 Oct 2003 01:26 GMT | 2 |
I'm finding that the On Error statement is not causing program execution to properly branch when run from within the IDE under XP Pro. This has NOT been the case when I run either the compiled code or when the same code is run within the IDE under Win2K.
|
| Quitting "Word.Application" Help Please | 16 Oct 2003 23:44 GMT | 5 |
Im doing something wrong in quitting the Word.Application in my VB program. I have General Declarations Dim AppWord As Word.Application
|
| Integers/Strings | 16 Oct 2003 21:46 GMT | 9 |
When asking a user to input a number it's easy to make sure it's higher, lower etc then a specified amount. What I'm struggling with is if you ask the user for a number and they enter a letter. How do you code this kind of thing to make sure that a string is entered as a string or ...
|
| Difference between AS ANY / AS VARIANT ? | 16 Oct 2003 20:34 GMT | 7 |
What is the difference ? If there is one ?
 Signature Stephane Gagon
|
| Selecting text in an MSFlexGrid | 16 Oct 2003 19:47 GMT | 4 |
I would like to use SelText and SelLength in an MSFlexGrid to change the colour of the selected text, but these methods are not available. Can anyone give me a sample of text to illustrate
|
| Problem saving a recordset in xml format. | 16 Oct 2003 15:46 GMT | 3 |
I'm writing an application in Visual Basic for Applications for a project created with Visual Studio 6.0. I have to store the data of an ADO recordset, and I'm using the "save" method. I want it to be in XML format.
|
| CAD Control | 16 Oct 2003 15:04 GMT | 1 |
>Looking for a fairly rudimental CAD control, doesn't need to be fancy >but something I could program around to create simple floor plans. Take a look at CADE Control : http://www.weresc.com?go=cade, it has very nice drawing functionality and dxf export, as well as multiuser support
|
| Arrange Text in a ListBox? | 16 Oct 2003 11:26 GMT | 1 |
I'll get to the point. Does anyone know how i go about arranging text in a list box? I am loading a name and number into a listbox from an array, using code snippet below:
|