Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Addstring function Pin
khb9-Aug-07 0:57
khb9-Aug-07 0:57 
GeneralRe: Addstring function Pin
jhwurmbach9-Aug-07 1:07
jhwurmbach9-Aug-07 1:07 
GeneralRe: Addstring function Pin
tyagineha9-Aug-07 1:12
tyagineha9-Aug-07 1:12 
GeneralRe: Addstring function Pin
jhwurmbach9-Aug-07 1:22
jhwurmbach9-Aug-07 1:22 
AnswerRe: Addstring function Pin
khb9-Aug-07 1:27
khb9-Aug-07 1:27 
AnswerRe: Addstring function Pin
KarstenK9-Aug-07 1:10
mveKarstenK9-Aug-07 1:10 
GeneralRe: Addstring function Pin
David Crow9-Aug-07 3:00
David Crow9-Aug-07 3:00 
AnswerRe: Addstring function Pin
Jim Crafton9-Aug-07 8:25
Jim Crafton9-Aug-07 8:25 
Get a book on MFC. You're not using the class correctly in the first place. All MFC objects that wrap Win32 primitives like HWND, HDC, etc, have a similar pattern:

CWnd wnd; //make a new instance
or
CWnd* wnd = new CWnd();

//"create" the instance
wnd.Create(......);
or
wnd->Create(.....);



¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
VCF Blog

GeneralRe: Addstring function Pin
tyagineha9-Aug-07 17:41
tyagineha9-Aug-07 17:41 
GeneralRe: Addstring function Pin
Jim Crafton10-Aug-07 4:19
Jim Crafton10-Aug-07 4:19 
QuestionHow to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 0:32
Eugene Pustovoyt9-Aug-07 0:32 
AnswerRe: How to make a vertical text into the Edit Control? Pin
toxcct9-Aug-07 0:34
toxcct9-Aug-07 0:34 
GeneralRe: How to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 0:46
Eugene Pustovoyt9-Aug-07 0:46 
AnswerRe: How to make a vertical text into the Edit Control? Pin
Russell'9-Aug-07 3:09
Russell'9-Aug-07 3:09 
GeneralRe: How to make a vertical text into the Edit Control? Pin
Eugene Pustovoyt9-Aug-07 3:22
Eugene Pustovoyt9-Aug-07 3:22 
GeneralRe: How to make a vertical text into the Edit Control? Pin
Russell'9-Aug-07 3:43
Russell'9-Aug-07 3:43 
QuestionSelf delete Pin
J_E_D_I9-Aug-07 0:30
J_E_D_I9-Aug-07 0:30 
AnswerRe: Self delete Pin
toxcct9-Aug-07 0:33
toxcct9-Aug-07 0:33 
GeneralRe: Self delete Pin
jhwurmbach9-Aug-07 0:50
jhwurmbach9-Aug-07 0:50 
AnswerRe: Self delete Pin
sunit59-Aug-07 0:36
sunit59-Aug-07 0:36 
GeneralRe: Self delete Pin
J_E_D_I9-Aug-07 1:18
J_E_D_I9-Aug-07 1:18 
AnswerRe: Self delete Pin
jhwurmbach9-Aug-07 0:52
jhwurmbach9-Aug-07 0:52 
GeneralRe: Self delete Pin
toxcct9-Aug-07 1:30
toxcct9-Aug-07 1:30 
GeneralRe: Self delete Pin
jhwurmbach9-Aug-07 1:32
jhwurmbach9-Aug-07 1:32 
GeneralRe: Self delete Pin
Rage9-Aug-07 5:20
professionalRage9-Aug-07 5:20 

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.