![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
i want to hide the title but not the menu. I tried the following: FormLib1.FullScreen2(true,true) ->menu removed ->title removed FormLib1.FullScreen2(true,false) ->menu removed ->title not removed FormLib1.FullScreen2(false,true) ->menu not removed ->title not removed ????????? If this can explain to me somebody? |
|
||||
|
Full screen without a menu bar is only supported on .Net CF 2.0.
Once you compiled your application with the optimized compiler the title will disappear. I've attached an example. Code:
Sub Globals
End Sub
Sub App_Start
Form1.show
f.New1("form1",B4PObject(1))
f.FullScreen2(false,true)
End Sub
Sub Button1_Click
AppClose
End Sub
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| common sub to make different Form full screen | mozaharul | Questions & Help Needed | 2 | 11-05-2008 09:52 AM |
| I need help with desktop full screen ! | superbabicka | Questions & Help Needed | 6 | 04-02-2008 12:05 PM |
| Full Screen Inc ToolBar | RandomCoder | Bug Reports | 2 | 01-26-2008 03:31 PM |
| full screen -with- menus? | rmh | Questions & Help Needed | 10 | 07-09-2007 02:27 PM |
| Full screen testing on PC | stevefan | Questions & Help Needed | 1 | 05-14-2007 02:50 PM |