ITaskbarList

Just starting out? Need help? Post your questions and find answers here.
Chirantha
User
User
Posts: 54
Joined: Sat Jul 16, 2005 7:22 pm

ITaskbarList

Post by Chirantha »

Hi,

Is it possible to communicate with a interface? I want to hide the taskbar button using ITaskbarList. Here is the MSDN link.

http://msdn.microsoft.com/en-us/library ... S.85).aspx

I tried to use DeleteTab() but it won't work.. how exactly do I do it! :(

Thanks
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Do you think poeple will respond faster and the answers will be more satisfying if you make three threads dealing with the same thing?

http://purebasic.fr/english/viewtopic.php?t=33474
http://purebasic.fr/english/viewtopic.php?t=33470
http://purebasic.fr/english/viewtopic.php?t=33441
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Chirantha
User
User
Posts: 54
Joined: Sat Jul 16, 2005 7:22 pm

Post by Chirantha »

Fluid Byte wrote:Do you think poeple will respond faster and the answers will be more satisfying if you make three threads dealing with the same thing?

http://purebasic.fr/english/viewtopic.php?t=33474
http://purebasic.fr/english/viewtopic.php?t=33470
http://purebasic.fr/english/viewtopic.php?t=33441
firstly, you jumping off topic...

secondly

http://purebasic.fr/english/viewtopic.php?t=33474 <- this topic, asking help with interface thingy
http://purebasic.fr/english/viewtopic.php?t=33470 <- asking help with EX_TOOLWINDOW

http://purebasic.fr/english/viewtopic.php?t=33441 <- Getting to know about EX_TOOLWINDOW

But sorry about the topics. Most people tend to get confused and tend to only read the first post... where it will lead to useless posts... :) I'm trying to avoid that :)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

firstly, you jumping off topic...
Firstly, stop telling that everbody because it not true ffs ...

This can't hardly be anymore staright to the point. All your posts have the same goal, removing the taskbar button. It's irrelevant if do this by an interface, using an invisible window or whatever method.

And for the sake of stoping your post marathon just use the search fuction of the board. It's awsome! :shock:
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

DeleteTab() works fine for me. Show us your code and maybe we can see what's wrong.

I agree with Fluid Byte....use the search feature and you'll be surprised at what you can find. :wink:
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

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.
Image
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

unknown wrote:Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Chirantha wrote: But sorry about the topics. Most people tend to get confused and tend to only read the first post... where it will lead to useless posts... :) I'm trying to avoid that :)
:?: Don't know where you're from, but that's not generally the case here, as you can tell from the responses :)

cheers

The forum is an invaluable source of information. 'searching' is a 'skill' worth learning.
Post Reply