Click here to Skip to main content
15,906,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTo Make blank all fields on forms Pin
mikobi20-May-05 1:34
mikobi20-May-05 1:34 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 1:44
toxcct20-May-05 1:44 
GeneralRe: To Make blank all fields on forms Pin
Maximilien20-May-05 2:21
Maximilien20-May-05 2:21 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 2:31
toxcct20-May-05 2:31 
GeneralRe: To Make blank all fields on forms Pin
Maximilien20-May-05 3:42
Maximilien20-May-05 3:42 
GeneralRe: To Make blank all fields on forms Pin
toxcct20-May-05 3:44
toxcct20-May-05 3:44 
GeneralRe: To Make blank all fields on forms Pin
BlackDice20-May-05 2:29
BlackDice20-May-05 2:29 
GeneralRe: To Make blank all fields on forms Pin
Tom Archer20-May-05 17:03
Tom Archer20-May-05 17:03 
As toxcct alludes to, you can use DDX and then initialize each variable before calling UpdateData() or if you're not using DDX you could write a loop that would loop through all the controls on the dialog and then using the SetWindowText message, blank all controls.

Cheers,
Tom Archer - Archer Consulting Group

"Eat your brussel sprouts, Junior. There are starving Chinese children American programmers that would kill for that food!"
GeneralChineese writting in some fieds of my forms Pin
mikobi20-May-05 1:29
mikobi20-May-05 1:29 
GeneralRe: Chineese writting in some fieds of my forms Pin
toxcct20-May-05 1:47
toxcct20-May-05 1:47 
GeneralRe: Chineese writting in some fieds of my forms Pin
mikobi20-May-05 1:56
mikobi20-May-05 1:56 
QuestionTextBox->ResetText () question??? Pin
richiemac20-May-05 0:21
richiemac20-May-05 0:21 
AnswerRe: TextBox->ResetText () question??? Pin
ThatsAlok20-May-05 0:27
ThatsAlok20-May-05 0:27 
GeneralRe: TextBox->ResetText () question??? Pin
richiemac20-May-05 0:48
richiemac20-May-05 0:48 
GeneralRe: TextBox->ResetText () question??? Pin
toxcct20-May-05 0:56
toxcct20-May-05 0:56 
GeneralRe: TextBox->ResetText () question??? Pin
ThatsAlok20-May-05 0:57
ThatsAlok20-May-05 0:57 
GeneralRichEdit Control Problem! Pin
Waleed Eissa20-May-05 0:12
Waleed Eissa20-May-05 0:12 
GeneralRe: RichEdit Control Problem! Pin
Luis Mejia20-May-05 5:18
Luis Mejia20-May-05 5:18 
GeneralRe: RichEdit Control Problem! Pin
Waleed Eissa21-May-05 12:40
Waleed Eissa21-May-05 12:40 
GeneralDocking ControlBars Pin
stevy8219-May-05 23:04
stevy8219-May-05 23:04 
GeneralRe: Docking ControlBars Pin
stevy8226-May-05 22:23
stevy8226-May-05 22:23 
Generallexx/flexx question Pin
Maxime Labelle19-May-05 21:55
Maxime Labelle19-May-05 21:55 
GeneralRegCreateKeyEx Pin
Its due when19-May-05 21:06
Its due when19-May-05 21:06 
GeneralRe: RegCreateKeyEx Pin
GDavy19-May-05 21:52
GDavy19-May-05 21:52 
GeneralAccessing to parent view Pin
doctorpi19-May-05 21:02
doctorpi19-May-05 21:02 

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.