Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Windows.Forms.Control Vs System.Windows.Controls [modified] Pin
Dave Kreskowiak15-Feb-08 4:44
mveDave Kreskowiak15-Feb-08 4:44 
QuestionHow to perform Undo for Form Controls in C#? Pin
nilam247715-Feb-08 0:01
nilam247715-Feb-08 0:01 
GeneralRe: How to perform Undo for Form Controls in C#? Pin
Giorgi Dalakishvili15-Feb-08 0:34
mentorGiorgi Dalakishvili15-Feb-08 0:34 
GeneralForms Issue Pin
Harvey Saayman14-Feb-08 23:43
Harvey Saayman14-Feb-08 23:43 
GeneralRe: Forms Issue [modified] Pin
Martin#14-Feb-08 23:57
Martin#14-Feb-08 23:57 
GeneralRe: Forms Issue Pin
Harvey Saayman15-Feb-08 0:16
Harvey Saayman15-Feb-08 0:16 
GeneralRe: Forms Issue Pin
Martin#15-Feb-08 0:35
Martin#15-Feb-08 0:35 
GeneralDialog Issue Pin
Harvey Saayman15-Feb-08 0:38
Harvey Saayman15-Feb-08 0:38 
dude.. its not working

once the users details is updated i do (this.DialogResult = DialogResult.OK;) in(FrmAdduser)

and then in (FrmUsers) i hav this

<br />
FrmAddUser frmAddUser = new FrmAddUser(sqlConn);<br />
frmAddUser.MdiParent = this.MdiParent;<br />
frmAddUser.ShowDialog();<br />
<br />
if (frmAddUser.DialogResult == DialogResult.OK)<br />
{<br />
      dataBindDataGridView();;<br />
}<br />


but the if never returns true... any sugestions?

Harvey Saayman - South Africa
Junior Developer
.Net, C#, SQL
think BIG and kick ASS
you.suck = (you.passion != Programming)

GeneralRe: Dialog Issue Pin
Martin#15-Feb-08 0:46
Martin#15-Feb-08 0:46 
GeneralRe: Dialog Issue Pin
Harvey Saayman15-Feb-08 0:52
Harvey Saayman15-Feb-08 0:52 
GeneralRe: Dialog Issue Pin
Martin#15-Feb-08 0:55
Martin#15-Feb-08 0:55 
GeneralRe: Dialog Issue Pin
Harvey Saayman15-Feb-08 1:04
Harvey Saayman15-Feb-08 1:04 
GeneralRe: Dialog Issue Pin
Martin#15-Feb-08 1:09
Martin#15-Feb-08 1:09 
GeneralRe: Dialog Issue Pin
Harvey Saayman15-Feb-08 1:11
Harvey Saayman15-Feb-08 1:11 
GeneralRe: Dialog Issue Pin
Martin#15-Feb-08 1:26
Martin#15-Feb-08 1:26 
GeneralRe: Dialog Issue Pin
Harvey Saayman15-Feb-08 1:25
Harvey Saayman15-Feb-08 1:25 
GeneralRe: Dialog Issue Pin
Martin#15-Feb-08 1:33
Martin#15-Feb-08 1:33 
QuestionConverting FontSize into float-value Pin
Brutus14-Feb-08 23:00
Brutus14-Feb-08 23:00 
GeneralRe: Converting FontSize into float-value Pin
Christian Graus14-Feb-08 23:16
protectorChristian Graus14-Feb-08 23:16 
GeneralRe: Converting FontSize into float-value Pin
Brutus14-Feb-08 23:45
Brutus14-Feb-08 23:45 
GeneralRe: Converting FontSize into float-value Pin
Mircea Puiu15-Feb-08 0:23
Mircea Puiu15-Feb-08 0:23 
GeneralRe: Converting FontSize into float-value Pin
Brutus15-Feb-08 0:42
Brutus15-Feb-08 0:42 
GeneralRe: Converting FontSize into float-value Pin
Mircea Puiu15-Feb-08 1:41
Mircea Puiu15-Feb-08 1:41 
GeneralRe: Converting FontSize into float-value Pin
Brutus15-Feb-08 2:07
Brutus15-Feb-08 2:07 
GeneralP/Invoke problem in migrating 32 bit to 64bit application! Pin
TaiZhong14-Feb-08 21:50
TaiZhong14-Feb-08 21: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.