Click here to Skip to main content
15,910,981 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Internet transfer control Pin
ChandraRam17-Oct-11 3:37
ChandraRam17-Oct-11 3:37 
QuestionInternet transfer control Pin
Magesa14-Oct-11 5:56
Magesa14-Oct-11 5:56 
AnswerRe: Internet transfer control Pin
Wayne Gaylard14-Oct-11 6:00
professionalWayne Gaylard14-Oct-11 6:00 
GeneralRe: Internet transfer control Pin
Magesa15-Oct-11 1:13
Magesa15-Oct-11 1:13 
AnswerRe: Internet transfer control Pin
Simon_Whale14-Oct-11 6:12
Simon_Whale14-Oct-11 6:12 
QuestionPrivateFontCollection not working Pin
JR21214-Oct-11 2:57
JR21214-Oct-11 2:57 
QuestionVB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Beiteltjie11-Oct-11 23:40
Beiteltjie11-Oct-11 23:40 
AnswerRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Dave Kreskowiak12-Oct-11 1:42
mveDave Kreskowiak12-Oct-11 1:42 
You cannot copy the Script 5.7 .DLL's to XP and expect them to work.

Also, if you copied the .DLL out of C:\Windows\System32 on the Win7 x64 box, you copied the 64-bit version of the .DLL, not the 32-bit version. The 32-bit files are found in C:\Windows\SysWOW64.

Instead of completely screwing up your XP machines with .DLL's copied from a Win7 box, you might just want to download and install this[^] instead. It'll be a lot safer than Frankensteining your scripting hosts on your XP boxes.

Why are you using the FileSystemObject anyway when you can do just about everything in native VB6 code??

Oh, and BTW, there will be no VB6 Runtime support in Windows 8.

QuestionRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Luc Pattyn12-Oct-11 9:42
sitebuilderLuc Pattyn12-Oct-11 9:42 
AnswerRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Dave Kreskowiak13-Oct-11 9:16
mveDave Kreskowiak13-Oct-11 9:16 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Eddy Vluggen13-Oct-11 9:23
professionalEddy Vluggen13-Oct-11 9:23 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Dave Kreskowiak13-Oct-11 10:37
mveDave Kreskowiak13-Oct-11 10:37 
GeneralRe: VB6 not working on older Windows when creating exe from Windows 7 64 bit - scrrun error Pin
Eddy Vluggen13-Oct-11 10:39
professionalEddy Vluggen13-Oct-11 10:39 
QuestionReferencing a dll Pin
Sonhospa11-Oct-11 5:49
Sonhospa11-Oct-11 5:49 
AnswerRe: Referencing a dll Pin
Luc Pattyn11-Oct-11 6:12
sitebuilderLuc Pattyn11-Oct-11 6:12 
QuestionRe: Referencing a dll Pin
Sonhospa11-Oct-11 6:55
Sonhospa11-Oct-11 6:55 
AnswerRe: Referencing a dll Pin
ekolis11-Oct-11 7:24
ekolis11-Oct-11 7:24 
GeneralRe: Referencing a dll Pin
Sonhospa11-Oct-11 7:53
Sonhospa11-Oct-11 7:53 
AnswerRe: Referencing a dll Pin
Luc Pattyn11-Oct-11 8:23
sitebuilderLuc Pattyn11-Oct-11 8:23 
NewsReally helpful! (Re: Referencing a dll ) Pin
Sonhospa11-Oct-11 9:17
Sonhospa11-Oct-11 9:17 
AnswerRe: Really helpful! (Re: Referencing a dll ) Pin
Luc Pattyn11-Oct-11 9:39
sitebuilderLuc Pattyn11-Oct-11 9:39 
AnswerRe: Referencing a dll Pin
biop.codeproject13-Nov-11 17:15
biop.codeproject13-Nov-11 17:15 
QuestionFunny FileNotFoundException Pin
Sonhospa10-Oct-11 21:31
Sonhospa10-Oct-11 21:31 
SuggestionRe: Funny FileNotFoundException Pin
Richard MacCutchan10-Oct-11 22:20
mveRichard MacCutchan10-Oct-11 22:20 
JokeRe: Funny FileNotFoundException Pin
Sonhospa11-Oct-11 0:19
Sonhospa11-Oct-11 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.