Click here to Skip to main content
15,881,424 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pass Anonymous Type To Worker Pin
Dave Kreskowiak16-Jul-15 14:49
mveDave Kreskowiak16-Jul-15 14:49 
GeneralRe: Pass Anonymous Type To Worker Pin
Kevin Marois16-Jul-15 14:52
professionalKevin Marois16-Jul-15 14:52 
AnswerRe: Pass Anonymous Type To Worker Pin
F-ES Sitecore16-Jul-15 21:45
professionalF-ES Sitecore16-Jul-15 21:45 
Questionform 1 and form 2 Pin
jamesmc153516-Jul-15 4:08
jamesmc153516-Jul-15 4:08 
AnswerRe: form 1 and form 2 Pin
Wes Aday16-Jul-15 4:26
professionalWes Aday16-Jul-15 4:26 
Questioni get a error invalid expresion Pin
jamesmc153516-Jul-15 2:57
jamesmc153516-Jul-15 2:57 
AnswerRe: i get a error invalid expresion Pin
Richard MacCutchan16-Jul-15 3:02
mveRichard MacCutchan16-Jul-15 3:02 
GeneralRe: i get a error invalid expresion Pin
jamesmc153516-Jul-15 3:09
jamesmc153516-Jul-15 3:09 
if (string.IsNullOrEmpty(txtPassword.Text) || (string.IsNullOrEmpty(txtUser.Text)))
MessageBox.Show("field empty.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
Files mf = new Files();
Hide();
mf.ShowDialog();
Close();

}
*theres my code ,its practicly a button that opens another form,and if the fields are empty popup error but when i click ok , the other form still opens, whats the addon code, (== DialogResult.Ok)??
GeneralRe: i get a error invalid expresion Pin
Richard MacCutchan16-Jul-15 4:54
mveRichard MacCutchan16-Jul-15 4:54 
GeneralRe: i get a error invalid expresion Pin
jamesmc153516-Jul-15 4:56
jamesmc153516-Jul-15 4:56 
GeneralRe: i get a error invalid expresion Pin
Richard MacCutchan16-Jul-15 4:58
mveRichard MacCutchan16-Jul-15 4:58 
GeneralRe: i get a error invalid expresion Pin
jamesmc153516-Jul-15 5:00
jamesmc153516-Jul-15 5:00 
GeneralRe: i get a error invalid expresion Pin
Richard MacCutchan16-Jul-15 5:06
mveRichard MacCutchan16-Jul-15 5:06 
Questionhelp with login Pin
jamesmc153516-Jul-15 2:49
jamesmc153516-Jul-15 2:49 
AnswerRe: help with login Pin
Richard MacCutchan16-Jul-15 2:59
mveRichard MacCutchan16-Jul-15 2:59 
QuestionEnabling and Disabling Speech Recognition using Speech Recognition Pin
Coder199915-Jul-15 6:19
Coder199915-Jul-15 6:19 
AnswerRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Richard MacCutchan15-Jul-15 7:00
mveRichard MacCutchan15-Jul-15 7:00 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Coder199916-Jul-15 3:13
Coder199916-Jul-15 3:13 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Pete O'Hanlon16-Jul-15 3:25
mvePete O'Hanlon16-Jul-15 3:25 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Richard MacCutchan16-Jul-15 4:55
mveRichard MacCutchan16-Jul-15 4:55 
AnswerRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Dave Kreskowiak15-Jul-15 13:58
mveDave Kreskowiak15-Jul-15 13:58 
QuestionSplit a string into values Pin
Farhad Eft15-Jul-15 5:48
Farhad Eft15-Jul-15 5:48 
AnswerRe: Split a string into values Pin
Abhipal Singh15-Jul-15 6:06
professionalAbhipal Singh15-Jul-15 6:06 
AnswerRe: Split a string into values Pin
User 418025417-Jul-15 2:47
User 418025417-Jul-15 2:47 
Questioncant run access query Through C# Pin
goldsoft14-Jul-15 21:20
goldsoft14-Jul-15 21:20 

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.