Click here to Skip to main content
15,898,745 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralUploading Progress Bar Pin
cwayman2-Nov-04 23:40
cwayman2-Nov-04 23:40 
GeneralQuerying XML File Pin
Sumit Domyan2-Nov-04 18:09
Sumit Domyan2-Nov-04 18:09 
GeneralRe: Querying XML File Pin
cwayman2-Nov-04 22:33
cwayman2-Nov-04 22:33 
GeneralAny suggestiong on building reports with asp.net - Urgent please Pin
leon_yoo2-Nov-04 15:14
leon_yoo2-Nov-04 15:14 
GeneralRun an app in windows form Pin
nobita3x2-Nov-04 14:27
nobita3x2-Nov-04 14:27 
GeneralRe: Run an app in windows form Pin
nobita3x2-Nov-04 16:56
nobita3x2-Nov-04 16:56 
GeneralRe: Run an app in windows form Pin
Dave Kreskowiak3-Nov-04 3:17
mveDave Kreskowiak3-Nov-04 3:17 
GeneralRe: Run an app in windows form Pin
MohammadAmiry3-Nov-04 6:27
MohammadAmiry3-Nov-04 6:27 
I say it is possible but the way to do it is not a good programming practice.
You can use the SetParent(ChildWhnd, NewParentHnd) API function to bring the calculator (or any other form) to your program like one of the forms of your application.
It's quite simple.
(If you need more help, let me know and I'll write the code for you some later time, cos now I'm in time shortage)

But for getting mouse and keyboard events when your app is not active, you should set a Global Hook.
It must be in a DLL file, etc.
Handling this is not good for security reasons. also it is rather not easy.
(For more information, search for Global Hook, and find availble dlls on the net)


Hope it'd helped.
GeneralRe: Run an app in windows form Pin
nobita3x3-Nov-04 17:18
nobita3x3-Nov-04 17:18 
GeneralThe Final Solution Pin
MohammadAmiry5-Nov-04 21:24
MohammadAmiry5-Nov-04 21:24 
GeneralRe: The Final Solution Pin
nobita3x7-Nov-04 18:21
nobita3x7-Nov-04 18:21 
GeneralRe: Run an app in windows form Pin
Dave Kreskowiak4-Nov-04 4:13
mveDave Kreskowiak4-Nov-04 4:13 
GeneralComImport Problem.... Pin
jrk90210us2-Nov-04 14:07
jrk90210us2-Nov-04 14:07 
GeneralPrinting Escape Sequence Pin
cdesouza2-Nov-04 12:01
cdesouza2-Nov-04 12:01 
GeneralRe: Printing Escape Sequence Pin
Dave Kreskowiak3-Nov-04 3:13
mveDave Kreskowiak3-Nov-04 3:13 
GeneralTransfer string while typing Pin
Brad Fackrell2-Nov-04 9:51
Brad Fackrell2-Nov-04 9:51 
GeneralRe: Transfer string while typing Pin
Modern_night2-Nov-04 10:40
Modern_night2-Nov-04 10:40 
GeneralRe: Transfer string while typing Pin
Brad Fackrell2-Nov-04 11:27
Brad Fackrell2-Nov-04 11:27 
GeneralRe: Transfer string while typing Pin
jamesbronw5-Nov-04 6:33
jamesbronw5-Nov-04 6:33 
GeneralQ:Deployment Projects and Custom Actions Pin
Chris Quick2-Nov-04 7:17
Chris Quick2-Nov-04 7:17 
GeneralRe: Q:Deployment Projects and Custom Actions Pin
Duncan Edwards Jones2-Nov-04 7:30
professionalDuncan Edwards Jones2-Nov-04 7:30 
GeneralGetting and recording temperature values Pin
Anonymous2-Nov-04 5:21
Anonymous2-Nov-04 5:21 
GeneralRe: Getting and recording temperature values Pin
Dave Kreskowiak2-Nov-04 8:15
mveDave Kreskowiak2-Nov-04 8:15 
GeneralSystem.IO.IOException (Picturebox) Pin
LeeOvEngland2-Nov-04 4:58
LeeOvEngland2-Nov-04 4:58 
GeneralRe: System.IO.IOException (Picturebox) Pin
Richard Deeming2-Nov-04 5:44
mveRichard Deeming2-Nov-04 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.