| Thread | Last Post | Replies |
|
| Stored Procedures | 12 Oct 2003 09:36 GMT | 3 |
What is the command/procedure to call/execute SQL Stored Procedures from within Visual Basic 6.0 code ? Your help is appreciated, Fred
|
| VB6 Immediate Debug Window - XOR Encryption Text | 10 Oct 2003 16:48 GMT | 2 |
I am using the following code/function to encrypt a password. I am trying verify/display the encrypted password in the Immediate debug window. But for some reason unknown to me the debug window does not display the
|
| Visual Studio Service pack failures | 10 Oct 2003 11:54 GMT | 2 |
I have downloaded sp 4 & 5 in order to be allow vb6 to create and maintain Access 2000 + databases (Jet4 engines). But each time I try to run the downloaded files I get the message "*.exe is not a valid Win32
|
| mdi child forms | 10 Oct 2003 03:47 GMT | 5 |
My VB6 application started as a simple mdi form with about 14 child forms with controls. The forms load and unload using a tab strip for form selection so only the mdi form and only one child in is memory at any given time. The
|
| Treeview with colum | 09 Oct 2003 15:10 GMT | 2 |
anybody can help me about how I can create and manage a treeview control with one column on the right? Thanks a lot for any answer Erik
|
| Lost View Call Stack Menu | 09 Oct 2003 15:03 GMT | 2 |
My View...Call Stack menu has mysteriously disappeared. How can I get it back? Thanks, Tom
|
| Resource editor HELP | 09 Oct 2003 12:19 GMT | 1 |
Hello friends I re-installed VB6 Enterprise on Windows XP and i can't find te resource editor anymore in the add-ins ! On a second harddisk with Win98 and also VB6 (since years) The resource
|
| ActiveX Component problem | 08 Oct 2003 16:32 GMT | 1 |
I have a Server Active/X component and a Client programme that use the Server. When I create the link with the server, I pass a Reference to a Callback function in the client to the server.
|
| Renaming Cookies.... | 07 Oct 2003 21:10 GMT | 2 |
Has anybody tried to rename their Cookies before? For deployment reasons. Say you have a Cookie(s) that need(s) to be renamed from, Joe@blahblah.txt to Bob@blahblah.txt. How can you recursively go through each Cookie file and rename the user name? Better yet, how can it be ...
|
| Vertical Text | 07 Oct 2003 19:42 GMT | 5 |
I have this code which works fine on a form but not on a usercontrol:- Type LOGFONT lfHeight As Long lfWidth As Long
|
| Starting a VB6 Task as Windows Startup | 07 Oct 2003 09:39 GMT | 1 |
I have a VB6 app that runs on unattended Win98 and XP machines. It needs to copy specific files across the intranet to a backup machine at bootup. i.e. it needs to run before logon and access the network. What is my best
|
| FTP | 07 Oct 2003 09:18 GMT | 4 |
When using Internet Explorer to access a secured website, the data are encrypted and then send back and fore. And IE will display a key lock icon to indicate this. Is there any way I can write a program in VB to do the same thing for send
|
| Registry Entries | 07 Oct 2003 06:20 GMT | 1 |
Can someone help a rookie out with saving of registry keys? Can I save entries to the HKey_Local_Machine\Software instead of only to the HKey_Current_User\Software? From what I can tell you cant do this using SaveSettings().
|
| What command to use for Dropped file on application? | 06 Oct 2003 23:36 GMT | 2 |
Thansk in advance. Been looking for a command or variable I can use to tell my application what file name was dropped onto the EXE and started my application. Upon start of my applcation I would check then use that file name to open data.
|
| VB 6 Email using SMTP | 06 Oct 2003 20:38 GMT | 2 |
Does anyone have a code example that shows how to send an email from VB 6 on windows 2000 through a MS-Exchange email server via SMTP without the server being logged in? Or a location where more information can be found on the
|