1. shell_notifyicon?

i've just registered myself, and this is my first question also i'm a 
dutch guy so my english is very poor.

now the real stuff,latly i've tryed to port a little proggie in c++ to 
euphoria.this proggy puts an icon on the taskbar status area.But i don't 
now a lot about the c to euph porting of struct data etc...
but here are the things you have to use in c.
WINSHELLAPI BOOL WINAPI Shell_NotifyIcon(

    DWORD dwMessage,	// message identifier
    PNOTIFYICONDATA pnid	// pointer to structure
   );	
 this is the api-call

typedef struct _NOTIFYICONDATA { // nid  
    DWORD cbSize; 
    HWND hWnd; 
    UINT uID; 
    UINT uFlags; 
    UINT uCallbackMessage; 
    HICON hIcon; 
    char szTip[64]; 
} NOTIFYICONDATA, *PNOTIFYICONDATA; 
 
this is the notifyicondata struct.

i don't ask mutch of you, the  only thing i ask is writing a little 
proggie in euph witch puts an icon on the taskbar,it will help me a lot

many thanxxx    Gerben

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu