| Thread | Last Post | Replies |
|
| Help in function | 03 Jan 2007 18:01 GMT | 1 |
Hi: Can any one please tell me how this function works as i am trying to debug the old program. Thanks, Anna.
|
| CreateObject | 03 Jan 2007 17:39 GMT | 1 |
Hi: Can any one please tell me where and what is the use of this method Set oNet = CreateObject("WScript.NetWork") Thanks.
|
| getting error Invalid Property Array Index! | 03 Jan 2007 14:32 GMT | 6 |
I'm trying to update two text fields in my database (access) leader and co-leader. In two comboboxes names are loaded. When I choose a name the recordid of this name should be passed into the two fields. When I add only one
|
| creating data aware class and data consumer class | 03 Jan 2007 13:51 GMT | 1 |
happy new year i would like to know how to deal with data aware class and data consumer class when i checked up with msdn website it taking me a ride to object oriented programming in vb6 ,
|
| Try get Object so Can get WindowState From Hwnd | 03 Jan 2007 06:13 GMT | 2 |
Try get Object so Can get WindowState From Hwnd From any program running Can I get any help would be useful for me Thanks VB6 Yes Thanks Year beginning Wishes For you Why Not
|
| Download with progress bar? | 02 Jan 2007 23:26 GMT | 4 |
with the Inet control I can use the FTP command GET to download files from the Internet. When downloading large files, the user does not get any activity information during the process. A progress bar reflecting the download status would be the right thing. Is something like this ...
|
| Apologies from Harry Strybos | 02 Jan 2007 21:36 GMT | 20 |
While I have become a strong supporter of VB.Net, VB5/6 is still a great language for the amateur programmer. How long VB5/6 will run on MS operating systems a somewhat of a mystery. We have tested it with Vista and it runs just fine.
|
| Copy portions of array | 02 Jan 2007 21:17 GMT | 27 |
Say I have an array with 5000 elements in it arr(4999) I want to copy a portion of that array (say elements 100 to 400) to a new array:
|
| Need Help Recovering from Bad Visual Studio 6 Install to Windows 2003 | 02 Jan 2007 20:41 GMT | 6 |
Can someone give me guidance about whether Visual Studio 6 should install and run VB 6.0 correctly under Windows 2003? We have a ton of problems getting this install to work, so many that it almost looks like they are not compatible. VS 6 installed fine on Windows XP, so this ...
|
| Object Required compile error | 02 Jan 2007 20:16 GMT | 6 |
I am fairly new to VB and have what I am sure is a basic question. I have a form with a text box for user input, I am trying to assign the value from the text box to a variable and then the variable is referenced in the line of code where I need that value., the variable
|
| VB6 in Vista | 02 Jan 2007 19:54 GMT | 36 |
Gents - Is it trtue that I heard that dtoring data in files within the program folder is no longer going to work? How about the registry?
|
| Returning value from a vb6 application | 02 Jan 2007 18:56 GMT | 4 |
Hey guys I need to return the value from a vb application - something like cpp/c# int main() I tried to use the function main() as int and it obviously didnt work.
|
| Developer Use of Visual Basic Plummets | 02 Jan 2007 18:28 GMT | 93 |
Ive been visiting this newsgroup for over 5 years now and I remember a time when there was 300+ posts most days. Nowadays its definately a lot less; sometimes below 100 posts (and some of them are often dotnet related). Im talking weekdays of course. I dont visit the VBNet groups ...
|
| Possibly OT: Updating a text file remotely | 02 Jan 2007 15:13 GMT | 3 |
This question may be a bit OT because 1) I don't know if it's actually doable and 2) if so, I don't know if VB is the best tool to use. But all I have is a little experience with server side programming with VB, so here goes.
|
| Calling A Windows DLL Function From VBA/VB6 | 02 Jan 2007 13:10 GMT | 3 |
I have the following function in a standard Windows DLL (this is an example, not the real procedure) int __stdcall SumOf(int Arr[],int Num) {
|