Click here to Skip to main content
16,013,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question[Message Deleted] Pin
pavanip16-Sep-08 0:07
pavanip16-Sep-08 0:07 
AnswerRe: Anti Spyware software PinPopular
Dave Kreskowiak16-Sep-08 1:49
mveDave Kreskowiak16-Sep-08 1:49 
QuestionCheck dll files at the Start of the Application Pin
pdnet15-Sep-08 23:48
pdnet15-Sep-08 23:48 
AnswerRe: Check dll files at the Start of the Application Pin
ChandraRam16-Sep-08 1:02
ChandraRam16-Sep-08 1:02 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 1:16
pdnet16-Sep-08 1:16 
AnswerRe: Check dll files at the Start of the Application Pin
Dave Kreskowiak16-Sep-08 1:43
mveDave Kreskowiak16-Sep-08 1:43 
GeneralRe: Check dll files at the Start of the Application Pin
pdnet16-Sep-08 2:36
pdnet16-Sep-08 2:36 
GeneralRe: Check dll files at the Start of the Application Pin
Dave Kreskowiak16-Sep-08 5:31
mveDave Kreskowiak16-Sep-08 5:31 
Uhhh...It sounds like you have a misconception about what design-time really is. From your description, you're not creating an instance of this control at design time. You're doing it runtime, and expecting things to happen that don't work the way you think it does.

You cannot just specify the name of a .DLL file in your code and expect it to be loaded into your app. You have to add a reference to this .DLL at design-time. The IDE will import the namespaces from this .DLL so you can use the classes in it. When you compile the app, the references will be resolved by the compiler and the appropriate .DLL files copied to the Release or Debug folders. You shouldn't have to do anything like your code snippet is suggesting.


A guide to posting questions on CodeProject[^]



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




AnswerReadonly Pin
David Mujica16-Sep-08 2:42
David Mujica16-Sep-08 2:42 
QuestionSaving Image with with transparent back groung as .gif Pin
nishkarsh_k15-Sep-08 22:27
nishkarsh_k15-Sep-08 22:27 
AnswerRe: Saving Image with with transparent back groung as .gif Pin
Dave Kreskowiak16-Sep-08 1:40
mveDave Kreskowiak16-Sep-08 1:40 
GeneralRe: Saving Image with with transparent back groung as .gif Pin
nishkarsh_k17-Sep-08 18:41
nishkarsh_k17-Sep-08 18:41 
GeneralRe: Saving Image with with transparent back groung as .gif Pin
Dave Kreskowiak18-Sep-08 1:44
mveDave Kreskowiak18-Sep-08 1:44 
QuestionHelp me! Dynamic crystal reports Pin
tinh cau15-Sep-08 19:21
tinh cau15-Sep-08 19:21 
AnswerRe: Help me! Dynamic crystal reports Pin
pdnet15-Sep-08 23:52
pdnet15-Sep-08 23:52 
GeneralRe: Help me! Dynamic crystal reports Pin
Steven J Jowett16-Sep-08 3:00
Steven J Jowett16-Sep-08 3:00 
QuestionHow to share data between two different windows applicaiton in Vb.Net Pin
Member 427095115-Sep-08 17:50
Member 427095115-Sep-08 17:50 
AnswerRe: How to share data between two different windows applicaiton in Vb.Net Pin
Christian Graus15-Sep-08 19:47
protectorChristian Graus15-Sep-08 19:47 
AnswerRe: How to share data between two different windows applicaiton in Vb.Net Pin
Steven J Jowett15-Sep-08 21:53
Steven J Jowett15-Sep-08 21:53 
QuestionTCP timed Stream.Read()? Pin
alexvw15-Sep-08 16:36
alexvw15-Sep-08 16:36 
AnswerRe: TCP timed Stream.Read()? Pin
Dave Kreskowiak16-Sep-08 1:52
mveDave Kreskowiak16-Sep-08 1:52 
GeneralRe: TCP timed Stream.Read()? Pin
alexvw16-Sep-08 2:24
alexvw16-Sep-08 2:24 
QuestionHow to save and restore values in multi textbox,Datetime picker,combo box when the form close using vb.net !? Pin
GAWAK15-Sep-08 9:59
GAWAK15-Sep-08 9:59 
AnswerTry application settings ... Pin
David Mujica15-Sep-08 10:31
David Mujica15-Sep-08 10:31 
GeneralRe: Try application settings ... Pin
GAWAK16-Sep-08 1:16
GAWAK16-Sep-08 1:16 

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.