Click here to Skip to main content
15,892,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Copy to Output Directory property question Pin
Richard MacCutchan25-May-12 23:29
mveRichard MacCutchan25-May-12 23:29 
GeneralRe: Copy to Output Directory property question Pin
JohnPDB26-May-12 14:36
JohnPDB26-May-12 14:36 
GeneralRe: Copy to Output Directory property question Pin
Richard MacCutchan26-May-12 21:10
mveRichard MacCutchan26-May-12 21:10 
QuestionFile Uploading and Retrieving in Classic ASP Pin
Zubair_Shah25-May-12 10:22
Zubair_Shah25-May-12 10:22 
QuestionWeird TABCTL32 Error Pin
Member 811728125-May-12 3:48
Member 811728125-May-12 3:48 
AnswerRe: Weird TABCTL32 Error Pin
Dave Kreskowiak25-May-12 6:53
mveDave Kreskowiak25-May-12 6:53 
GeneralRe: Weird TABCTL32 Error Pin
Member 811728125-May-12 8:32
Member 811728125-May-12 8:32 
AnswerRe: Weird TABCTL32 Error Pin
dg6yhw1129-May-12 6:59
dg6yhw1129-May-12 6:59 
I suspect you have an earlier version on that machine.

Look in Windows\System32 or Windows\SysWOW64 (for 64-bit systems) and check the version. 6.0.90.43 and up work fine on Windows 7.

You can just copy the newer one over the others (after unregistering of course).

Alternatively you can just put the ocx in with your binary. VB 6 looks first in the folder that the binary is started in, then in Windows\System.

Don't forget that Windows 7 is a bitch to install in. If you're using InstallShield then make sure that the installation requires Administrator privileges.

UAC can block system updates even with elevated privileges, so we often have users disable UAC temporarily during an install. (Would you believe UAC blocks installing a font ?!!)

Also, beware Symantec and McAfee products. Disable them if present.
Murray

QuestionConversion from string "Label23" to type 'Double' is not valid. Pin
kang-king-kung24-May-12 16:06
kang-king-kung24-May-12 16:06 
AnswerRe: Conversion from string "Label23" to type 'Double' is not valid. Pin
Luc Pattyn24-May-12 17:03
sitebuilderLuc Pattyn24-May-12 17:03 
AnswerRe: Conversion from string "Label23" to type 'Double' is not valid. Pin
Ron Beyer24-May-12 17:06
professionalRon Beyer24-May-12 17:06 
AnswerRe: Conversion from string "Label23" to type 'Double' is not valid. Pin
Luc Pattyn25-May-12 4:10
sitebuilderLuc Pattyn25-May-12 4:10 
QuestionPrinting in vb.net Pin
maildummy23-May-12 21:07
maildummy23-May-12 21:07 
QuestionReading the contents of a file into an array Pin
GeorgieMPorgie23-May-12 6:19
GeorgieMPorgie23-May-12 6:19 
AnswerRe: Reading the contents of a file into an array Pin
Luc Pattyn23-May-12 6:40
sitebuilderLuc Pattyn23-May-12 6:40 
GeneralRe: Reading the contents of a file into an array Pin
GeorgieMPorgie23-May-12 6:55
GeorgieMPorgie23-May-12 6:55 
AnswerRe: Reading the contents of a file into an array Pin
Eddy Vluggen23-May-12 10:34
professionalEddy Vluggen23-May-12 10:34 
GeneralRe: Reading the contents of a file into an array Pin
GeorgieMPorgie23-May-12 15:55
GeorgieMPorgie23-May-12 15:55 
GeneralRe: Reading the contents of a file into an array Pin
Eddy Vluggen24-May-12 0:22
professionalEddy Vluggen24-May-12 0:22 
GeneralRe: Reading the contents of a file into an array Pin
proneal24-May-12 11:02
proneal24-May-12 11:02 
AnswerRe: Reading the contents of a file into an array Pin
Luc Pattyn24-May-12 11:53
sitebuilderLuc Pattyn24-May-12 11:53 
GeneralRe: Reading the contents of a file into an array Pin
proneal24-May-12 11:56
proneal24-May-12 11:56 
GeneralRe: Reading the contents of a file into an array Pin
proneal24-May-12 11:58
proneal24-May-12 11:58 
GeneralRe: Reading the contents of a file into an array Pin
Luc Pattyn24-May-12 12:08
sitebuilderLuc Pattyn24-May-12 12:08 
AnswerRe: Reading the contents of a file into an array Pin
Dave Kreskowiak23-May-12 7:20
mveDave Kreskowiak23-May-12 7:20 

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.