Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRead This Pin
LOSTTWARE.com20-Nov-03 19:30
LOSTTWARE.com20-Nov-03 19:30 
GeneralRe: Read This Pin
l a u r e n20-Nov-03 20:05
l a u r e n20-Nov-03 20:05 
GeneralRe: Read This Pin
LOSTTWARE.com20-Nov-03 20:09
LOSTTWARE.com20-Nov-03 20:09 
GeneralRe: Read This Pin
l a u r e n20-Nov-03 20:13
l a u r e n20-Nov-03 20:13 
GeneralSetting New line Pin
Shenthil20-Nov-03 19:27
Shenthil20-Nov-03 19:27 
GeneralRe: Setting New line Pin
Michael Dunn20-Nov-03 19:44
sitebuilderMichael Dunn20-Nov-03 19:44 
QuestionHow could i draw an irregular window in mfc Pin
ttemp200220-Nov-03 16:22
ttemp200220-Nov-03 16:22 
AnswerRe: How could i draw an irregular window in mfc Pin
Abhishek Srivastava20-Nov-03 17:12
Abhishek Srivastava20-Nov-03 17:12 
Hi ,

There is an API called SetWindowRgn(), look this API in MSDN.using this API one can create a window
of any shape and size.u can create a CRgn Object, which holds the shape information of your window.
and passing this Object in the above API u can create a Window of ur desired shape and size.

Regards Smile | :)

Abhishek Srivastava
Software Engg (VC++)
India ,Noida
Mobile no 9891492921 Smile | :)

GeneralA question about HTMLHELP Pin
Sunjoy Chen20-Nov-03 16:05
Sunjoy Chen20-Nov-03 16:05 
GeneralSTL set.h Performance Analysis Pin
BrianReeve20-Nov-03 15:33
BrianReeve20-Nov-03 15:33 
Questionwhy can't global fn access global variable? Pin
closecall20-Nov-03 14:31
closecall20-Nov-03 14:31 
AnswerRe: why can't global fn access global variable? Pin
Prakash Nadar20-Nov-03 16:03
Prakash Nadar20-Nov-03 16:03 
GeneralRe: why can't global fn access global variable? Pin
closecall20-Nov-03 18:11
closecall20-Nov-03 18:11 
GeneralRe: why can't global fn access global variable? Pin
Prakash Nadar20-Nov-03 23:51
Prakash Nadar20-Nov-03 23:51 
Answernevermind... the world is good again. Pin
closecall20-Nov-03 18:35
closecall20-Nov-03 18:35 
GeneralGDI+, Quick question Pin
Jörgen Sigvardsson20-Nov-03 14:13
Jörgen Sigvardsson20-Nov-03 14:13 
GeneralRe: GDI+, Quick question Pin
Alex Korchemniy20-Nov-03 14:48
Alex Korchemniy20-Nov-03 14:48 
GeneralRe: GDI+, Quick question Pin
J. Dunlap20-Nov-03 14:59
J. Dunlap20-Nov-03 14:59 
GeneralRe: GDI+, Quick question Pin
Jörgen Sigvardsson20-Nov-03 22:34
Jörgen Sigvardsson20-Nov-03 22:34 
GeneralRe: GDI+, Quick question Pin
Mike Dimmick21-Nov-03 3:15
Mike Dimmick21-Nov-03 3:15 
GeneralRe: GDI+, Quick question Pin
J. Dunlap20-Nov-03 14:57
J. Dunlap20-Nov-03 14:57 
QuestionHow do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
BaldwinMartin20-Nov-03 14:00
BaldwinMartin20-Nov-03 14:00 
AnswerRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
Peter Molnar20-Nov-03 15:02
Peter Molnar20-Nov-03 15:02 
GeneralRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
BaldwinMartin20-Nov-03 15:19
BaldwinMartin20-Nov-03 15:19 
GeneralRe: How do you get the default email client on 95/98/98se/me/xp/nt/2000 Pin
Peter Molnar20-Nov-03 15:34
Peter Molnar20-Nov-03 15:34 

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.