| Thread | Last Post | Replies |
|
| Creating a new file | 18 Nov 2003 15:27 GMT | 7 |
Hi, I am trying to open an existing text file from any directory and transfer the contents of it to a new file which MUST be in the folder in which the executable file of VB exists. But it is creating the new
|
| Please, I need this! | 18 Nov 2003 12:39 GMT | 5 |
Does anybody have these programs: Direct I/O - full version, licence key, key generator, crack... anything! Multimedia Tools 2.0 for VB6 - full version or crack (I found only crack
|
| Deallocation of memory | 18 Nov 2003 11:53 GMT | 4 |
I have a dynamic array inside a class module. If the class module is Set = New or Set = Nothing, will the array within the module also be "destroyed" freeing memory? I am using Project Analyzer and it lists the dynamic arrays as a
|
| VB IDE Crashes in debug mode | 18 Nov 2003 09:00 GMT | 1 |
I have an executable program that loads in VB Active X Dll's and uses the IDispatch interface to call methods of the DLL. The executable has exported functions to contol the program, E.g. SetButtonCaption When the ActiveX is compiled the whole lot runs perfectly. But when
|
| run time error on windows 98 but not on XP | 18 Nov 2003 07:52 GMT | 2 |
after i pack my vb program using package and deployment wizard,then i install the program on windows XP and everything is all right... but when i install the program on windows 98, there are some run-time error.
|
| string manipulation & file save question | 18 Nov 2003 06:27 GMT | 2 |
VB Experts, I am tring to write a simple script to do the following: open "abc.txt" file for n = 1 to 100
|
| Upgrading WSH | 18 Nov 2003 06:03 GMT | 2 |
I need to use the following code: Set WshShell = CreateObject("WScript.Shell") WshShell.Exec("explorer http://www.google.ca") The above code is documented by MSDN to execute whatever command as
|
| focus with the text selected | 18 Nov 2003 02:51 GMT | 5 |
I have this program that you enter a year in the text box and it returns either a true or false in the picture box based on if it is a leap year or not. The program works fine but I need to return focus to the text box with the old text selected. Any answers on how to do this. My ...
|
| Name Statement doesn't work from XP moving files on Netware Drives | 18 Nov 2003 01:42 GMT | 2 |
Code developed in VB6. Code being run on a Windows XP Professional (SP1) workstation. The Name Statement does not work when moving files from one Netware drive to another on the same server. The Name Statement will move
|
| Are both of these .dll files required? | 18 Nov 2003 01:19 GMT | 2 |
A recent posting here discussed looking inside the .vbp project file. I noticed the following in one of my .vbp files (VB6.0 Learning Edition) Type=Exe Reference=*\G{6B263850-900B-11D0-9484-00A0C91110ED}#1.0#0#..\..\..\..\..\..\
|
| Intrinsic support for VB in Windows | 18 Nov 2003 00:35 GMT | 3 |
It used to be that if you wrote the simplest VB program you had to distribute the runtime.dll file along with it. I notice now, though, that a PC running Windows XP can run a simple VB exe without installing the VB runtime.
|
| Why Does VB6 execute Excel Worksheet so Slowly? | 17 Nov 2003 22:07 GMT | 8 |
Below is a snippet of an Excel VBA Macro that I converted to VB6. The code executes almost instantly in Excel while it takes VB6 36seconds. I've excluded all the Dim statements for brevity. There are no variant variables. All the Cell indices are defined in the sub ColumnNumber. ...
|
| Custom Resource Question | 17 Nov 2003 20:00 GMT | 1 |
Ok I have been programming vb since vb3 i now use vb6 dont care 4 .net but antway does anyone know haow to load a menu template from a resource file anything else im sure i can help you with thanks
|
| My program needs some rest | 17 Nov 2003 18:38 GMT | 6 |
I have a small program that interacts with a seperate application by reading it's pixels off the desktop and then responding. Waiting for the other program to act, I was previously using a loop with DoEvents. This caused a
|
| Synchronising 2 list boxes? | 17 Nov 2003 18:05 GMT | 2 |
I want to synchronize 2 listboxes. I already have them scrolling at the same time but is it possible to select the same element in both listboxes? So for example, you could select an item in listbox 1 and the corresponding element (same index) in listbox 2 be selected
|