Tagged Questions
1
vote
1answer
27 views
How can I change extended file properties using vba
Using this link I was able to write a program in vba that reads extended file properties. Now, I'd like to make a program that can edit extended file properties - specifically property 22, the ...
1
vote
1answer
48 views
Does name of Executable matter for User Account Control Dialog? [closed]
1) If I open a new vb6 standard exe project and don't add any code but just
2) compile right away to the desktop and give it a name containing the word 'Update' it has a UAC shield overlaying it.
...
-4
votes
1answer
233 views
VB6 forms with ProgressBar fail to load [closed]
I suddenly realized (20-04-13) that my VB6 forms which have a ProgressBar component fail to open.
I'm sure it worked last month (March 13).
My computer is Windows 7 x64 with VB6, VS2005, VS2008 and ...
-2
votes
1answer
1k views
Run time error '429': ActiveX component can't create object
I working on VBA with Excel, Which working fine with windows OS (32 bit) and office 2007(office 32 bit) When i started work on Windows 8 (64 bit) and office 2010 (64 bit) i was unable to run the ...
1
vote
2answers
107 views
RegSetValueEx requires run as administrator to work?
I have created a small vb6 application which edits the registry in HKLM hive. It makes use of function RegSetValueEx. But when run the exe file in windows 7 and windows 8 pc it does not edit the ...
6
votes
2answers
182 views
How to roll out a new Version of an ActiveX Control written in VB6
I have to maintain an old active x control written in VB6.
As we developed some new functions for it, I now need to roll out this new version to the users. How can this be done in the least ...
0
votes
1answer
162 views
Checking processor is 32 bit or 64 bit [duplicate]
When a processor is considered 32 bit or 64 bit? I want to check whether a PC is having 32 bit or 64 bit processor. So how can i check it in a vb6 code?
While i was researching about it i got that i ...
0
votes
1answer
86 views
VB6 copy/paste image over RDP
I have a problem where I'm using the Snipping Tool in Windows 7 to cut a bitmap and copy it to the clipboard on my local computer, then paste the clipboard bitmap in another application (VB6 legacy ...
1
vote
1answer
75 views
How to trace ADO calls
Friends, Is there a tool available to trace all sql statements passed between ADO (legacy vb6) (NOT ADO.NET) and database server? Appreciate your help
2
votes
2answers
285 views
VB6 code to find windows OS version
I am using OSVERSIONINFO to check the OS in my vb6 application. But i am not able differentiate between windows 7 and windows server 2008 R2 because they have same version number,dwMajorVersion and ...
1
vote
0answers
137 views
datagrid in visual basic 6.0 is not updating
I'm doing a tuition centre database and registration system using vb 6.0, I had created two form, which form 1 is for secretary to type in the data of the student that registered, and the second form ...
0
votes
0answers
119 views
vb6 Image receive through TCP. How to make it faster
I am using vb6 to retrieve an image from a camera through TCP-IP, Now the receiving the image in bytes and writing it to text and convert to image format takes roughly about 9 seconds. The total image ...
0
votes
1answer
155 views
How to redirect input from one sound card to another?
On my PC, I have a total of 2 sound cards. One of them is built-in to the motherboard and the other one is a USB sound card similar to the one below.
I have a microphone connected to sound card #1. ...
5
votes
1answer
91 views
How can I get a future proof user friendly operating system version?
This question, How can I determine the Windows version from a VB 6 app, has a very useful answer from Cody Gray that utilises GetVersionEx and a Select Case statement to return the Windows Version as ...
2
votes
3answers
958 views
Does VB6 VisualBasic6 API's work on Windows 8?
Are only basic VB6 Applications running on WIN8? Are any API's different in use like GDI+, Keyhooks, FileSystem or RtlMoveMemory Apis.
VB6 is x86, Win8 is x64.
I already read:
VB6 Running on Windows ...
0
votes
0answers
77 views
Signature error oleaut32.dll
Error signature ------
AppName: MyApp.exe AppVer: 6.1.0.1 ModName: oleaut32.dll
ModVer: 5.1.2600.6058 Offset: 0007c4ae
I have a VB6 app that is throwing this error on some computers ...
1
vote
1answer
207 views
Installing VB6 application and dlls using .net windows installer
How can I install a VB 6.0 application and it's related DLL files by creating a .Net(4.0) windows installer ?
0
votes
2answers
440 views
multi-client inter-process communication on Windows, VB6
What is the best way for multiple client programs to
communicate with a single server program, all running
on a single Windows computer? All written in VB6.
I'd appreciate recommendations of how you ...
0
votes
0answers
226 views
In using Microsoft Shell Controls and Automation, Does the file size varies in different computers
I have a pieces of codes in vb6 that compress file with Microsoft Shell Controls and Automation. My question is that if i compress this file in different computers and in different versions of ...
3
votes
2answers
952 views
Does Windows 8 RTM Support VB6 (SP6) Runtime files? If so, which ones?
Basically, I'm trying to find out which of the following files come packaged with the Windows 8 RTM (that is, the final version). Just to be clear, we're not wanting to know if any of the runtime ...
2
votes
2answers
2k views
Modern version of WinDiff?
VB6 came with WinDiff.
Is there a free modern version of WinDiff available that is able to ignore case?
1
vote
1answer
258 views
could not convert visual basic(VB6) code to python [closed]
I am working on a source code of a software(ELTIMA Softwares) where I got the source code in multiple language variant particularly c#, VB6, Borland C builder 6.0, Delphi 7.0, VC6, VB.NET, VC.NET
...
3
votes
1answer
247 views
Simulate windowskey+L in visual basic?
I want to simulate WindowsKey + L (The short cut to lock the console) in visual basic and bind it to a function. So when this function is called it will lock the console.
Can I do this?
0
votes
1answer
276 views
embed a csv file into exe file in vb6
I am trying to make a setup program in vb 6 that will install all the files that are required for the program.
I used a csv file to import data into an array using
...
1
vote
1answer
467 views
32bit dll used by VB6 program doesn't work in 64bit Win 7
1) a 32bit dll is placed in C:\Windows\SysWOW64
2) Registered using regasm.exe
3) While compiling, i set the target cpu to x86
I can add reference in my vb6 program but when i try to call the ...
-1
votes
1answer
595 views
Mouse wheel support code for datagrid vb6 [closed]
i searched a lot but i did not get any code to enable scroll in datagrid in vb6.
plz help(No tool I want a code).
0
votes
1answer
275 views
How to render rtsp:// videos in Visual Basic 6 using windowsmediaplayer component?
How do I play rtsp:// videos in Visual Basic using the Windows Media Player component? I've added the component to a form and set the video path to a URL, but it's not working.
3
votes
1answer
287 views
How can I display windows login form purely for authenticating a users account in VB6?
We have an older VB6 application that used to run under various user's accounts. We had to move it to a 'public' machine where multiple users use the same account, which is logged in automatically.
...
0
votes
4answers
644 views
Why doesn't VB6 image combo show images in Win 7
Unfortunately I need to make changes to an old VB6 application. I have noticed that the image combo from mscomctl.ocx does not work correctly in Windows 7. No images are displayed, even though it is ...
1
vote
1answer
140 views
Use a Custom MouseIcon in VB6
I'm creating an application in VB6, and I want to use my own cursors. I set the correct properties for the form:
MousePointer: 99 - Custom
MouseIcon: "My Icon"
Where "My Icon" is the file for the ...
1
vote
1answer
306 views
Numbers formatted using scientific notation in the MSFlexGrid on Windows 7
I installed a vb6 application on windows seven and office 2010.
This application works fine on xp/vista with Ms access 2007.
The MsflexGrid shows wrong numbers on win seven with the sign "E" like ...
0
votes
1answer
183 views
Crash During ChoosePixelFormat in VB6
I've been tasked to maintain a VB6 app; I've got some OpenGL experience but all using SDL and this one seems to manually handle all it's contexts.
The program appears to crash on a call to ...
1
vote
2answers
55 views
How to refer to IsloatedStorage folder in VB6?
How do you refer to the IsolatedStorage folder in VB6?
0
votes
3answers
312 views
Need to control the windows logon process [closed]
I have an application I wrote in VB6 and it needs to run right after the user logs in but before the desktop actually loads. Why you ask, well I'll tell you. The VB app asks the user for some ...
1
vote
0answers
128 views
LDAP Connection difference between Operating System
i have the same method that performs an LDAP query on two different system. The method is very simple:
Public Function AutenticaDominio(ByVal user As String, ByVal ambiente As String) As String
...
2
votes
1answer
242 views
How do I trap Windows messages?
I'm making a program called Pwn16. It allows 16-bit applications to run on 64-bit systems by emulating an Intel 8086/Pentium processor and a DOS/Win3.x/Win98 system. Pwn16 uses a small loader program ...
6
votes
1answer
9k views
How to run a shell command without opening a CMD window in VB6
the following code is part from my VB6 program
I used shell command in the VB in order to execute the pscp.exe with the flags and arguments
my problem is , when VB run the line:
Shell ...
1
vote
3answers
2k views
Calling SFTP process from VBA code
problem - Store key in cache Question stop VBA app
I use pscp.exe in order to transfer files from windows to Linux machine.
Remark: pscp.exe exists in my VBA code (that client is part of the PuTTY ...
0
votes
0answers
127 views
vb6 app and low Integrity Level = problems
I am setting the Integrity Level ACL to Low in a very simple VB6 application. The problem is that if I change the icon of my application when the integrity level is set to Low, the application won't ...
1
vote
2answers
293 views
Change in display languages to Turkish results in “80070002” errors in COM Interop
I'm utterly stumped, so what I'm looking for is a body of speculation. Or maybe someone actually knows what's going on.
I have a program written in VB6 which has had every user interface element font ...
1
vote
1answer
927 views
VB6 application on a 64bit machine
I'm maintaining an old VB6 application, that uses some Sheridan 3D controls (SSPanel and SSTab, found in threed32.ocx and tabctl32.ocx).
Will this application work on a 64-bit machine (I guess the ...
2
votes
4answers
392 views
How are heaps created in mixed language applications?
We have a front end written in Visual Basic 6.0 that calls several back end DLLs written in mixed C/C++. The problem is that each DLL appears to have its own heap and one of them isn’t big enough. ...
0
votes
0answers
430 views
Errors accessing USB HID device
I'm working on trying to read a Magtek (non-keyboard emulation style) USB HID credit card reader. Somewhere I'm missing something as I get error #5 (Access denied) on both readfile and writefile. If ...
1
vote
1answer
224 views
How to distribute VB6 bootstrapping files?
I am porting my VB6 installer to NSIS. Looking at the LST file, there is a section for bootstrapping files:
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,..........
...
2
votes
4answers
505 views
Where are global variables of a DLL stored in memory?
Suppose you have a VB6 app which uses a C++ DLL. They share the same memory (you can use pointers from one in the other). The DLL is declared in the VB6 app with Public Declare Function ... Lib ...
...
0
votes
2answers
1k views
Difference between Path WinSysPath & WinSysPathSysFile?
In a .LST file for my VB6 installer there are two lines as follow:
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),......
File2=@wshom.ocx,$(WinSysPath),.....
After installing my application, I found out ...
0
votes
2answers
714 views
vb6 icon location on windows
Where can I find the orginal vb6 ( or windows ) icon? (.ico files)
I need, error, warning, question, and information icons which come up on the messagebox.
Thanks a lot.
1
vote
6answers
368 views
How can I send a message from a VB6 application to my C# application
Hi have a VB6 Windows application (old.exe) and a separate C# Winforms application (new.exe). They both run on the same Windows machine.
I have access to both the VB6 and the C# source code, but the ...
2
votes
2answers
593 views
How can I lock an application after period of user inactivity?
How can I lock an application after period of user inactivity?
I have a fat Windows applocation written in VB6. User must log into the application to use it. I need to log the user out after a ...
0
votes
2answers
728 views
Opening word 2007 from vb 6
I have an legacy project that I am trying to debug on windows server 2003.
1) I cannot get the application to open word 2007 (installed on that machine)
2) I know that the application does open on ...

