Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Anonymous12-Feb-04 8:18
Anonymous12-Feb-04 8:18 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL16-Feb-04 4:25
JussiL16-Feb-04 4:25 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen12-Feb-04 19:41
Antti Keskinen12-Feb-04 19:41 
GeneralVisible window in dll Pin
balifrank11-Feb-04 19:48
balifrank11-Feb-04 19:48 
GeneralRe: Visible window in dll Pin
Vitali Halershtein11-Feb-04 22:37
Vitali Halershtein11-Feb-04 22:37 
GeneralRe: Visible window in dll Pin
balifrank12-Feb-04 0:03
balifrank12-Feb-04 0:03 
GeneralRe: Visible window in dll Pin
basementman12-Feb-04 4:02
basementman12-Feb-04 4:02 
GeneralShell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt11-Feb-04 19:39
Matthew Merritt11-Feb-04 19:39 
I am using code that I have found from around the web that shows a
Balloon Tip on any Tray Icon, but I can't seem to get the timeout
working correctly. No matter what I set the uTimeout parameter to
it doesn't close. Am I missing something?

Here is the code that I am using to display the Balloon Tip.

m_TrayData.uTimeout = uTimeout;
m_TrayData.dwInfoFlags = dwInfoFlags;
m_TrayData.uFlags = NIF_INFO;
strcpy(m_TrayData.szInfo, szMsg ? szMsg : _T(""));
strcpy(m_TrayData.szInfoTitle, szTitle ? szTitle : _T(""));
return Shell_NotifyIcon(NIM_MODIFY, &m_TrayData);

Any help would be great.
Thanks.
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer11-Feb-04 22:31
Iain Clarke, Warrior Programmer11-Feb-04 22:31 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Matthew Merritt12-Feb-04 14:04
Matthew Merritt12-Feb-04 14:04 
GeneralRe: Shell_NotifyIcon BalloonTip Timeout Pin
Iain Clarke, Warrior Programmer12-Feb-04 22:55
Iain Clarke, Warrior Programmer12-Feb-04 22:55 
QuestionHow to add ATL object map in simple Win32 Application Pin
SiddharthAtw11-Feb-04 19:26
SiddharthAtw11-Feb-04 19:26 
GeneralCreate user interface specification from .rc file Pin
Anonymous11-Feb-04 18:55
Anonymous11-Feb-04 18:55 
GeneralRe: Create user interface specification from .rc file Pin
Antti Keskinen11-Feb-04 20:43
Antti Keskinen11-Feb-04 20:43 
GeneralUsing Arrays Pin
Anonymous11-Feb-04 18:49
Anonymous11-Feb-04 18:49 
GeneralRe: Using Arrays Pin
Antti Keskinen11-Feb-04 20:48
Antti Keskinen11-Feb-04 20:48 
GeneralRe: Using Arrays Pin
Anonymous12-Feb-04 1:44
Anonymous12-Feb-04 1:44 
GeneralRe: Using Arrays Pin
Member 1234966812-Feb-04 17:40
Member 1234966812-Feb-04 17:40 
GeneralGetSaveFileName Pin
cradmd0311-Feb-04 18:43
cradmd0311-Feb-04 18:43 
GeneralRe: GetSaveFileName Pin
David Crow12-Feb-04 3:01
David Crow12-Feb-04 3:01 
GeneralBest way to end program Pin
shultas11-Feb-04 18:10
shultas11-Feb-04 18:10 
GeneralRe: Best way to end program Pin
Antti Keskinen11-Feb-04 20:52
Antti Keskinen11-Feb-04 20:52 
GeneralBSTR from ATL DLL to Client Pin
SiddharthAtw11-Feb-04 17:49
SiddharthAtw11-Feb-04 17:49 
GeneralRe: BSTR from ATL DLL to Client Pin
Abhishek Srivastava11-Feb-04 18:09
Abhishek Srivastava11-Feb-04 18:09 
GeneralRe: BSTR from ATL DLL to Client Pin
Anonymous11-Feb-04 18:43
Anonymous11-Feb-04 18:43 

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.