Click here to Skip to main content
15,926,959 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow to Populate Values using Datagridview in multithread in VS 2005 using vb Pin
εїзεїзεїз3-Feb-09 20:35
εїзεїзεїз3-Feb-09 20:35 
QuestionRun single instance of an application Pin
ashok_rgm3-Feb-09 2:09
ashok_rgm3-Feb-09 2:09 
AnswerRe: Run single instance of an application Pin
EliottA3-Feb-09 2:42
EliottA3-Feb-09 2:42 
AnswerRe: Run single instance of an application Pin
Giorgi Dalakishvili3-Feb-09 3:08
mentorGiorgi Dalakishvili3-Feb-09 3:08 
QuestionRE: Lock dll file Pin
chandhuBTS2-Feb-09 18:25
chandhuBTS2-Feb-09 18:25 
AnswerRe: RE: Lock dll file Pin
Dave Kreskowiak2-Feb-09 18:39
mveDave Kreskowiak2-Feb-09 18:39 
GeneralRe: RE: Lock dll file Pin
chandhuBTS3-Feb-09 17:37
chandhuBTS3-Feb-09 17:37 
GeneralRe: RE: Lock dll file Pin
Dave Kreskowiak3-Feb-09 18:11
mveDave Kreskowiak3-Feb-09 18:11 
Not possible. The .DLL file can be copied when your app isn't running. There's nothing you can do to prevent it from being copied. Why? Because if you prevent the file from being read (that's all a copy operation is), the app won't be able to read it either and execute the code in it.


A guide to posting questions on CodeProject[^]



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




Questionrunning c# application on machine without .net framework Pin
cellardoor07162-Feb-09 5:49
cellardoor07162-Feb-09 5:49 
AnswerRe: running c# application on machine without .net framework Pin
Alan N2-Feb-09 6:37
Alan N2-Feb-09 6:37 
QuestionRe: running c# application on machine without .net framework Pin
cellardoor07162-Feb-09 7:29
cellardoor07162-Feb-09 7:29 
AnswerRe: running c# application on machine without .net framework Pin
Dave Kreskowiak2-Feb-09 7:35
mveDave Kreskowiak2-Feb-09 7:35 
QuestionRe: running c# application on machine without .net framework Pin
EliottA12-Feb-09 2:07
EliottA12-Feb-09 2:07 
AnswerRe: running c# application on machine without .net framework Pin
Dave Kreskowiak12-Feb-09 11:26
mveDave Kreskowiak12-Feb-09 11:26 
GeneralRe: running c# application on machine without .net framework Pin
EliottA12-Feb-09 11:29
EliottA12-Feb-09 11:29 
GeneralRe: running c# application on machine without .net framework Pin
Dave Kreskowiak12-Feb-09 11:37
mveDave Kreskowiak12-Feb-09 11:37 
AnswerRe: running c# application on machine without .net framework Pin
PIEBALDconsult2-Feb-09 8:02
mvePIEBALDconsult2-Feb-09 8:02 
AnswerRe: running c# application on machine without .net framework Pin
Dave Kreskowiak2-Feb-09 6:45
mveDave Kreskowiak2-Feb-09 6:45 
AnswerRe: running c# application on machine without .net framework Pin
mohamedugf3-Feb-09 23:18
mohamedugf3-Feb-09 23:18 
AnswerRe: running c# application on machine without .net framework Pin
Thomas Stockwell11-Feb-09 10:11
professionalThomas Stockwell11-Feb-09 10:11 
QuestionButton shortcuts problem Pin
jdcorr31-Jan-09 5:05
jdcorr31-Jan-09 5:05 
AnswerRe: Button shortcuts problem Pin
Wendelius31-Jan-09 5:28
mentorWendelius31-Jan-09 5:28 
GeneralRe: Button shortcuts problem Pin
jdcorr31-Jan-09 8:06
jdcorr31-Jan-09 8:06 
GeneralRe: Button shortcuts problem Pin
Wendelius31-Jan-09 8:39
mentorWendelius31-Jan-09 8:39 
QuestionAnswer Bind Listview Item text to TextBox1.text Pin
casmang30-Jan-09 11:01
casmang30-Jan-09 11:01 

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.