Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Screen Fails to Refresh after another Pgm Paints Pin
Mark Salsbery28-Feb-07 14:12
Mark Salsbery28-Feb-07 14:12 
AnswerRe: Screen Fails to Refresh after another Pgm Paints Pin
syscwl28-Feb-07 14:52
syscwl28-Feb-07 14:52 
GeneralRe: Screen Fails to Refresh after another Pgm Paints Pin
Mark Salsbery28-Feb-07 15:04
Mark Salsbery28-Feb-07 15:04 
QuestionEasy Question Pin
arbster128-Feb-07 12:24
arbster128-Feb-07 12:24 
AnswerRe: Easy Question Pin
Stephen Hewitt28-Feb-07 12:27
Stephen Hewitt28-Feb-07 12:27 
QuestionImportant question regarding Window kernel Pin
parth_00728-Feb-07 11:37
parth_00728-Feb-07 11:37 
AnswerRe: Important question regarding Window kernel Pin
Mark Salsbery28-Feb-07 14:20
Mark Salsbery28-Feb-07 14:20 
QuestionText Box Pin
ScotDolan28-Feb-07 11:18
ScotDolan28-Feb-07 11:18 
I have dialog in MDI with a simple text box that i want to change and update the text when a button is clicked. I I can't remember how to update the text box. I have the following code for the button press.

// CNeuralNetTwoView message handlers<br />
void CNeuralNetTwoView::OnBnClickedButton1()<br />
{<br />
	// TODO: Add your control notification handler code here<br />
	// Write Text.....	<br />
	<br />
	UpdateData(true);<br />
	ScottsTextBox = "JERNIE CORPORATIONS";<br />
<br />
	ScottsTestBoxCtrl.UpdateData(true);<br />
<br />
	UpdateData(true); // Just trying different things<br />
<br />
	UpdateData(FALSE); 	// Transfer data from variables to controls<br />
<br />
}<br />


Scott Dolan
Jernie Corporation
Engineering & Manufacturing
Software, Hardware, & Enclosures

AnswerRe: Text Box Pin
Mark Salsbery28-Feb-07 14:25
Mark Salsbery28-Feb-07 14:25 
QuestionPLEASE HELP :( Pin
İsmail Durmaz28-Feb-07 10:41
İsmail Durmaz28-Feb-07 10:41 
AnswerRe: PLEASE HELP :( Pin
Christian Graus28-Feb-07 10:49
protectorChristian Graus28-Feb-07 10:49 
GeneralRe: PLEASE HELP :( Pin
İsmail Durmaz28-Feb-07 10:52
İsmail Durmaz28-Feb-07 10:52 
GeneralRe: PLEASE HELP :( Pin
Christian Graus28-Feb-07 14:47
protectorChristian Graus28-Feb-07 14:47 
GeneralRe: PLEASE HELP :( Pin
Mark Salsbery28-Feb-07 14:26
Mark Salsbery28-Feb-07 14:26 
QuestionCant slow the program down Pin
Spartan1628-Feb-07 8:27
Spartan1628-Feb-07 8:27 
AnswerRe: Cant slow the program down Pin
David Crow28-Feb-07 8:31
David Crow28-Feb-07 8:31 
GeneralRe: Cant slow the program down Pin
Spartan1628-Feb-07 8:37
Spartan1628-Feb-07 8:37 
GeneralRe: Cant slow the program down Pin
David Crow28-Feb-07 8:45
David Crow28-Feb-07 8:45 
GeneralRe: Cant slow the program down Pin
Spartan1628-Feb-07 8:51
Spartan1628-Feb-07 8:51 
GeneralRe: Cant slow the program down Pin
David Crow28-Feb-07 8:53
David Crow28-Feb-07 8:53 
GeneralRe: Cant slow the program down Pin
Spartan1628-Feb-07 8:55
Spartan1628-Feb-07 8:55 
QuestionFastest way to scale binary images?? Pin
pavanbabut28-Feb-07 7:49
pavanbabut28-Feb-07 7:49 
AnswerRe: Fastest way to scale binary images?? Pin
Chris Losinger28-Feb-07 8:05
professionalChris Losinger28-Feb-07 8:05 
GeneralRe: Fastest way to scale binary images?? Pin
pavanbabut28-Feb-07 8:45
pavanbabut28-Feb-07 8:45 
GeneralRe: Fastest way to scale binary images?? Pin
Chris Losinger28-Feb-07 9:25
professionalChris Losinger28-Feb-07 9:25 

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.