![]() |
|
|||||||
| 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 |
|
|||
|
I create form and all other objects. Everything is Done, only my problem is desktop FullScreen. Can somebody help me ???
I try to use FormLib, and I create full screen, but there are no WINDOW with minimize buttons, and x button. When fullscreen is true , even I can't close program (I use Alt+F4 for closing) Thank you for all your ![]() |
|
||||
|
For fully functional windows on the desktop you need my FormExDesktop library Updated FormExDestop and ControlsExDesktop libraries
|
|
|||
|
Thank you for your library, it's really COOL, but I have one problem, and I can't to realize.
1. Open FormEx1 (this is Form1 in the Basic4PPC / Designer-Tool) 2. Open FormEx2 (this is non existing form in Designer-Tool ) 2. Open FormEx3 (same like FormEx2 - non existing ) So, now I want to put in FormEx2 WebBrowser.dll to surf here, and in FormEx3 to put some commands, like - connection with device ... etc... When I put WebBrowser in FormEx2 and I Run Application I Got this error: - Unable to cast object of type 'System.Int32' to type 'System.Windows.Forms.Control'. This is on line: web.New1("Form2",10,10,300,300) Here is my code: Sub App_Start Screen.New1 FormEx1.New1("Form1") FormEx1.Icon = AppPath & "\f2f.ico" FormEx1.StartPosition = 1 FormEx1.WindowState = 2 FormEx1.MinimumWidth = 800 FormEx1.MinimumHeight = 600 FormEx2.New2("Form2","Server Platform",Screen.Width-225,Screen.Height-78) FormEx2.Icon = AppPath & "\f2f.ico" FormEx2.Color = Rgb (220,220,220) FormEx3.New2("Form3","Pocket PC Platform",Screen.Width-805,Screen.Height-78) FormEx3.Icon = AppPath & "\f2f.ico" FormEx3.Color = Rgb (220,220,220) FormEx1.IsMDIparent = true FormEx1.MakeMDIchild(FormEx2.ControlRef) FormEx1.MakeMDIchild(FormEx3.ControlRef) FormEx1.Run web.New1("Form2",10,10,300,300) web.url = "http://localhost/" End Sub Sub FormEx1_Paint FormEx2.StartPosition = 0 FormEx2.BorderStyle = 6 FormEx2.Width = FormEx1.Width-235 FormEx2.Height = FormEx1.Height-56 FormEx3.StartPosition = 0 FormEx3.Top = 0 FormEx3.Left = FormEx2.Width FormEx3.BorderStyle = 6 FormEx3.Width = 220 FormEx3.Height = FormEx1.Height-56 FormEx3.Show FormEx2.Show End Sub Can someone resolve this? Thanks !!! Last edited by superbabicka : 04-02-2008 at 09:28 AM. |
![]() |
| 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 |
| Full Screen Opt Compilation? | cdeane | Questions & Help Needed | 6 | 05-02-2008 11:26 AM |
| 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 |