Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I to change CMDIChildWnd's client area? Pin
Cristi Posea19-Apr-00 0:46
Cristi Posea19-Apr-00 0:46 
GeneralImage Display Pin
arshadwkhan18-Apr-00 19:40
arshadwkhan18-Apr-00 19:40 
GeneralRe: Image Display Pin
Jeremy Davis20-Apr-00 3:03
Jeremy Davis20-Apr-00 3:03 
Generaltemplate function in DLL Pin
0x0000000018-Apr-00 6:26
0x0000000018-Apr-00 6:26 
GeneralRe: template function in DLL Pin
1111119-Apr-00 1:39
1111119-Apr-00 1:39 
Generalcompositing two HBITMAPs Pin
Michael S. Scherotter17-Apr-00 9:15
Michael S. Scherotter17-Apr-00 9:15 
GeneralRe: compositing two HBITMAPs Pin
Cristi Posea19-Apr-00 9:35
Cristi Posea19-Apr-00 9:35 
QuestionHow can I make the "__stdcall" function to be local? Pin
jame17-Apr-00 8:02
jame17-Apr-00 8:02 
Hi,

In my application, I need to call
::EnumChildWindows(m_hWnd, SetButtonState, (LPARAM)(Info));

How can make the following function to be local:
BOOL __stdcall SetButtonState(HWND hwnd, LPARAM lparam)

to be someclass' member function like:
BOOL __stdcall CMyApp::SetButtonState(HWND hwnd, LPARAM lparam) -----> this is wrong!

Some code sample will be much appreciated!!!
Thank you very much!

AnswerRe: How can I make the Pin
Member 147418-Apr-00 13:38
Member 147418-Apr-00 13:38 
Generalundo operation Pin
Member 432117-Apr-00 5:35
Member 432117-Apr-00 5:35 
GeneralRe: undo operation Pin
Chris Maunder18-Apr-00 1:27
cofounderChris Maunder18-Apr-00 1:27 
GeneralIWebBrowser2 Pin
C. Shawn Bowlin17-Apr-00 5:11
sussC. Shawn Bowlin17-Apr-00 5:11 
GeneralRe: IWebBrowser2 Pin
Arvind2318-Apr-00 1:54
Arvind2318-Apr-00 1:54 
GeneralRe: IWebBrowser2 Pin
C. Shawn Bowlin18-Apr-00 4:35
sussC. Shawn Bowlin18-Apr-00 4:35 
GeneralRe: IWebBrowser2 Pin
Arvind2318-Apr-00 5:19
Arvind2318-Apr-00 5:19 
GeneralRe: IWebBrowser2 Pin
TBK18-Apr-00 5:31
TBK18-Apr-00 5:31 
GeneralRe: IWebBrowser2 Pin
Buck19-Apr-00 20:48
Buck19-Apr-00 20:48 
GeneralOpening Unicode Files Pin
shanker16-Apr-00 13:24
shanker16-Apr-00 13:24 
GeneralRelease build problem... Pin
Jagadish Kumar13-Apr-00 22:31
Jagadish Kumar13-Apr-00 22:31 
GeneralPb with ActiveX control Pin
Emmanuel Derriey13-Apr-00 21:27
Emmanuel Derriey13-Apr-00 21:27 
GeneralRe: Pb with ActiveX control Pin
Arvind2318-Apr-00 1:57
Arvind2318-Apr-00 1:57 
Generalmacros Pin
Member 351713-Apr-00 16:29
Member 351713-Apr-00 16:29 
GeneralRe: macros Pin
Mike Dunn16-Apr-00 17:29
Mike Dunn16-Apr-00 17:29 
GeneralBinary file: Platform-Independent Pin
Wenfei Wu13-Apr-00 10:21
sussWenfei Wu13-Apr-00 10:21 
GeneralRe: Binary file: Platform-Independent Pin
Arvind2318-Apr-00 2:05
Arvind2318-Apr-00 2:05 

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.