I want to show my Form1 on Full Screen... means it should also cover Taskbar.
Printable View
I want to show my Form1 on Full Screen... means it should also cover Taskbar.
Change the window state to be 2 and the border style to be 0.
Does this help?
R
Set the WindowState property to 2 - Maximized and the BorderStyle property to 0 - None. It should be over the taskbar
Bare in mind though, this is not true Fullscreen mode. True Fullscreen mode doesn't use a window. Using DirectX can give you this power. :bigyello:
thx THEROB and JACOB
it worked gr8ly.
u know it worked with Border Style 0,1,3,4,5 ...:)
hmmm
Jacob would you like to share about Direct X technique..
Here you go. This will show you how to do it using DirectX8 in the zip file.
You can find more tutorials here:
http://externalweb.exhedra.com/DirectX4VB/index.asp
Plus a couple incomplete but awesome games I got going here:
www.angelfire.com/fl5/memorydll/index.html