Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: .hh extension header files Pin
Jay034-Jul-06 9:39
Jay034-Jul-06 9:39 
GeneralRe: .hh extension header files Pin
Jun Du4-Jul-06 9:46
Jun Du4-Jul-06 9:46 
GeneralRe: .hh extension header files Pin
Jay034-Jul-06 9:57
Jay034-Jul-06 9:57 
GeneralRe: .hh extension header files Pin
Joe Woodbury4-Jul-06 11:16
professionalJoe Woodbury4-Jul-06 11:16 
AnswerRe: .hh extension header files Pin
Jörgen Sigvardsson4-Jul-06 12:04
Jörgen Sigvardsson4-Jul-06 12:04 
Questioni need project used thes ocx name data repeater Pin
go2go14-Jul-06 6:50
go2go14-Jul-06 6:50 
AnswerRe: i need project used thes ocx name data repeater Pin
toxcct4-Jul-06 6:53
toxcct4-Jul-06 6:53 
Questiondialogbox with textbox Pin
Desmo164-Jul-06 6:33
Desmo164-Jul-06 6:33 
Hi,

I have a dialogbox containing a textbox.
In order to set the content of the textbox i do.
dialogbox temp; (dialog is the name of the class i added)
temp.textbox.SetWindowText("text"); (textbox is the name of the textbox)
temp.DoModal();

i have problems with the line

temp.textbox.SetWindowText("text");

even if when i use that line for textbox in the parent form
there's no problem.

Where i go wrong ?

Another thing, if i wanna raise a non-modal dialogbox
what should i write instead of temp.DoModal() ?

Thanx,
Desmo16.
AnswerRe: dialogbox with textbox Pin
Justin Tay4-Jul-06 6:46
Justin Tay4-Jul-06 6:46 
GeneralRe: dialogbox with textbox Pin
Desmo164-Jul-06 6:58
Desmo164-Jul-06 6:58 
GeneralRe: dialogbox with textbox Pin
Justin Tay4-Jul-06 7:32
Justin Tay4-Jul-06 7:32 
GeneralRe: dialogbox with textbox Pin
Desmo164-Jul-06 22:25
Desmo164-Jul-06 22:25 
GeneralRe: dialogbox with textbox Pin
Desmo164-Jul-06 22:35
Desmo164-Jul-06 22:35 
GeneralRe: dialogbox with textbox Pin
Justin Tay5-Jul-06 1:21
Justin Tay5-Jul-06 1:21 
GeneralRe: dialogbox with textbox Pin
Desmo165-Jul-06 5:29
Desmo165-Jul-06 5:29 
Questiontemplate metaprogramming question Pin
FocusedWolf4-Jul-06 6:14
FocusedWolf4-Jul-06 6:14 
AnswerRe: template metaprogramming question Pin
Sarath C4-Jul-06 6:47
Sarath C4-Jul-06 6:47 
QuestionDraw on a control Pin
Daniel Kanev4-Jul-06 5:48
Daniel Kanev4-Jul-06 5:48 
QuestionRe: Draw on a control Pin
Sarath C4-Jul-06 5:52
Sarath C4-Jul-06 5:52 
AnswerRe: Draw on a control Pin
Hamid_RT4-Jul-06 6:03
Hamid_RT4-Jul-06 6:03 
GeneralRe: Draw on a control Pin
Daniel Kanev4-Jul-06 8:10
Daniel Kanev4-Jul-06 8:10 
GeneralRe: Draw on a control Pin
Hamid_RT4-Jul-06 19:14
Hamid_RT4-Jul-06 19:14 
QuestionUsing STL with SmartHeap Pin
Jack Hui4-Jul-06 5:01
Jack Hui4-Jul-06 5:01 
QuestionHow can i make resident program in visual c++? Pin
Knightman4-Jul-06 4:12
Knightman4-Jul-06 4:12 
AnswerRe: How can i make resident program in visual c++? Pin
Sarath C4-Jul-06 4:38
Sarath C4-Jul-06 4:38 

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.