![]() |
|
|||||||
| 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,
Is it possible to run an application in the background at all time?. For example to create a program switcher, or to make some fast key's for startup some applications. I want to create a tool which is running all the time, when i select for example ctrl+L it will start Listpro. I have an Ameo device with keyboard, it should be startup faster some applications which i daily use, like the explorer , email , listpro e.t. The build in task switcher is poor and you need press serveral key's before you get what you want. cheers |
|
||||
|
Hi,
In v4 we couldn't do it, any program would be terminated if by the end of App_star sub there was no form showed...Since it is not explicit that in v5 we do can, one must assume we still can't....I'm too looking foward for the ability to run in background possibility
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
Hello,
If you use Formlib.dll, you have a possiblity to put you program in background: FormLib.New1("Form1") FormLib.MinimizeBox=true and you click on th cross at the right hand side top of the screen the program go in background. Bye JJ M |
|
||||
|
Nice Tip, thanks JJM, That what I was looking for...a splash screen and then go background...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
|||
|
Quote:
![]() |
|
|||
|
Check AE Keyboard Mapper http://ae.inc.ru/aekmap.php
The main features of this key remapper are: .... allows binding external applications to keys (available in ACTIVATED MODE ONLY); Alex |
|
|||
|
Dear All,
Isn't the problem not whether the program runs in the background but whether you can intercept all input ? I usually have several programs running in the background but don't allow them to intercept e.g. the keystrokes. You might acheive this if the program always runs in the foreground but with the form minimised, i.e. every time you change program you need to make sure that your keystrokes "pass through" the basic4ppc program and send it to the active window. just my 2 eurocents Björn |
|
|||
|
Hello Conf,
Sometimes effectively the command doesn't work because it must be the last one in the Sub App_Start Sub App_Sart Formlib.New1("Form1") FormLib.TextAlignment("Label22",FormLib.alCenter) Hardware.New1 reader.New1 con.New1 cmd.New1("",con.Value) con.Open("Data Source = " & AppPath & "\" & NomFCharg) Form1.Show FormLib.MinimizeBox=true end sub and like that it's ok for my device Bye JJ M |
![]() |
| 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 |
| Background Task | RandomCoder | Questions & Help Needed | 11 | 07-01-2008 01:06 PM |
| Background Color | im4retro | Basic4ppc Wishlist | 1 | 05-27-2008 06:11 PM |
| Background Color | im4retro | Questions & Help Needed | 2 | 05-27-2008 04:55 PM |
| Can I do programs in background | colin9876 | Questions & Help Needed | 1 | 12-18-2007 08:33 AM |
| Background running application | eddy_ys | Questions & Help Needed | 5 | 09-27-2007 09:29 AM |