Hello and thanks in advance for any assistance.
I need to have my application not show up at all in the task bar. It is a desktop app (kind of a reminder system) it is a very small tab that stays active, like an Icon then slides open when the user needs more information. Problem is I don't want to take up space on the taskbar.
I tried using the ITaskbarList and DeletTab functions in the shell32.dll but cannot get those functions to be found with the dll action - any ideas? I am new to this and not really a coder.
Thanks in advance for any help you can offer.
GTK
I need to have my application not show up at all in the task bar. It is a desktop app (kind of a reminder system) it is a very small tab that stays active, like an Icon then slides open when the user needs more information. Problem is I don't want to take up space on the taskbar.
I tried using the ITaskbarList and DeletTab functions in the shell32.dll but cannot get those functions to be found with the dll action - any ideas? I am new to this and not really a coder.
Thanks in advance for any help you can offer.
GTK
Comment