Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Error sound when closing application Pin
Twister3366-Jul-07 23:57
Twister3366-Jul-07 23:57 
QuestionHow to Reduce Desktop Size Pin
vikrant kpr4-Jul-07 2:22
vikrant kpr4-Jul-07 2:22 
AnswerRe: How to Reduce Desktop Size Pin
Nibu babu thomas4-Jul-07 3:19
Nibu babu thomas4-Jul-07 3:19 
AnswerRe: How to Reduce Desktop Size Pin
Hamid_RT4-Jul-07 19:37
Hamid_RT4-Jul-07 19:37 
QuestionHow to change place of activex control at run time Pin
adityarao314-Jul-07 1:45
adityarao314-Jul-07 1:45 
AnswerRe: How to change place of activex control at run time Pin
Mark Salsbery4-Jul-07 7:31
Mark Salsbery4-Jul-07 7:31 
GeneralRe: How to change place of activex control at run time Pin
shivditya4-Jul-07 7:39
shivditya4-Jul-07 7:39 
GeneralRe: How to change place of activex control at run time Pin
Mark Salsbery4-Jul-07 7:45
Mark Salsbery4-Jul-07 7:45 
shivditya wrote:
I am using create method which is there in .cpp file which gets loaded once we insert control from registered controls


Hmm - I don't know what version of Visual Studio you're using, but I get two Create methods in
a wrapper class on Visual C++ 2003:
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle,
                                                const RECT& rect, CWnd* pParentWnd, UINT nID, 
                                                CCreateContext* pContext = NULL);

BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, 
                                                UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE,
                                                BSTR bstrLicKey = NULL);

Neither of these match the parameters you are passing to Create().

Mark


Mark Salsbery
Microsoft MVP - Visual C++


"Go that way, really fast. If something gets in your way, turn."

QuestionRe: How to change place of activex control at run time Pin
Mark Salsbery4-Jul-07 7:36
Mark Salsbery4-Jul-07 7:36 
QuestionRe: How to change place of activex control at run time Pin
adityarao314-Jul-07 17:50
adityarao314-Jul-07 17:50 
AnswerRe: How to change place of activex control at run time Pin
Mark Salsbery5-Jul-07 6:19
Mark Salsbery5-Jul-07 6:19 
QuestionRegarding buttons on propertypages Pin
Neeraj Sinha4-Jul-07 1:36
Neeraj Sinha4-Jul-07 1:36 
AnswerRe: Regarding buttons on propertypages Pin
_AnsHUMAN_ 4-Jul-07 3:07
_AnsHUMAN_ 4-Jul-07 3:07 
GeneralRe: Regarding buttons on propertypages Pin
Neeraj Sinha4-Jul-07 3:34
Neeraj Sinha4-Jul-07 3:34 
QuestionRe: Regarding buttons on propertypages Pin
David Crow5-Jul-07 3:30
David Crow5-Jul-07 3:30 
QuestionCan i find registry key/entry if intermediate registry key name is not known? Pin
Mushtaque Nizamani4-Jul-07 1:24
Mushtaque Nizamani4-Jul-07 1:24 
AnswerRe: Can i find registry key/entry if intermediate registry key name is not known? Pin
CPallini4-Jul-07 2:09
mveCPallini4-Jul-07 2:09 
AnswerRe: Can i find registry key/entry if intermediate registry key name is not known? Pin
David Crow5-Jul-07 3:33
David Crow5-Jul-07 3:33 
QuestionOndragenter() Pin
Jhony george4-Jul-07 0:52
Jhony george4-Jul-07 0:52 
AnswerRe: Ondragenter() Pin
Hans Dietrich4-Jul-07 1:27
mentorHans Dietrich4-Jul-07 1:27 
AnswerRe: Ondragenter() Pin
Mark Salsbery4-Jul-07 7:40
Mark Salsbery4-Jul-07 7:40 
QuestionHow to detect which object called the message Pin
chaitannya_m3-Jul-07 23:03
chaitannya_m3-Jul-07 23:03 
AnswerRe: How to detect which object called the message Pin
Nibu babu thomas3-Jul-07 23:29
Nibu babu thomas3-Jul-07 23:29 
AnswerRe: How to detect which object called the message Pin
Naveen3-Jul-07 23:31
Naveen3-Jul-07 23:31 
AnswerRe: How to detect which object called the message Pin
Rajkumar R3-Jul-07 23:40
Rajkumar R3-Jul-07 23:40 

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.