| Thread | Last Post | Replies |
|
| Automatic dial program | 24 Nov 2003 19:42 GMT | 4 |
I need to build a program that automatically dial one or more numbers and play a wave file. I need it for a program that, when there's an alarm, have to alert people calling them on cellular phones.
|
| Calling Functions with a Variable | 24 Nov 2003 19:25 GMT | 3 |
I have wondered about this in the past, but here's a specific example. On a form I have a treeView, at form load the treeView is loaded with approx 300 nodes (Some Parents, Some Chrildren etc) As each Node is created it is given a unique Tag Value.
|
| Disabling a component with an API? | 24 Nov 2003 17:06 GMT | 1 |
I'm using a free grid component that lacks a .enable property. Is there any way to call an API to disable components on a form? Thanks! -- Olivier
|
| MSCHART / Run time error '1119' | 24 Nov 2003 16:27 GMT | 1 |
Hope someone can help! - Can't find any useful info anywhere... I have a form that contains an MSCHART control, and a subroutine that sets up the chart and fills in the chart values. All works great the first time the chart is populated after the form is
|
| MSCHART / Run time error '1119' | 24 Nov 2003 16:26 GMT | 1 |
Hope someone can help! - Can't find any useful info anywhere... I have a form that contains an MSCHART control, and a subroutine that sets up the chart and fills in the chart values. All works great the first time the chart is populated after the form is
|
| variable scope | 24 Nov 2003 16:10 GMT | 3 |
How can I define a variable that is know by an entire form? Is it possible to make a variable that is known in the entrite program? kind regards Gurk
|
| changing image on interface at runtime | 24 Nov 2003 14:55 GMT | 5 |
Hi Group I'm kind of new to vb6 so forgive me any stupid questions I'm writing a little program that has a picture on it. I want to change the picture with this sub
|
| VBasic.net | 24 Nov 2003 14:45 GMT | 10 |
How different is Vis Basic.net from Visual Basic v6.0? Am just starting to write two new programs running under VB6.0 and I am wondering if I should change to the .net version before I get any further. Prompted by an earlier message about the demise of VB6.0
|
| Needed: vb6he.dll | 24 Nov 2003 14:38 GMT | 3 |
vb6he.dll is apparently a Hebrew language support file. I can't find it anywhere, and no reference to it in web searches. msvbvm60.dll calls it when running on Windows 2000, Hebrew Localized version. Does anyone know where I can get a copy of it?
|
| Auto Scrolling textbox | 24 Nov 2003 13:56 GMT | 11 |
Morning all, I am currently writing a basic text editor in VB6.0 and have two text boxs "txtLineNumbers" containing the line numbers for "txtEditor", my problem is how do i auto scroll up and down txtLineNumbers based on
|
| comp.lang.basic.visual.misc | 24 Nov 2003 13:40 GMT | 1 |
I'm developing an application using VB6.0. In order to prevent MSChart flashing when updating data, I use API OleDraw function (in ole32.dll) to show a picture with a 'copy' of the MSChart object. The chart is updated 10 times a second, according to serial comm received data.
|
| Problem with data in a line | 24 Nov 2003 12:39 GMT | 4 |
I have to read two lines of different kind from a file. The two line varies in the space between them. The two lines are 6 801 1 0.0000E+00 1.2500E-01 0.0000E+00
|
| INI | 24 Nov 2003 10:52 GMT | 2 |
hallow i'm trying to make a simpel INI file, but it won't work i wont to write a value (of a selected printerport selected by a option box) to an INI file.
|
| String Parsing question. (winamp.pls) | 24 Nov 2003 01:29 GMT | 2 |
I want to pars a playlist file for three different varibles, so I can save them as mp3 files. I am using: strTEMPURL = GetUrlSource(Text1.Text) to put the entire .pls file into a strTEMPURL varible.
|
| Newbie textbox and filename question | 23 Nov 2003 20:27 GMT | 1 |
I have a text file, a help file, that I load into a text box (txtHelp) using the following: Open "c:\windows\desktop\myprog\help.txt" For Input as #1 Output=""
|