| Thread | Last Post | Replies |
|
| Program that fetches website files for backup | 06 May 2004 03:31 GMT | 3 |
Do you have or know of a program or script available that runs on my Windows 98 desktop machine that when I run it goes to my various websites and downloads certain selected data files and sends them back to me for backup purposes?
|
| Help with Help file reference | 06 May 2004 03:21 GMT | 2 |
I have a program that can reference a data file in the application path with a statement like this: Open App.Path & "\data.dat" For Input As #1 I can't seem to do the same thing with the Help file. This statement works:
|
| Lotto Number Checker - Strings Of Woe | 05 May 2004 23:59 GMT | 28 |
I'm trying to make a lotto number checker for myself. I thought it would be easy enough in the beginning but soon found out it is not that simple. I play three fixed set of numbers ...ie
|
| Allow only Letters in text Box | 05 May 2004 22:13 GMT | 11 |
Hi I'm trying to programme a game of hang man.I need to check the format of the word entered into a textbox to see if any numbers or spaces have been entered, along with checking the length of the word.I'm having trouble with the numbers and spaces bit.Is there another way of ...
|
| Starting EXEs | 05 May 2004 22:12 GMT | 4 |
Is it possible to start an EXE file as a child of another window? At the moment, I am starting the EXE, then using FindWindow and SetParent. This may not always find the right window if there is more than one instance open. I want to open it and get the handle straight away.
|
| Problem with data control | 05 May 2004 21:59 GMT | 1 |
List: I'm having trouble attaching an already opened database to a data control. The context here is I'm trying to populate a data combo with a read only
|
| Read XML into VB6 | 05 May 2004 20:16 GMT | 1 |
I have been trying to find some information for reading XML files into VB6 but I'm somewhat confused by what is possible without getting onto VB.Net. Basically I have to read some really dumb XML data (ms office schema, just rows really) into my VB code. There must be a sensible
|
| how can I tell if an event has been fired? | 05 May 2004 19:50 GMT | 1 |
Ok, its for an assignment, but I am stuck on one little bit. Using VB.NET but hope someone can help. I need to write just one event handler for four separate events. They are all for a MouseEnter event. Is there any way to "see" if other mousenter
|
| Listbox Selection in VB.Net | 05 May 2004 19:35 GMT | 1 |
I have a Windows Forms listbox, SelectMode property set to MultiExtended. When I select multiple elements using the CTRL key, all is well; however, if I use the Shift key to select a range of items, only the index of the first element in the range is added to the
|
| Download files using Visual Basic | 05 May 2004 18:07 GMT | 1 |
I have this code that allows you to put a command button and a textbox on a form. You then put a full FTP path and filename in to the textbox and add then press the button. Which runs the below code. The code below allows you to download the file, but is there a way to
|
| 429 Error. Using word.global in vb.net application | 05 May 2004 17:18 GMT | 1 |
Error number 429 - COM object with CLSID {000209F0-0000-0000-C000-000000000046} is either not valid or not registered. Intermittent occurance of this error. Using Word.Global to run word
|
| Listbox selection problem in VB.NET | 05 May 2004 17:18 GMT | 1 |
In a VB.NET application, I have a listbox with SelectionMode property set to MultiExtended. When I select multiple items using the CTRL key, all is well; however, when I select a range using the Shift key, the SelectedItems array only holds the first index in the range, and I
|
| restrict browsing-path | 05 May 2004 16:38 GMT | 2 |
I put a Dir-box on my Form and added Dir1.Path = "f:\temp". This naturally works fine. Problem is that the Dir-box displays above the folder "temp" the folder/drive "f\:". By selecting "f:\" the user can view all other folders on this drive which I don't want.
|
| Shell command | 05 May 2004 16:06 GMT | 6 |
I am trying to run a shell command and am having trouble. I want to run Shell("c:\grep\grep.EXE & username.Text & logfile.Text & "
>> " & outputfile.Text) Itried using a = Shell("D:\PROGRA~1\MICROS~1\Office\WINWORD.EXE """ &
|
| VB 6.0 SP5.0, Bad ListView index after sorting | 05 May 2004 15:20 GMT | 2 |
After sorting in a ListView the index is bad and the alignment is lost. On the Internet I found (www.vbcity.com, Id 62660) that it is already reported on MSDN, but they and I are unable to
|