![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I've tried on the device and it works but not quite on desktop, but the application is for device though.
...I just thought the idea when application's trial version period was over...You can label the panel "Trial version, continue?"...if they can't catch the "yes" button, they urge to buy it (but should be a good one)...![]() |
|
||||
|
Hi Filippo,
since you can move your panel completly out of the form (on the device and desktop) with no change of getting it back, you should implement some borders like: Code:
Sub MovePanel(Panel,x,y) Control(Panel).left=Min(Max(-Control(Panel).Width + 10,Control(Panel).left+(x-pX)),230) Control(Panel).top=Min(Max(-10,Control(Panel).top+(y-pY)),260) End Sub |
|
||||
|
I agree, An input box IS used when some aditional information is needed by the app, so app should stop when inputbox is shown...But this would require a DLL wouldn't it?
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
![]() |
| 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 |
| Panel with outline or 3D-Bevel | TWELVE | Basic4ppc Wishlist | 4 | 07-25-2008 05:03 PM |
| Scrollbar on a Panel | willisgt | Questions & Help Needed | 5 | 03-10-2008 08:12 PM |
| autoscrollable panel | Henry | Questions & Help Needed | 7 | 11-12-2007 06:40 PM |
| How to draw into a Panel? | BasicUser | Questions & Help Needed | 1 | 07-21-2007 06:28 AM |
| checkbox not reacting when on a panel | Put Claude | Questions & Help Needed | 3 | 05-08-2007 09:45 AM |