Click here to Skip to main content
16,013,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalchange cursor in win32 Pin
udi444417-Jun-04 2:50
udi444417-Jun-04 2:50 
GeneralRe: change cursor in win32 Pin
Johan Rosengren17-Jun-04 5:22
Johan Rosengren17-Jun-04 5:22 
GeneralRe: change cursor in win32 Pin
Scozturk17-Jun-04 5:23
professionalScozturk17-Jun-04 5:23 
GeneralRe: change cursor in win32 Pin
Michael Dunn17-Jun-04 9:36
sitebuilderMichael Dunn17-Jun-04 9:36 
QuestionProgramatically create Bitmap file: How To??? Pin
JHAKAS17-Jun-04 2:46
JHAKAS17-Jun-04 2:46 
AnswerRe: Programatically create Bitmap file: How To??? Pin
V.17-Jun-04 2:50
professionalV.17-Jun-04 2:50 
AnswerRe: Programatically create Bitmap file: How To??? Pin
KarstenK17-Jun-04 4:24
mveKarstenK17-Jun-04 4:24 
AnswerRe: Programatically create Bitmap file: How To??? Pin
John R. Shaw17-Jun-04 12:04
John R. Shaw17-Jun-04 12:04 
I hope there is nothing attched before you make those calls to Detach() or your program will have resource leaks.

After drawing to the bitmap via Rectangle, select pOldBitmap into MemDC. If either function SetBitmap() or Save() needs to select it into a DC, then neither one can do it until MemDC releases ownership. A bitmap can only be selected into one DC at a time.

INTP
GeneralCTreeCtrl Pin
Gizmo7917-Jun-04 2:36
Gizmo7917-Jun-04 2:36 
GeneralRe: CTreeCtrl Pin
David Crow17-Jun-04 2:55
David Crow17-Jun-04 2:55 
GeneralRe: CTreeCtrl Pin
Arjan Schouten17-Jun-04 3:00
Arjan Schouten17-Jun-04 3:00 
GeneralRe: CTreeCtrl Pin
Gizmo7917-Jun-04 3:16
Gizmo7917-Jun-04 3:16 
GeneralActiveX registration Pin
marcomars17-Jun-04 2:20
marcomars17-Jun-04 2:20 
GeneralRe: ActiveX registration Pin
Antony M Kancidrowski17-Jun-04 2:38
Antony M Kancidrowski17-Jun-04 2:38 
Questionhow to decide the parent dialog Pin
dadacncn17-Jun-04 2:18
dadacncn17-Jun-04 2:18 
AnswerRe: how to decide the parent dialog Pin
David Crow17-Jun-04 2:56
David Crow17-Jun-04 2:56 
GeneralRe: how to decide the parent dialog Pin
dadacncn17-Jun-04 3:11
dadacncn17-Jun-04 3:11 
GeneralRe: how to decide the parent dialog Pin
User 665817-Jun-04 3:20
User 665817-Jun-04 3:20 
GeneralRe: how to decide the parent dialog Pin
dadacncn17-Jun-04 3:51
dadacncn17-Jun-04 3:51 
QuestionHow to Serialize this? Pin
Tcpip200517-Jun-04 2:17
Tcpip200517-Jun-04 2:17 
AnswerRe: How to Serialize this? Pin
Blake Miller17-Jun-04 4:00
Blake Miller17-Jun-04 4:00 
GeneralRe: How to Serialize this? Pin
Tcpip200517-Jun-04 5:09
Tcpip200517-Jun-04 5:09 
GeneralSetting Dialog Box position Pin
sschilachi17-Jun-04 2:12
sschilachi17-Jun-04 2:12 
GeneralRe: Setting Dialog Box position Pin
Antony M Kancidrowski17-Jun-04 2:19
Antony M Kancidrowski17-Jun-04 2:19 
GeneralWrite a simple program that can read/write files from/into a CD Pin
ledallam17-Jun-04 2:03
ledallam17-Jun-04 2:03 

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.