Click here to Skip to main content
15,914,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Can't shut down ocx Pin
CPallini4-Jun-07 0:23
mveCPallini4-Jun-07 0:23 
GeneralRe: Can't shut down ocx Pin
sprice864-Jun-07 2:58
professionalsprice864-Jun-07 2:58 
QuestionScreen Capture a Certain Application Pin
Ian Uy3-Jun-07 22:48
Ian Uy3-Jun-07 22:48 
AnswerRe: Screen Capture a Certain Application Pin
Dave Kreskowiak4-Jun-07 3:54
mveDave Kreskowiak4-Jun-07 3:54 
GeneralRe: Screen Capture a Certain Application Pin
Ian Uy4-Jun-07 11:14
Ian Uy4-Jun-07 11:14 
GeneralRe: Screen Capture a Certain Application Pin
Dave Kreskowiak4-Jun-07 14:05
mveDave Kreskowiak4-Jun-07 14:05 
Questionproblem in loading the project Pin
Prakash_Mishra3-Jun-07 21:25
Prakash_Mishra3-Jun-07 21:25 
AnswerRe: problem in loading the project Pin
Dave Kreskowiak4-Jun-07 3:52
mveDave Kreskowiak4-Jun-07 3:52 
Your project is using this component but it's not found on your machine. It WAS on the original machine, but it not installed on the machine you transferred the project to. Either the file is not found, or the control is not registered properly.

The MSRDC20.OCX is part of RemoteData Control. This control shipped with Visual Basic 5.0 and 6.0 Enterprise Edition only. It did NOT ship with the Learning or Professional Editions.

You should find this file under C:\WINDOWS\SYSTEM32. If it's there, open a CMD prompt and type:
C:\> CD C:\WINDOWS\SYSTEM32
C:\WINDOWS\SYSTEM32> REGSVR32 /U MSRD20.OCX
C:\WINDOWS\SYSTEM32> REGSVR32 MSRD20.OCX



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: problem in loading the project Pin
Prakash_Mishra4-Jun-07 20:53
Prakash_Mishra4-Jun-07 20:53 
Questionhow can i create connection and do the operation in vb Pin
koolprasad20033-Jun-07 21:10
professionalkoolprasad20033-Jun-07 21:10 
AnswerRe: how can i create connection and do the operation in vb Pin
originSH3-Jun-07 23:24
originSH3-Jun-07 23:24 
Questionerror with thread Pin
WhiteGirl233-Jun-07 20:58
WhiteGirl233-Jun-07 20:58 
AnswerRe: error with thread Pin
Dave Kreskowiak4-Jun-07 3:44
mveDave Kreskowiak4-Jun-07 3:44 
GeneralRe: error with thread Pin
WhiteGirl234-Jun-07 20:23
WhiteGirl234-Jun-07 20:23 
GeneralRe: error with thread Pin
Dave Kreskowiak6-Jun-07 16:29
mveDave Kreskowiak6-Jun-07 16:29 
QuestionProgressBar Thread Pin
ayeleteric3-Jun-07 19:56
ayeleteric3-Jun-07 19:56 
AnswerRe: ProgressBar Thread Pin
Christian Graus3-Jun-07 20:25
protectorChristian Graus3-Jun-07 20:25 
GeneralRe: ProgressBar Thread Pin
ayeleteric3-Jun-07 20:49
ayeleteric3-Jun-07 20:49 
GeneralRe: ProgressBar Thread Pin
Christian Graus3-Jun-07 21:55
protectorChristian Graus3-Jun-07 21:55 
GeneralRe: ProgressBar Thread Pin
ayeleteric3-Jun-07 21:59
ayeleteric3-Jun-07 21:59 
AnswerRe: ProgressBar Thread Pin
ScottM13-Jun-07 23:21
ScottM13-Jun-07 23:21 
GeneralRe: ProgressBar Thread Pin
Christian Graus3-Jun-07 23:46
protectorChristian Graus3-Jun-07 23:46 
GeneralRe: ProgressBar Thread Pin
ScottM13-Jun-07 23:59
ScottM13-Jun-07 23:59 
GeneralRe: ProgressBar Thread Pin
Christian Graus4-Jun-07 0:09
protectorChristian Graus4-Jun-07 0:09 
GeneralRe: ProgressBar Thread Pin
ScottM14-Jun-07 0:22
ScottM14-Jun-07 0:22 

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.