|
|
#1 |
|
Baseband Member
|
Hello, hope everyone is doing good tonight. I've been learning a little bit of visual basic. I can make small applications and so on nothing major though. But im curious... Are you able to write a code to make a program (that is running in the background, ex. minimized) appear in front of everything if you click say cntrl + C (hot keys you'd set)? I hope I explained this correctly.
Ex. Your on facebook You made a program you wanna use appear So you click the hot keys you'd set. The program will appear on top of all applications you was previously viewing.
__________________
Maximum Memory Capacity: 4096MB / Currently Installed Memory: 2GB / Available Memory Slots: 1 / Total Memory Slots: 2 / Dual Channel Support: Yes CPU Family: AMD Athlon(tm) 7750 Dual-Core Processor Model 2, Stepping 3 / CPU Speed: 2712 MHz / Video Card: ATI Radeon HD 4300/4500 series / Approx. Total Memory: 1785 MB / Current Display Mode: 1280 x 960 (32) (60Hz) |
|
|
|
|
|
#2 | |
|
In Runtime
Join Date: Oct 2006
Posts: 206
|
Quote:
The application that you write can be a stand alone application that eliminates the window and just runs in the system tray, or a windows service that runs constnatly in the background (as you are suggesting), and can launch an application based upon a key stroke. I would go for the later. It is cleaner in my opinion. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|