Click here to Skip to main content
15,900,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I to change CMDIChildWnd's client area? Pin
Member 453918-Apr-00 21:30
Member 453918-Apr-00 21:30 
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 
I am not sure, but this can be OS/display driver dependant:

Create 2 memory DCs. Select each bitmap in his corresponding DC, then do the stretchblt between the DCs. The bitmap in the target DC will be modified.
You can the bitblt the taget DC contents into another DC (like the DC of a control/window) or unselect the bitmaps, and do what you wish with the modified one.

QuestionHow can I make the "__stdcall" function to be local? Pin
jame17-Apr-00 8:02
jame17-Apr-00 8:02 
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 

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.