vb6

Why we can't run the Visual Basic Application on Mac?

◇◆丶佛笑我妖孽 提交于 2020-07-22 10:07:09
问题 Why we can't Run the VB6 applications in Mac OS? I know Mac doesn't have VB runtime, Could anyone explain about this further? 回答1: As you say, there is no VB6 runtime for the MAC - given VB6 relies heavily on COM and Mac OS is a unix-like OS I can see why it would be hard to port (though not impossible) - the control library would have to be different too, since the UI on the platforms is quite different in places. I suspect fundamentally that the effort vs benefit was never high enough to

vb6 suppress keyboard strokes with API? (making a hotkey)

时光怂恿深爱的人放手 提交于 2020-07-21 06:31:59
问题 I've searched, and can't seem to find an answer, so any help would be appreciated. I want to make a hotkey, but when the hotkey is pressed, I don't want the actual "character" to be displayed, just the action to be performed. So for example, I have this: Private Declare Function GetAsyncKeyState Lib "user32" _ (ByVal vKey As KeyCodeConstants) As Long Private Const VK_A = &H41 Private Sub keyboardTimer001_Timer() If KeyDown(VK_A) Then ' do my stuff, but DONT DISPLAY the letter "A" End If end

vb6 “regfreecom” autocreate manifest for ocx file

£可爱£侵袭症+ 提交于 2020-07-16 10:35:21
问题 I think I need to create a manifest file for MSCOMCTL.ocx to use in my VB6 application (reg free) I will also need to update/create the .res file Then I will need to use ManifestCreatorII It has been a few years (2017) and I have forgotten the steps and cannot find my old notes. I ~remember how to work with the NSI to generate the install package. Without this, I cannot get my applications to run on a new Win 10 PC. My Development PC is a virtual PC running Windows XP (32bit) Service Pack 3.

VB6 RegFreeCom SideBySide SxS Manifest Test for TABCTL32.ocx

时光怂恿深爱的人放手 提交于 2020-07-16 08:56:57
问题 In not so recent years, I have added Configuration forms to some of my VB6 programs. Tab controls are pretty handy to group different categories for the various configurations to be managed. My Development PC is a virtual PC running Windows XP (32bit) Service Pack 3. I am programming with Visual Basic 6.0 (SP6). It turns out that other user's PCs, not used for VB6 Programming Development and with newer versions of Windows, do not immediately understand what to do with this 'new fangled' Tab

VB6 RegFreeCom SideBySide SxS Manifest Test for TABCTL32.ocx

旧城冷巷雨未停 提交于 2020-07-16 08:56:11
问题 In not so recent years, I have added Configuration forms to some of my VB6 programs. Tab controls are pretty handy to group different categories for the various configurations to be managed. My Development PC is a virtual PC running Windows XP (32bit) Service Pack 3. I am programming with Visual Basic 6.0 (SP6). It turns out that other user's PCs, not used for VB6 Programming Development and with newer versions of Windows, do not immediately understand what to do with this 'new fangled' Tab

Is there a way to specify File Name= in UMMM (Unattended Make My Manifest) creation of Program.exe.manifest?

孤街醉人 提交于 2020-07-03 13:53:26
问题 Is there a way to adjust the UMMM.ini file and / or the UMMM.bat file to specify in the <File Name=... > the \Dependencies subdirectory when it creates the Program.exe.manifest? Re: vb6 "regfreecom" autocreate manifest for ocx file Re: VB6 RegFreeCom SideBySide SxS Manifest Test for TABCTL32.ocx Using a UMMM.ini file like: Identity zTABCTL32.exe zTABCTL32.exe "TABCTL32 Test program 1.0" File C:\WINDOWS\system32\TABCTL32.ocx and a UMMM.bat file like: UMMM.exe zUMMMTabCtl32.ini .\manifest