Page 1 of 2

Taskbar

PostPosted: Sep 9, 2001 @ 11:07pm
by jongjungbu
Umm umm ummm......how do I get rid of the taskbar on the PPC using the GDI so that I may draw over it. Well, I used SHFULLSCREEN() but I cannot seem to make it disappear anyway. One time it did but since I am unfamiliar with the SHfunctions am not sure of where it should be placed if that matters at all.

Re: Taskbar

PostPosted: Sep 10, 2001 @ 3:48am
by Jaybot
Dan will answer this fairly quickly and most likely tell you how to cover up the SIP as well :)  I'm just curious as to what you are working on?  Is it still that same game that you were doing a while back?

Re: Taskbar

PostPosted: Sep 10, 2001 @ 8:02am
by Phantom
Check out the EasyCE source code. There's some code in it that does exactly what you want.

Re: Taskbar

PostPosted: Sep 10, 2001 @ 8:51am
by jongjungbu
Does it, Jacco? But...I do not wish to utilize the GAPI. I want to use the GDI. Well, Jaybot...I'm just playing around with something, but its a secret. Hahaha. As for that game I was working on...on a separate note..I am trying to rehaul it because of certain areas that are frustratingly horrible (I'm referring to the code that is). And also b/c it tends to crash due to the integer divided by zero bug.<br>

Re: Taskbar

PostPosted: Sep 10, 2001 @ 9:02am
by Phantom
EasyCE disposes of the SIP and the taskbar prior to invoking GAPI. So yes, it should work for you. Just skip the GAPI stuff.

Re: Taskbar

PostPosted: Sep 10, 2001 @ 2:35pm
by Jaybot
I don't know, I thought that EasyCE was nice in the fact that you didn't have to worry about all that GAPI stuff... bu what do I know?  btw Jong, if you need any sound type stuff (sfx, music, voice, or peeing sounds), feel free to email me :)

Re: Taskbar

PostPosted: Sep 10, 2001 @ 6:54pm
by jongjungbu
So where could I use some peeing sounds?

Re: Taskbar

PostPosted: Sep 10, 2001 @ 9:04pm
by jongjungbu

Re: Taskbar

PostPosted: Sep 10, 2001 @ 10:00pm
by Jaybot

Re: Taskbar

PostPosted: Sep 10, 2001 @ 10:32pm
by jongjungbu

Re: Taskbar

PostPosted: Sep 10, 2001 @ 11:25pm
by Jaybot

Re: Taskbar

PostPosted: Sep 11, 2001 @ 5:51am
by Phantom

Re: Taskbar

PostPosted: Sep 11, 2001 @ 11:49pm
by jongjungbu

Re: Taskbar

PostPosted: Sep 12, 2001 @ 8:12am
by Paul

Re: Taskbar

PostPosted: Sep 12, 2001 @ 8:46pm
by jongjungbu