Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Transparent BMP Pin
John R. Shaw8-May-04 4:56
John R. Shaw8-May-04 4:56 
QuestionSOS:Sampling? Pin
langzi548-May-04 3:22
langzi548-May-04 3:22 
GeneralStrange problems with XmlDocument in VC++ Pin
Jaran Nilsen8-May-04 2:47
Jaran Nilsen8-May-04 2:47 
QuestionHow do I move a Static control? Pin
Harshapaulp8-May-04 1:33
Harshapaulp8-May-04 1:33 
AnswerRe: How do I move a Static control? Pin
Jaran Nilsen8-May-04 2:50
Jaran Nilsen8-May-04 2:50 
Questionhow to draw ellipse with dashed dotted styles Pin
Arun AC8-May-04 0:38
Arun AC8-May-04 0:38 
AnswerRe: how to draw ellipse with dashed dotted styles Pin
John R. Shaw8-May-04 5:07
John R. Shaw8-May-04 5:07 
Generalcreating CWnd using Create Pin
asif m@hmood7-May-04 23:46
asif m@hmood7-May-04 23:46 
the following code giving me runtime error but ignoring runtime error shows the desired window. wat is bad in the code n if any better solution using CreateEx()

CWnd* pWnd = new CWnd;

pWnd->Create(/*WS_EX_OVERLAPPEDWINDOW ,*/AfxRegisterWndClass(0,AfxGetApp()->LoadStandardCursor(IDC_ARROW),GetSysColorBrush(COLOR_WINDOW),NULL), "Hello", WS_POPUPWINDOW |WS_VISIBLE /*| WS_CAPTION*/,
CRect(700, 480, 800, 580), this,1234);

i m using this code in a button handler of dialog base application. any one can help
QuestionHelp: How could I deal with this? Pin
GavinWang7-May-04 22:44
GavinWang7-May-04 22:44 
AnswerRe: Help: How could I deal with this? Pin
toxcct7-May-04 23:25
toxcct7-May-04 23:25 
AnswerRe: Help: How could I deal with this? Pin
Prakash Nadar8-May-04 22:55
Prakash Nadar8-May-04 22:55 
GeneralAn unexplained compiler error (C2039) Pin
Anonymous7-May-04 21:45
Anonymous7-May-04 21:45 
GeneralRe: An unexplained compiler error (C2039) Pin
Rafael Fernández López7-May-04 23:21
Rafael Fernández López7-May-04 23:21 
GeneralRe: An unexplained compiler error (C2039) Pin
GavinWang7-May-04 23:25
GavinWang7-May-04 23:25 
GeneralRe: An unexplained compiler error (C2039) Pin
Rafael Fernández López8-May-04 0:02
Rafael Fernández López8-May-04 0:02 
GeneralRe: An unexplained compiler error (C2039) Pin
Colin Angus Mackay8-May-04 0:31
Colin Angus Mackay8-May-04 0:31 
GeneralRe: An unexplained compiler error (C2039) Pin
Prakash Nadar8-May-04 22:57
Prakash Nadar8-May-04 22:57 
GeneralRe: An unexplained compiler error (C2039) Pin
Anonymous9-May-04 5:01
Anonymous9-May-04 5:01 
QuestionHow to get _DSpreadSheet's point from handle? Pin
wl@syntc.com.cn7-May-04 20:45
wl@syntc.com.cn7-May-04 20:45 
GeneralProtocol Validation Pin
Kannan Ramanathan7-May-04 20:03
Kannan Ramanathan7-May-04 20:03 
Generalrecursive directory searching Pin
Ryan McDermott7-May-04 16:12
Ryan McDermott7-May-04 16:12 
GeneralRe: recursive directory searching Pin
nguyenvhn7-May-04 17:17
nguyenvhn7-May-04 17:17 
GeneralRe: recursive directory searching Pin
Joe Woodbury7-May-04 17:40
professionalJoe Woodbury7-May-04 17:40 
GeneralRe: recursive directory searching Pin
2249177-May-04 19:27
2249177-May-04 19:27 
GeneralRe: recursive directory searching Pin
Joe Woodbury8-May-04 8:36
professionalJoe Woodbury8-May-04 8:36 

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.