Click here to Skip to main content
15,915,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ make exe Pin
CheesyPoofs16-Aug-06 4:54
CheesyPoofs16-Aug-06 4:54 
QuestionView/sniff HTTP packets from browser to Web server Pin
Robert Palma Jr.15-Aug-06 11:19
Robert Palma Jr.15-Aug-06 11:19 
AnswerRe: View/sniff HTTP packets from browser to Web server Pin
nguyenvhn15-Aug-06 17:36
nguyenvhn15-Aug-06 17:36 
GeneralRe: View/sniff HTTP packets from browser to Web server Pin
Robert Palma Jr.17-Aug-06 6:10
Robert Palma Jr.17-Aug-06 6:10 
QuestionDatabase problem Pin
ivanris15-Aug-06 10:49
ivanris15-Aug-06 10:49 
AnswerRe: Database problem Pin
David Crow16-Aug-06 3:41
David Crow16-Aug-06 3:41 
GeneralRe: Database problem Pin
ivanris17-Aug-06 8:57
ivanris17-Aug-06 8:57 
GeneralRe: Database problem Pin
David Crow17-Aug-06 9:10
David Crow17-Aug-06 9:10 
ivanris wrote:
what are the arguments for this function, if any?


That all depends on what CWnd object it is created in the context of. For example:

BOOL CComboBox::Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
BOOL CButton::Create( LPCTSTR lpszCaption, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );
BOOL CSplitterWnd::Create( CWnd* pParentWnd, int nMaxRows,
                           int nMaxCols, SIZE sizeMin,
                           CCreateContext* pContext, DWORD dwStyle = WS_CHILD | WS_VISIBLE |WS_HSCROLL | WS_VSCROLL | SPLS_DYNAMIC_SPLIT,
                           UINT nID = AFX_IDW_PANE_FIRST );



"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


QuestionHelp me to create a DC function: FillRgn() for Win98 Pin
includeh1015-Aug-06 6:45
includeh1015-Aug-06 6:45 
AnswerRe: Help me to create a DC function: FillRgn() for Win98 Pin
Chris Losinger15-Aug-06 9:58
professionalChris Losinger15-Aug-06 9:58 
QuestionC++ General Question Pin
NitinPatil15-Aug-06 5:56
NitinPatil15-Aug-06 5:56 
AnswerRe: C++ General Question Pin
Steve S15-Aug-06 6:11
Steve S15-Aug-06 6:11 
AnswerRe: C++ General Question Pin
led mike15-Aug-06 7:25
led mike15-Aug-06 7:25 
AnswerRe: C++ General Question Pin
Zac Howland15-Aug-06 9:30
Zac Howland15-Aug-06 9:30 
AnswerRe: C++ General Question Pin
Rilhas15-Aug-06 12:21
Rilhas15-Aug-06 12:21 
Questionhow i can send text to external program Pin
shortwave15-Aug-06 5:07
shortwave15-Aug-06 5:07 
QuestionRe: how i can send text to external program Pin
David Crow15-Aug-06 5:15
David Crow15-Aug-06 5:15 
AnswerRe: how i can send text to external program Pin
ms.linuz15-Aug-06 17:27
ms.linuz15-Aug-06 17:27 
AnswerRe: how i can send text to external program Pin
ensger16-Aug-06 2:45
ensger16-Aug-06 2:45 
GeneralRe: how i can send text to external program Pin
Hamid_RT16-Aug-06 5:07
Hamid_RT16-Aug-06 5:07 
QuestionRe: how i can send text to external program Pin
Hamid_RT16-Aug-06 5:07
Hamid_RT16-Aug-06 5:07 
AnswerRe: how i can send text to external program Pin
shortwave19-Aug-06 3:08
shortwave19-Aug-06 3:08 
QuestionHas a DLL been renamed? Pin
D G McKay15-Aug-06 4:50
D G McKay15-Aug-06 4:50 
QuestionDestroying window with popup menu Pin
Johniteq15-Aug-06 4:27
Johniteq15-Aug-06 4:27 
AnswerRe: Destroying window with popup menu Pin
Maximilien15-Aug-06 4:59
Maximilien15-Aug-06 4:59 

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.