It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Visual Basic Forum

Full Screen No Taskbar

Moderator: dafunkymunky

Full Screen No Taskbar

Postby honkymagoo on Fri Sep 05, 2008 9:26 pm

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.
honkymagoo
 
Posts: 3
Joined: Sat Aug 30, 2008 6:13 am

Postby chubzyko on Sat Sep 06, 2008 8:15 am

gung gong ka pla eh.
"Failure is the key to success, so try and try until you succeed."
User avatar
chubzyko
100+ Club
 
Posts: 104
Joined: Wed Jul 30, 2008 10:48 pm
Location: Marikina City, Philippines


Who is online

Users browsing this forum: No registered users and 2 guests