Click here to Skip to main content
15,920,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralService Restart Pin
Peter Weyzen3-Jun-04 7:56
Peter Weyzen3-Jun-04 7:56 
GeneralRe: Service Restart Pin
Anonymous3-Jun-04 18:43
Anonymous3-Jun-04 18:43 
GeneralRe: Service Restart Pin
palbano3-Jun-04 18:48
palbano3-Jun-04 18:48 
GeneralRe: Service Restart Pin
Peter Weyzen4-Jun-04 0:16
Peter Weyzen4-Jun-04 0:16 
GeneralSmall ComboBox Pin
doctorpi3-Jun-04 6:58
doctorpi3-Jun-04 6:58 
GeneralRe: Small ComboBox Pin
Antony M Kancidrowski3-Jun-04 9:35
Antony M Kancidrowski3-Jun-04 9:35 
GeneralRe: Small ComboBox Pin
Johan Rosengren4-Jun-04 3:39
Johan Rosengren4-Jun-04 3:39 
Generaldevice context for a menu Pin
Anonymous3-Jun-04 6:29
Anonymous3-Jun-04 6:29 
i want to draw into a windows menu but i
can't find a way to get a device context
for it. more specificially, i want to
make a rectangular menu of icons. windows
doesn't seem to support rectangular menus,
so instead i am making a menu with 1 owner
drawn item. i draw the menu when i get the
WM_DRAWITEM message. i can select the
correct option because i can call
GetCursor() when processing WM_MENUSELECT.
what i can't do is update the highlighting
while the mouse moves. i can process
WM_EVENTIDLE messages, but when handling
this message i have no way of drawing into
the menu. WM_DRAWITEM provides a DC, so I
know one exists in the system. Is there
any way to copy this DC and use it later,
or get the DC? Are menus implemented as
windows? Because if so i could maybe
get the hWnd for the menu or something.

Thanks, Phil.
GeneralRe: device context for a menu Pin
Trollslayer3-Jun-04 7:09
mentorTrollslayer3-Jun-04 7:09 
QuestionWhat operation does MS Media Player perform while playing a video file through http? Pin
rickyxian3-Jun-04 6:02
rickyxian3-Jun-04 6:02 
AnswerRe: What operation does MS Media Player perform while playing a video file through http? Pin
Ricky Xian3-Jun-04 17:55
Ricky Xian3-Jun-04 17:55 
GeneralGetting the process ID of an externally running application Pin
Antony M Kancidrowski3-Jun-04 5:36
Antony M Kancidrowski3-Jun-04 5:36 
GeneralRe: Getting the process ID of an externally running application Pin
David Crow3-Jun-04 8:46
David Crow3-Jun-04 8:46 
GeneralRe: Getting the process ID of an externally running application Pin
Antony M Kancidrowski3-Jun-04 9:21
Antony M Kancidrowski3-Jun-04 9:21 
GeneralRe: Getting the process ID of an externally running application Pin
Blake Miller4-Jun-04 14:26
Blake Miller4-Jun-04 14:26 
GeneralRe: Getting the process ID of an externally running application Pin
Antony M Kancidrowski5-Jun-04 6:04
Antony M Kancidrowski5-Jun-04 6:04 
Generalusing multiple-language resource Pin
alexander chupeev3-Jun-04 5:28
alexander chupeev3-Jun-04 5:28 
GeneralRe: using multiple-language resource Pin
David Crow3-Jun-04 7:50
David Crow3-Jun-04 7:50 
GeneralRe: using multiple-language resource Pin
alexander chupeev3-Jun-04 14:54
alexander chupeev3-Jun-04 14:54 
GeneralRe: using multiple-language resource Pin
alexander chupeev4-Jun-04 6:36
alexander chupeev4-Jun-04 6:36 
GeneralThread issue Pin
Shay Harel3-Jun-04 5:16
Shay Harel3-Jun-04 5:16 
GeneralRe: Thread issue Pin
John M. Drescher3-Jun-04 5:49
John M. Drescher3-Jun-04 5:49 
GeneralRe: Thread issue Pin
Shay Harel3-Jun-04 5:57
Shay Harel3-Jun-04 5:57 
GeneralRe: Thread issue Pin
basementman3-Jun-04 6:40
basementman3-Jun-04 6:40 
GeneralRe: Thread issue Pin
John M. Drescher3-Jun-04 7:33
John M. Drescher3-Jun-04 7:33 

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.