| Thread | Last Post | Replies |
|
| Finding a path to a program | 21 Dec 2006 15:34 GMT | 4 |
My problem: In a VB6-program I would like to find the path to the program associated to a given extension. E.g. given the extension *.doc I would like to find the path to winword.exe (on a single computer, not in a network).
|
| fortran input format to VB format | 21 Dec 2006 09:18 GMT | 3 |
I am trying to convert fortran G10.2 format to visual basic format. I know there is a function called format(VarA, "000.00E+00") . This dumps the number at the right place... but when user enter a negative number the inputed number shifts to the right. And that screws
|
| OPEN USB CASH DRAWER VB6 | 20 Dec 2006 16:27 GMT | 16 |
I can open a cash drawer connected to a printer in a COMM or LPT port but it's impossible to do it when I use a USB printer or the cash drawer is connected directly to an USB port? Does anyone know how to open a USB cash draw from VB6?
|
| VB and CCTV | 20 Dec 2006 09:58 GMT | 1 |
I am attempting to create a web server that will be attached to a pelco video matrix switcher (9770) via a serial port. I want to setup hyperlinks on the webserver that will feed ascii commands to the matrix switch via the serial port. These commands will tell the switcher what
|
| Convert 80386 to VB | 20 Dec 2006 01:07 GMT | 3 |
I decompile a DLL and it's a 80386 and I would like to know if it's possible to convert the 80386 to a VB format ?? OR can I find some one to help me with a small routine ??
|
| Job offers | 19 Dec 2006 19:07 GMT | 1 |
We are looking 821 qualified persom 15 different position please visit our site to apply Aply here -> http://jobseek.50webs.com
|
| Visibility of Form1 in Form2 | 19 Dec 2006 09:52 GMT | 8 |
In a VB6 app, I have a simple form named Form1 with a TextBox in it; in Form2 I want to get a value and then update Form2.TextBox1 ... but it doesn't work with the "obvious" code: Form1.TextBox1.Text = Form2.TextBox1.Text
|
| Class Properties | 19 Dec 2006 00:15 GMT | 6 |
I have a class that has several functions. The functions currently use arguments to pass data because some of the functions use variables with like names. Is there a way to pass data via a LET property to two or more functions using the same LET property name so the data is uniquely
|
| Select item in a combo-box | 18 Dec 2006 23:03 GMT | 7 |
I have a combobox with the numbers 1 to 7 as items. When the user presses a button, I take the value of the selected item with: x = Combo1.ListIndex This works great, but if the user doesn't select anything, the value
|
| Setting a Date to Null | 18 Dec 2006 10:47 GMT | 5 |
How can I set a date to null, nothing, no date ... ? I want to re-initialize a DatePicker and no matter what I assign it (empty string, null, etc), it seems to want a valid date .. there's gotta be a way, no ? TIA
|
| ActiveX Error | 18 Dec 2006 08:59 GMT | 3 |
I'm trying to add an ActiveX control to the project through the Project -> Components menu but am getting a error message saying "Name conflicts with existing module, project, or object library". I added the control awhile ago to the project but didn't need it so deleted
|
| Start an Stop Services | 18 Dec 2006 05:44 GMT | 2 |
How can I use the service controller to start/stop services on a remote server? I tried, but get no success. Is it possible to use another user than the actual logged in user on my
|
| Positioning A Control | 17 Dec 2006 22:13 GMT | 2 |
I'm trying to make it so a control is positioned in the centre of a form. At the moment I'm using this: ezVidCap1.Left = (Me.Width - ezVidCap1.Width) / 2 ezVidCap1.Top = (Me.Height - ezVidCap1.Height) / 2
|
| Giving up time slices in an Excel macro | 17 Dec 2006 06:14 GMT | 1 |
I have an Excel macro which performs some work, then waits for 100 milliseconds to pass before performing the next operation. The operations in the loop take very little time, so most of the time is spent in the following wait loop:
|
| VB 4 lockup | 16 Dec 2006 18:02 GMT | 2 |
I purchased a new Dell System in January with XP Media Edition. I installed Visual Basic 4, which I had been assured would run with no problem. The program works great except when I click 'Custom Controls' under 'Tools', The program locks up with the message; 'Object Server not ...
|