Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Full Screen No Taskbar



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> Visual Basic Forum
View previous topic :: View next topic  
Author Message
honkymagoo



Joined: 30 Aug 2008
Posts: 3

PostPosted: Fri Sep 05, 2008 10:26 pm    Post subject: Full Screen No Taskbar Reply with quote

I'm trying to get my program to cover the whole screen forcing the user to use the program itself to exit. I have found several codes online that are supposedly supposed to cover the taskbar. Neither have worked though. Any thoughts? Any help would be greatly appreciated.

These are the codes I have tried which have failed.


Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Size = SystemInformation.PrimaryMonitorSize
Me.Location = New Point(0, 0)
Me.TopMost = True
End Sub

&

Me.Size = SystemInformation.PrimaryMonitorMaximizedWindowSize
Me.Location = New Point(0, 0)
Me.TopMost = True

Thanks in advance.
Back to top
View user's profile Send private message
chubzyko
50+ Club


Joined: 30 Jul 2008
Posts: 97
Location: Marikina City, Philippines

PostPosted: Sat Sep 06, 2008 9:15 am    Post subject: Re: Full Screen No Taskbar Reply with quote

gung gong ka pla eh.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> Visual Basic Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap