Click here to Skip to main content
15,917,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: need helps for writing voice chat program in Visual C++ Pin
Timothy Grabrian8-Apr-04 15:41
professionalTimothy Grabrian8-Apr-04 15:41 
GeneralRe: need helps for writing voice chat program in Visual C++ Pin
NgocHung9-Apr-04 3:31
NgocHung9-Apr-04 3:31 
GeneralDoes Directory Exists Pin
Timothy Grabrian8-Apr-04 14:05
professionalTimothy Grabrian8-Apr-04 14:05 
GeneralRe: Does Directory Exists Pin
gUrM33T8-Apr-04 14:49
gUrM33T8-Apr-04 14:49 
GeneralRe: Thanks Pin
Timothy Grabrian8-Apr-04 15:12
professionalTimothy Grabrian8-Apr-04 15:12 
GeneralRe: Thanks Pin
8-Apr-04 15:38
suss8-Apr-04 15:38 
GeneralRe: Thanks Pin
Timothy Grabrian8-Apr-04 15:52
professionalTimothy Grabrian8-Apr-04 15:52 
GeneralWM_SYSCOMMAND & SC_MOUSEMENU Pin
Anonymous8-Apr-04 13:38
Anonymous8-Apr-04 13:38 
I am trying to open a popup menu from a menubar without progmatically, without the mouse necesarily being near the menu and without SendInput.

SendMessage( targetWindow, WM_SYSCOMMAND, SC_MOUSEMENU, lParam );

The documentation for SC_MOUSEMENU says "Retrieves the window menu as a
result of a mouse click.". Now I know the parameters I send are correct, but it does nothing. Can someone explain why it doesnt work? Or possibly explain how I could get it to work?

lParam = MAKELPARAM( screenIntersect.x, screenIntersect.y );

I have matched my screenIntersect to the values I got from Spy++ just to ensure they were correct compared to normal ( not gernerated by me )
messages.

I know I can send ALT+downarrow key command to open the first menu.. only problem with that is if the menu is already in tht "ALT" state sending another ALT will turn that state off. Also its not really the same since the ALT state will wait for a hotkey, not what normall happens when you open a menu with a mouse click.

Thanks,
QuestionHow to override CEdit::Paste Pin
Hashim Saleem8-Apr-04 13:35
Hashim Saleem8-Apr-04 13:35 
AnswerRe: How to override CEdit::Paste Pin
gUrM33T8-Apr-04 14:53
gUrM33T8-Apr-04 14:53 
GeneralRe: How to override CEdit::Paste Pin
Hashim Saleem8-Apr-04 14:59
Hashim Saleem8-Apr-04 14:59 
GeneralRe: How to override CEdit::Paste Pin
gUrM33T8-Apr-04 15:47
gUrM33T8-Apr-04 15:47 
GeneralRectangle call fails Pin
Blake Miller8-Apr-04 11:56
Blake Miller8-Apr-04 11:56 
GeneralRetrieving MySQL blob to GDI+ object without file access Pin
lbe8-Apr-04 11:29
lbe8-Apr-04 11:29 
GeneralRe: Retrieving MySQL blob to GDI+ object without file access Pin
PJ Arends8-Apr-04 15:39
professionalPJ Arends8-Apr-04 15:39 
GeneralRe: Retrieving MySQL blob to GDI+ object without file access Pin
lbe20-Apr-04 10:06
lbe20-Apr-04 10:06 
Generaldetect enter key in single line edit box Pin
Anonymous8-Apr-04 11:25
Anonymous8-Apr-04 11:25 
GeneralRe: detect enter key in single line edit box Pin
Anonymous8-Apr-04 13:23
Anonymous8-Apr-04 13:23 
GeneralRe: detect enter key in single line edit box Pin
gUrM33T8-Apr-04 14:59
gUrM33T8-Apr-04 14:59 
GeneralRe: detect enter key in single line edit box Pin
Timothy Grabrian8-Apr-04 16:02
professionalTimothy Grabrian8-Apr-04 16:02 
GeneralRe: detect enter key in single line edit box Pin
Renjith Ramachandran8-Apr-04 22:43
Renjith Ramachandran8-Apr-04 22:43 
GeneralNeed help with SDI app Pin
Daniel13248-Apr-04 10:35
Daniel13248-Apr-04 10:35 
GeneralRe: Need help with SDI app Pin
Michael P Butler8-Apr-04 10:47
Michael P Butler8-Apr-04 10:47 
GeneralRe: Need help with SDI app Pin
Daniel13248-Apr-04 10:48
Daniel13248-Apr-04 10:48 
GeneralRe: Need help with SDI app Pin
Renjith Ramachandran8-Apr-04 22:45
Renjith Ramachandran8-Apr-04 22:45 

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.