Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCDatabase && CRecordSet Pin
0v3rloader3-Aug-04 6:38
0v3rloader3-Aug-04 6:38 
GeneralRe: CDatabase && CRecordSet Pin
Jaime Stuardo3-Aug-04 9:18
Jaime Stuardo3-Aug-04 9:18 
GeneralBut... Pin
0v3rloader3-Aug-04 10:06
0v3rloader3-Aug-04 10:06 
GeneralRe: But... Pin
Jaime Stuardo3-Aug-04 10:15
Jaime Stuardo3-Aug-04 10:15 
GeneralGreat! Pin
0v3rloader3-Aug-04 10:31
0v3rloader3-Aug-04 10:31 
GeneralRe: Great! Pin
Jaime Stuardo3-Aug-04 10:56
Jaime Stuardo3-Aug-04 10:56 
GeneralThanks Pin
0v3rloader3-Aug-04 11:41
0v3rloader3-Aug-04 11:41 
GeneralRe: Thanks Pin
Jaime Stuardo3-Aug-04 14:20
Jaime Stuardo3-Aug-04 14:20 
GeneralRe: Thanks Pin
0v3rloader3-Aug-04 23:09
0v3rloader3-Aug-04 23:09 
GeneralRe: CDatabase && CRecordSet Pin
Michael P Butler4-Aug-04 0:12
Michael P Butler4-Aug-04 0:12 
GeneralMFC CSockets Pin
pork chop3-Aug-04 6:39
pork chop3-Aug-04 6:39 
GeneralRe: MFC CSockets Pin
palbano3-Aug-04 9:39
palbano3-Aug-04 9:39 
QuestionHow to open an specific view? Pin
Ivan Cachicatari3-Aug-04 6:14
Ivan Cachicatari3-Aug-04 6:14 
AnswerRe: How to open an specific view? Pin
Roger Allen3-Aug-04 6:44
Roger Allen3-Aug-04 6:44 
GeneralWeird Irda problem and abnormally increasing HANDLE count... Pin
3-Aug-04 5:25
suss3-Aug-04 5:25 
GeneralRe: Weird Irda problem and abnormally increasing HANDLE count... Pin
Trollslayer3-Aug-04 6:40
mentorTrollslayer3-Aug-04 6:40 
GeneralQuestion Pin
rfixxxer3-Aug-04 5:23
rfixxxer3-Aug-04 5:23 
GeneralRe: Question Pin
jmkhael3-Aug-04 5:39
jmkhael3-Aug-04 5:39 
GeneralRe: Question Pin
Michael P Butler3-Aug-04 5:40
Michael P Butler3-Aug-04 5:40 
GeneralRe: Question Pin
rfixxxer3-Aug-04 6:04
rfixxxer3-Aug-04 6:04 
GeneralRe: Question Pin
David Crow3-Aug-04 5:47
David Crow3-Aug-04 5:47 
GeneralRe: Question Pin
rfixxxer3-Aug-04 6:07
rfixxxer3-Aug-04 6:07 
QuestionTransparent button control over a dialog in WinCE ? Pin
Arun AC3-Aug-04 5:19
Arun AC3-Aug-04 5:19 
GeneralNotification popup Pin
Riderman373-Aug-04 4:37
Riderman373-Aug-04 4:37 
I am trying to program a notification popup that is similar to Outlooks message when you get a new email. What I am trying to accomplish is if the user is in another application and has our application minimized that a popup message appears on the screen notifying them of work that they have to perform. I would like this popup to appear regardless even if the all windows are minimized. I have tried variations of the following code

SetWindowPos(hwndOwner,HWND_TOPMOST,0,0,0,0,SWP_NOZORDER|SWP_NOMOVE|SWP_SHOWWINDOW);
SetForegroundWindow(hwndOwner);
SetFocus(hwndOwner);
stat = MessageBoxEx((HWND)Uxvt_vobj_get_attr(win, ATTR_NATIVE_WINDOW),u_str_ptr(mh), u_str_ptr(th), buttons | icon | defbutton | modalflag | miscflags,MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL));

The best I have been able to come up with is a message that spans all windows which is a start but it only appears if I give focus to our application and then click on another application - I need it to do it regardless of focus - any ideas? Thanks Rider
GeneralRe: Notification popup Pin
valikac3-Aug-04 5:48
valikac3-Aug-04 5:48 

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.