| Thread | Last Post | Replies |
|
| Delete lines from a text file with a batch file | 23 Dec 2004 14:32 GMT | 5 |
I need to delete lines from a text file where certain values in the first 5 characters of each line exist. I would like to do this by running a batch file. Is this possible? Any help would be appreciated.
|
| Construct Formula | 23 Dec 2004 14:27 GMT | 4 |
Given that college algebra was 50 years ago I have basically forgotten most of what little I knew. I am trying to develop a VB formula to solve for X given the existing formula as: 278.13 = (31100-(X * .5))/48
|
| combo box | 23 Dec 2004 14:09 GMT | 2 |
I'm new to vb but have a little experience in vba im using vb.net my question is with comboboxes the fist combo box lists the manufactures when a selection is made the
|
| Please help. | 23 Dec 2004 11:55 GMT | 2 |
I have been trying to use a Access table for a bar chart but i encounter some error. Please hlep. Here part of the code.
|
| Create a mesh in 3D Studio R2: texturing help! | 23 Dec 2004 10:56 GMT | 2 |
Im using 3D Studio Max R2 (its waay old but i got it for free :D :D so its the best! as far as im concerned) I need a little help cause im a newbie with these modeling thing. I created a cube with 25 height, width and length. I want to apply different texture
|
| format function gives back a string | 23 Dec 2004 10:25 GMT | 10 |
does anybody know how can I reach the following effect. I want to format a floating point number like 45,233 in the way that only two digits after the comma are show, but they should be there even when the number in an integer value like 4,00.
|
| SSTab Control | 23 Dec 2004 09:03 GMT | 2 |
What property determines the SSTab control order? I mean, it would seem that if I am on the second tab and compile my program and launch from command line... the second tab has focus instead of the first. Does order change or something?
|
| How to access web services in VB6? | 23 Dec 2004 09:01 GMT | 6 |
I want to pull out XML files from a web service using VB6/(VBA). Also, the web service needs the user to login at the beginning. Any help? Thanks. Yolande
|
| Splash Screen Graphics Display Problem | 22 Dec 2004 23:34 GMT | 6 |
I have a Splash form that has an image on it that is 331 high and 434 wide. I have frmSplash setup using Twips and the form is a bit larger than the image. 1) Originally, on my development machine, I had the form exactly the same
|
| hwnd of a label | 22 Dec 2004 23:17 GMT | 11 |
the lable control does not have a hWnd is there anyway to get the handel of a lable
|
| floating window | 22 Dec 2004 19:45 GMT | 1 |
I am facing a logical problem here . i want a floating window in my mdi based application Say i have 2 forms . Form1 and Form2 as form1 is a mdichild , I can't use then statement
|
| Resize and move invisible controls | 22 Dec 2004 17:08 GMT | 4 |
I'm working on resizing of all my forms at run time depending on screen resolution. I have a problem with controls which are invisible when form appears. I have Tab control with several tabs. Each tab contains several other controls. First tab is active and all controls on it were ...
|
| How to exit? | 22 Dec 2004 17:03 GMT | 15 |
I'm a beginner of VB6. I want to design an Exit button for my program. What code should I write in its click event? I wrote "Unload all". It only unloads some of the forms. I also wrote
|
| How to find out length of Strings in Twips or other scale units? | 22 Dec 2004 17:01 GMT | 7 |
To find out the length of strings the Function X = Len(String) is used. Is there any Api or other method available to find out the length of strings in other scale units such as twips? Thanks in advance,
|
| Call EXE from VBScript | 22 Dec 2004 16:42 GMT | 1 |
Pardon my newbieness, but here is a simple question for somebody: How do I launch an executable from a script? For example, if I wanted to launch the Calculator (calc.exe) from a script file. tod
|