Click here to Skip to main content
15,924,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioninternal compiler error Pin
rjkg20-Apr-08 23:54
rjkg20-Apr-08 23:54 
GeneralRe: internal compiler error Pin
Abhijit A21-Apr-08 0:00
Abhijit A21-Apr-08 0:00 
GeneralRe: internal compiler error Pin
Sameerkumar Namdeo21-Apr-08 0:24
Sameerkumar Namdeo21-Apr-08 0:24 
GeneralRe: internal compiler error Pin
jhwurmbach21-Apr-08 1:58
jhwurmbach21-Apr-08 1:58 
GeneralRe: internal compiler error Pin
Saurabh.Garg21-Apr-08 2:50
Saurabh.Garg21-Apr-08 2:50 
GeneralRe: internal compiler error Pin
David Crow21-Apr-08 4:14
David Crow21-Apr-08 4:14 
Questionhow to register class name for window Pin
kmani_soft20-Apr-08 23:38
kmani_soft20-Apr-08 23:38 
AnswerRe: how to register class name for window Pin
Iain Clarke, Warrior Programmer21-Apr-08 3:12
Iain Clarke, Warrior Programmer21-Apr-08 3:12 
In your created program, trace the software into the AfxRegisterClass, making sure that the values for wc are set sensibly. Then trace into the CreateWindow class bit to make sure that it actually uses your class, not some default one that happens to work.

Lastly, use spy++ to check out your window, and that it does have the class correctly. (ok, do this first too!)

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

AnswerRe: how to register class name for window Pin
Rajkumar R21-Apr-08 3:19
Rajkumar R21-Apr-08 3:19 
GeneralCleint Server Programming [modified] Pin
Abhijit A20-Apr-08 23:21
Abhijit A20-Apr-08 23:21 
GeneralRe: Cleint Server Programming Pin
Jhony george21-Apr-08 2:40
Jhony george21-Apr-08 2:40 
QuestionHow to Add Two Time Pin
sharanu20-Apr-08 23:06
sharanu20-Apr-08 23:06 
AnswerRe: How to Add Two Time Pin
CPallini20-Apr-08 23:23
mveCPallini20-Apr-08 23:23 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 1:09
sharanu21-Apr-08 1:09 
QuestionRe: How to Add Two Time [modified] Pin
CPallini21-Apr-08 1:49
mveCPallini21-Apr-08 1:49 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 2:32
sharanu21-Apr-08 2:32 
GeneralRe: How to Add Two Time Pin
CPallini21-Apr-08 2:44
mveCPallini21-Apr-08 2:44 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 3:30
sharanu21-Apr-08 3:30 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:08
sharanu21-Apr-08 4:08 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:17
David Crow21-Apr-08 4:17 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:28
sharanu21-Apr-08 4:28 
QuestionRe: How to Add Two Time Pin
David Crow21-Apr-08 4:34
David Crow21-Apr-08 4:34 
GeneralRe: How to Add Two Time Pin
sharanu21-Apr-08 4:50
sharanu21-Apr-08 4:50 
GeneralRe: How to Add Two Time Pin
David Crow21-Apr-08 4:54
David Crow21-Apr-08 4:54 
AnswerRe: How to Add Two Time Pin
led mike21-Apr-08 4:53
led mike21-Apr-08 4:53 

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.