| | |
Cbuilder Fullscreen form how to ???
![]() |
•
•
Join Date: Jul 2005
Posts: 10
Reputation:
Solved Threads: 0
Hi guys
This is not my homework it is a private project Iam working on .... and Ive searched google for an answer...I also found a similar thread on this site but the code would not work.
Can someone tell me please how to create a full screen form in C++Builder...Ive got SDK installed if that helps.....
This is not my homework it is a private project Iam working on .... and Ive searched google for an answer...I also found a similar thread on this site but the code would not work.
Can someone tell me please how to create a full screen form in C++Builder...Ive got SDK installed if that helps.....
C++ Syntax (Toggle Plain Text)
Form1->BorderStyle=bsNone; Form1->WindowState=wsMaximized;
•
•
Join Date: Jul 2005
Posts: 10
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by SlyMaelstrom
I believe...C++ Syntax (Toggle Plain Text)
Form1->BorderStyle=bsNone; Form1->WindowState=wsMaximized;
•
•
Join Date: Jul 2005
Posts: 10
Reputation:
Solved Threads: 0
Here is what Ive done in case someone searched for it .....
C++ Syntax (Toggle Plain Text)
Form1->FormStyle = fsStayOnTop; Form1->Width = Screen->Width; Form1->Height = Screen->Height; Form1->BorderStyle = bsNone; Form1->Top = 0; Form1->Left = 0; //and to hide the taskbar "FindWindow gets the handle of the taskbar" ShowWindow(FindWindow("Shell_TrayWnd", NULL), SW_HIDE); //to show the taskbar again ShowWindow(FindWindow("Shell_TrayWnd", NULL), SW_SHOW);
Last edited by Dave Sinkula; Oct 30th, 2005 at 10:22 am. Reason: Added [code][/code] tags.
![]() |
Similar Threads
- Making a Fullscreen form and hiding the Windows Taskbar (Pascal and Delphi)
Other Threads in the C++ Forum
- Previous Thread: New to C++ need some help
- Next Thread: Coverting varibles
| Thread Tools | Search this Thread |
action api array auto based beginner binary bitmap c++ c/c++ calculator challenge char class classes code coding compile console conversion count createcopyofanyfileinc delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game garbage givemetehcodez graph gui hmenu homeworkhelp homeworkhelper iamthwee ifstream input insert int integer java lib linkedlist linker loop looping loops map math matrix memory multiple news node noob output parameter pointer primenumbersinrange problem program programming project python random read recursion reference rpg sockets string strings temperature template test text text-file tree url variable vector video win32 windows winsock wordfrequency wxwidgets





