I'm looking for a way to restore tray icons which have vanished due to an explorer problem and happened on this thread
http://www.purebasic.fr/english/viewtopic.php?t=31038
which would seem to do the job except for maw's comment regarding the need to use ChangeWindowMessageFilter for admin mode under Vista.
PB doesn't recognize ChangeWindowMessageFilter.
I seem to remember reading a post on accessing these undefined api's but can't seem to locate it now. Can someone point me in the right direction?
cheers
Access an API which is undefined in PB
I have no Vista, but i think you can only load the user32.dll and call the function
http://msdn.microsoft.com/en-us/library ... S.85).aspx
greetings
Thomas
http://msdn.microsoft.com/en-us/library ... S.85).aspx
greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Access an API which is undefined in PB
http://www.purebasic.fr/english/viewtopic.php?t=8607rsts wrote:I seem to remember reading a post on accessing these undefined api's but can't seem to locate it now. Can someone point me in the right direction?