Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetRelativePath implementation ? Pin
Marc Clifton13-Aug-09 9:18
mvaMarc Clifton13-Aug-09 9:18 
GeneralRe: GetRelativePath implementation ? Pin
Luc Pattyn13-Aug-09 9:48
sitebuilderLuc Pattyn13-Aug-09 9:48 
GeneralRe: GetRelativePath implementation ? [modified] Pin
Scott Dorman13-Aug-09 10:36
professionalScott Dorman13-Aug-09 10:36 
GeneralRe: GetRelativePath implementation ? Pin
Luc Pattyn13-Aug-09 13:26
sitebuilderLuc Pattyn13-Aug-09 13:26 
GeneralRe: GetRelativePath implementation ? Pin
Scott Dorman13-Aug-09 13:48
professionalScott Dorman13-Aug-09 13:48 
AnswerRe: GetRelativePath implementation ? Pin
Scott Dorman13-Aug-09 13:50
professionalScott Dorman13-Aug-09 13:50 
QuestionButton Click event help Pin
spankyleo12313-Aug-09 4:51
spankyleo12313-Aug-09 4:51 
AnswerRe: Button Click event help Pin
stancrm13-Aug-09 4:55
stancrm13-Aug-09 4:55 
I think you must implement something like isDirty variable.
That means, if the user change something, you must set isDirty=true.
if(isDirty)
{
  MessageBox.Show("Please save first");
}
else
{
  // Print here
}

GeneralRe: Button Click event help Pin
spankyleo12313-Aug-09 5:15
spankyleo12313-Aug-09 5:15 
QuestionCant find SQL ServerCE.dll Pin
sohaib_a13-Aug-09 4:47
sohaib_a13-Aug-09 4:47 
QuestionProblem in including namespace Pin
Sivaji156513-Aug-09 4:42
Sivaji156513-Aug-09 4:42 
AnswerRe: Problem in including namespace Pin
benjymous13-Aug-09 4:49
benjymous13-Aug-09 4:49 
GeneralRe: Problem in including namespace Pin
Sivaji156513-Aug-09 18:47
Sivaji156513-Aug-09 18:47 
AnswerRe: Problem in including namespace Pin
stancrm13-Aug-09 4:49
stancrm13-Aug-09 4:49 
GeneralRe: Problem in including namespace Pin
riced13-Aug-09 5:45
riced13-Aug-09 5:45 
QuestionSee the monitor from another Pc on network? Pin
nhqlbaislwfiikqraqnm13-Aug-09 4:27
nhqlbaislwfiikqraqnm13-Aug-09 4:27 
AnswerRe: See the monitor from another Pc on network? Pin
stancrm13-Aug-09 4:48
stancrm13-Aug-09 4:48 
GeneralRe: See the monitor from another Pc on network? Pin
nhqlbaislwfiikqraqnm13-Aug-09 6:36
nhqlbaislwfiikqraqnm13-Aug-09 6:36 
GeneralRe: See the monitor from another Pc on network? Pin
nhqlbaislwfiikqraqnm14-Aug-09 0:31
nhqlbaislwfiikqraqnm14-Aug-09 0:31 
QuestionError while adding TreeNode in presenter. Pin
Krishna Aditya13-Aug-09 4:10
Krishna Aditya13-Aug-09 4:10 
AnswerRe: Error while adding TreeNode in presenter. Pin
Luc Pattyn13-Aug-09 4:17
sitebuilderLuc Pattyn13-Aug-09 4:17 
QuestionDecrypt Signons3.txt, signons.sqlite and key.db? Pin
nhqlbaislwfiikqraqnm13-Aug-09 3:28
nhqlbaislwfiikqraqnm13-Aug-09 3:28 
AnswerRe: Decrypt Signons3.txt, signons.sqlite and key.db? Pin
OriginalGriff13-Aug-09 4:13
mveOriginalGriff13-Aug-09 4:13 
GeneralRe: Decrypt Signons3.txt, signons.sqlite and key.db? Pin
nhqlbaislwfiikqraqnm13-Aug-09 4:25
nhqlbaislwfiikqraqnm13-Aug-09 4:25 
GeneralRe: Decrypt Signons3.txt, signons.sqlite and key.db? Pin
vishal24130-May-10 16:50
vishal24130-May-10 16:50 

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.