| Thread | Last Post | Replies |
|
| Shell Game with XML Attributes | 22 Mar 2005 18:03 GMT | 1 |
I have a problem that I suspect shouldn't be this hard to figure out, but I'm a .NET newbie so I'm looking for help. I am reading from an XML file to populate a combo box with the value of an "Name" attribute to several elements. When the user selects an item
|
| Padding Spaces in VB.net | 22 Mar 2005 16:59 GMT | 1 |
edition: VB.net 2003 I read some values from a database and I write them in a plain ASCII file. I would like to pad some of them with spaces. Like one example is a value abcd. How can I write this value padded with spaces like "
|
| Detect consecutive black area on a form or a image | 22 Mar 2005 16:24 GMT | 2 |
Is there a way to detect consecutive black areas on the form..I have a scanned image(placed on imagxpress control) on the form.If there is continous black portion on the scanned image, it means the image has not been scanned correctly. I would like to detect this.Is it possible
|
| Draw line on picture | 22 Mar 2005 16:05 GMT | 1 |
Ive to draw a line on a picture i used this code: Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) x1 = z.X
|
| menubar wrap disable | 22 Mar 2005 15:42 GMT | 1 |
I want that my menubar captions must NOT wrap to a second line when the form is resized to very small size. Is it possible with the standard menubar? TIA,
|
| Reading Tables From a Folder | 22 Mar 2005 15:39 GMT | 2 |
I'm converting DOS tables that are in Ascii format & tab delimitated . They're all in the same folder all have the same table name as the windows DB (Mysql) with a .Txt extension. Here's the code:
|
| Printer Object? | 22 Mar 2005 14:58 GMT | 3 |
hi, i had used the dollowing code Private Sub Form_Load() Dim TicketFile As Long Dim TempTicket As String
|
| Sign Petition Demanding MS Resume Development of VB6 | 22 Mar 2005 13:22 GMT | 11 |
Wednesday, March 02, 2005 - Microsoft MVPs revolt Over 100 Microsoft MVPs (Most Valuable Professionals) have signed an online petition that demands Redmond resume development and support of "classic" Visual Basic, a-k-a VB6. The MVPs are calling for all VB
|
| Mouse Pointer Changes to hourglass on vb6 usercontrol | 22 Mar 2005 02:57 GMT | 2 |
I have a VB6 application that is using alot of .ocx controls. Now the problem is when I move the mouse over the form containing the standard controls and the .ocx controls, the mouse pointer changes to hour glass on the .ocx contols (but still allows me to do everything e.g. ...
|
| Non-Volitile Data Holding Question | 22 Mar 2005 01:53 GMT | 2 |
Hello Group, I have a VB app which includes a UTC (Universal Coordinated Time) clock. It has to be configurable to account for different time zones and daylight savings time. Once the user selects these settings, I need to keep them
|
| Scalable number of text boxes | 22 Mar 2005 00:47 GMT | 1 |
I am making an app to pair players together. If I enter 4 for 4 players I want it to open 4 windows for name entry and such. If I enter for 2 I want it to open 2. How do I do that? I am very new to vb programming.
|
| Private Module Variable can't be read after Form Load? | 21 Mar 2005 22:44 GMT | 7 |
I have a private variable in my Form Private sField as String In the Form_Load event, sField = Left$(sMyTable, Len(sMyTable) - 1)
|
| Is it possible to center a msgbox? | 21 Mar 2005 22:00 GMT | 8 |
Is it possible to center the text in a msgbox? And if so how? Thanks James.
|
| Tab Delimitated Table | 21 Mar 2005 21:55 GMT | 3 |
I'm trying to read a Tab Delimitated Table from (DOS) in order to convert to MySql. Here's the code: Open "F:\Zip\Ar-Custo.Txt" For Input As #1
|
| How to test a text string against a given format | 21 Mar 2005 21:21 GMT | 2 |
I am dealing with text fields for which I need to control the format. There are various fields and each of them as its specific format. For example, if [Phone Numbers] must look like (+XXX YYYYYYYYY), I want to make sure that the content matches it. I know I can parse the
|