Click here to Skip to main content
15,913,305 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Should I revert to DAO? Pin
MartinSW16-Sep-08 6:01
MartinSW16-Sep-08 6:01 
GeneralRe: Should I revert to DAO? Pin
Dave Kreskowiak16-Sep-08 7:03
mveDave Kreskowiak16-Sep-08 7:03 
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 
pdnet wrote:
I put my .exe file and .dll files in the application directory.


Are you talking about some folder under Program Files?


pdnet wrote:
But, Somehow the .dll file is deleted from appliaction directory


This would only happen if your code was written to delete some files in the app's directory. Perhaps you're doing something with the CurrentDirecty and you don't realize it??


pdnet wrote:
Remember, that I can't check at the start of the application that the .dll file is exist or not, because, the .dll files is referenced at design time


You should never have to do this. So what if the .DLL is missing at runtime?? If it's missing, what are you going to do about it?? Stop wasting your time trying to catch the "error" of a missing .DLL and start looking for why the .DLL is getting deleted, or moved.


A guide to posting questions on CodeProject[^]



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




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 
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 

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.