First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
VB6 Package & Deployment Wizard
Hi, is there any way I can delete and add a file (replace) in CAB file created by Package & Deployment Wizard of VB6, in order not to create SETUP files again ? It seems that CAB file is locked. The DLL I need to replace will not create any problem to the rest of files, it just includes a corrected bug. ... 26 Jan 2010 15:33
What Does it Mean Microsoft No Longer Supports VB?
"jim evans" <jimsTAKEOUTnews2(a)houston.rr.com> wrote in message news:mdptl5lmcltu8d8knptg3h9cva3rdrv7qa(a)4ax.com... Exactly what does it mean that MS no longer supports Visual Basic? Does it mean the runtime module will not longer work on the Windows Operating System? Does it mean the development environment... 7 Feb 2010 05:25
Trapping SYNTAX errors
It's well know that SYNTAX errors in VB code cannot be trapped by ON ERROR statements. However, for various reasons a procedure of mine allows user input that is interpreted as executable code. If the user inputs text that is not syntactically correct, an untrappable syntax error results and the user is suddenly co... 2 Feb 2010 17:35
Running VB6 app on W7 pro 64bit
i have a small VB6 app the a customer has purchased several versions of and wishes to run on a new W7 computer with the 64bit pro version installed.The app installed and runs on my W7 pro with no problems,my version is 32 bit.the install questions the stole32.tib file,it hangs on try again so I try ignore and the i... 2 Feb 2010 17:35
Getting Error 70 Permission Denied on Kill
"jim evans" <jimsTAKEOUTnews2(a)houston.rr.com> wrote in message news:7uhrl5ll9r8qtrbgvnb1791iej9h5f1u8l(a)4ax.com... I have a routine that opens a file for input, reads it, line by line, closes it and immediately Kills it. I am getting a Error 70, Permission Denied when Killing it. Any suggestions on what... 26 Jan 2010 00:03
The BIG Picture (VB vs the OS)
When programming (in VB or any other language), the BIG picture of how things fits together with the OS tends to get lost. The capabilities of what the OS can do (e.g. Scan, Fax, Remote, TAPI, MAPI, etc. etc) has significantly increased -- and you can write VB to use most of it -- but understanding what are a... 2 Feb 2010 17:35
searching a file for matching data
I'm having a seniors moment (63 tomorrow, that's in 13 minutes time, btw) I'm trying to open a jpg file, find the position of "FF C0 00 01 08" and get the next four bytes of info. (width and height of said jpg) That data never stays in one fixed spot, so I have to find it. Seniors moments are a pita, and I c... 5 Feb 2010 06:08
Linux
Hello all I'm prety sure that this has been asked before, but I can't find a suitable answer on Google et al. My question is: Can VB6 be run on Linux? Thank you Regards David ... 26 Jan 2010 01:09
Windows hook and control hook
Hello, I am a little puzzled here. I know, when hooking up to Windows, the application has to unhook before termination. My code does it as below: 'Hook lpPrevWndProc = SetWindowLong(gHwnd, GWL_WNDPROC, AddressOf WindowProc) 'UnHook SetWindowLong(gHwnd, GWL_WNDPROC, lpPrevWndProc) What about wh... 24 Jan 2010 18:08
ElseIf into a For Next
Can someone help me turn this ElseIf logic into a For Next loop: If CTR <= 50 Then Spinner(1) = True ElseIf CTR > 50 And CTR <= 100 Then Spinner(2) = True ElseIf CTR > 100 And CTR <= 150 Then Spinner(3) = True ElseIf CTR > 150 And CTR <= 200 Then Spinner(4) = True ElseIf CTR > 200 And CTR <= 250 ... 27 Jan 2010 05:57
First  |  Prev |  Next  |  Last
Pages: 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74