|
-
Mar 29th, 2004, 04:33 PM
#1
Thread Starter
New Member
How To Making A Form In A Full Screen
I want to make a program like a game, in a full window, blocking out the start bar at the bottom of the screen. How do I do that?
-
Mar 29th, 2004, 05:02 PM
#2
PowerPoster
Hi,
VB Code:
With Me
.WindowState = FormWindowState.Maximized
.Text = ""
.ControlBox = False
End With
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|