Click here to Skip to main content
15,900,258 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: several forms displayed on/off in the same main window with a main menu strip - how in C#.NET? Pin
DbIMKA28-Sep-08 21:40
DbIMKA28-Sep-08 21:40 
QuestionCreating Add-ons for Firefox Pin
hidayatalishah24-Aug-08 20:27
hidayatalishah24-Aug-08 20:27 
AnswerRe: Creating Add-ons for Firefox Pin
hidayatalishah25-Aug-08 1:41
hidayatalishah25-Aug-08 1:41 
GeneralRe: Creating Add-ons for Firefox Pin
hidayatalishah25-Aug-08 1:42
hidayatalishah25-Aug-08 1:42 
AnswerRe: Creating Add-ons for Firefox Pin
Robert.C.Cartaino25-Aug-08 6:26
Robert.C.Cartaino25-Aug-08 6:26 
AnswerRe: Creating Add-ons for Firefox Pin
Ashfield26-Aug-08 5:16
Ashfield26-Aug-08 5:16 
QuestionGDI Drawings and Erase Pin
afridy24-Aug-08 18:49
afridy24-Aug-08 18:49 
AnswerRe: GDI Drawings and Erase Pin
John Ad24-Aug-08 19:44
John Ad24-Aug-08 19:44 
GeneralRe: GDI Drawings and Erase Pin
afridy24-Aug-08 20:19
afridy24-Aug-08 20:19 
GeneralRe: GDI Drawings and Erase [modified] Pin
afridy25-Aug-08 3:56
afridy25-Aug-08 3:56 
QuestionHide control inherited from a base form in a specific derived form, this at design-time ! Pin
sixadOne22-Aug-08 13:53
sixadOne22-Aug-08 13:53 
AnswerRe: Hide control inherited from a base form in a specific derived form, this at design-time ! Pin
rtklueh23-Aug-08 4:16
rtklueh23-Aug-08 4:16 
GeneralRe: Hide control inherited from a base form in a specific derived form, this at design-time ! Pin
sixadOne23-Aug-08 4:56
sixadOne23-Aug-08 4:56 
GeneralRe: Hide control inherited from a base form in a specific derived form, this at design-time ! Pin
Frank Horn23-Aug-08 9:19
Frank Horn23-Aug-08 9:19 
GeneralRe: Hide control inherited from a base form in a specific derived form, this at design-time ! Pin
sixadOne24-Aug-08 5:31
sixadOne24-Aug-08 5:31 
QuestionDataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
rtklueh22-Aug-08 11:13
rtklueh22-Aug-08 11:13 
I've seen this question in various forms in several places, but I have yet to see a satisfactory solution.

Using .Net Framework 2, I've got a DataSet with elements bound to several TextBoxes which are scattered on several tab pages on a form. I can then change any of the TextBox texts, and the corresponding changes do appear in the DataSet.

I want to enable an Apply button when any of these elements have changed. I tried to use the DataSet's HasChanges, but it will not return a 'true'. I also tried a RowChanged event on one of the DataTables in the DataSet, but it never triggered. I tried to resort to using the TextChanged event from all the TextBoxes. That almost works, but the event is raised when the binding initially sets the TextBox contents. I can tolerate that on the first tab page of my form, but the TextBoxes on the other tab pages don't get set until you initially select those tabs, and it is difficult to distinguish between a user-initiated change and the original setting.

Thanks for your suggestions.
AnswerRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
Mycroft Holmes22-Aug-08 20:11
professionalMycroft Holmes22-Aug-08 20:11 
GeneralRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
rtklueh23-Aug-08 3:59
rtklueh23-Aug-08 3:59 
GeneralRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
sixadOne23-Aug-08 5:28
sixadOne23-Aug-08 5:28 
GeneralRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
Mycroft Holmes23-Aug-08 13:52
professionalMycroft Holmes23-Aug-08 13:52 
GeneralRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
rtklueh23-Aug-08 15:20
rtklueh23-Aug-08 15:20 
GeneralRe: DataSet HasChanges doesn't pick up changes made by bound TextBoxes Pin
rtklueh25-Aug-08 5:52
rtklueh25-Aug-08 5:52 
QuestionWindows Service Pin
varshavmane22-Aug-08 5:08
varshavmane22-Aug-08 5:08 
AnswerRe: Windows Service Pin
Pavel Klocek22-Aug-08 11:15
Pavel Klocek22-Aug-08 11:15 
GeneralRe: Windows Service Pin
varshavmane24-Aug-08 19:45
varshavmane24-Aug-08 19:45 

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.