Hey,
does anyone have the code for a program that has only an icon in the tray bar, but doesn't show a window so no window structure, and how do i reply to my userdefined messages than ? about 5
Thanks so far, Olli
what is the purpose of this?
so you can learn how to make a tray icon?
there is a tutorial on this; i think its by iczelion.
and if you need user input you usually need some kind of window.
are windows really that bad?
also, what does this mean?
"and how do i reply to my userdefined messages than ? about 5"
:P Skud
hey skud
the purpose is:
i know how to make a tray icon
but only with a window procedure, my program is supposed to run an infinite loop, the tray icon and its menu is for terminating the loop, i do not need window for user input
but i don't know how to make that tray icon without a window handle, it shows it, but when the mouse moves over it, it disappears - my programm crashed
i just need a little code to learn from
thx
Olli
check out my password revealer:
it has no window, it sits in the traybar and can handle messages :)
good luck
This message was edited by savage, on 4/22/2001 5:57:17 PM
Thanks man,
that helped me a lot.
Olli