|
-
May 26th, 2004, 03:31 AM
#1
Thread Starter
Hyperactive Member
Help On Key Function
I have deveoped a calculator and i want to use it from any where within my project, By a single line command. Suppose user is running issue program and he want to calculate some figure , he needs to press just F2 or F10 and calculator form appear in front of screen. But it should be a single line command.
-
May 26th, 2004, 03:34 AM
#2
Why should it be a single line command?
anyway
VB Code:
Call Shell(calc_exe_path)
-
May 26th, 2004, 03:40 AM
#3
Thread Starter
Hyperactive Member
Does it work for entire project or a from , if it is for entire project then where this command should be placed
thanx
-
May 26th, 2004, 03:43 AM
#4
Re: Help On Key Function
Originally posted by zubairkhan
I have deveoped a calculator and i want to use it from any where within my project
Is it a form in your project¿
Or a seperate program¿
VB.NET MVP 2008 - Present
-
May 26th, 2004, 03:47 AM
#5
Thread Starter
Hyperactive Member
i have multiple forms in project and i want to use this shell from any where in project, but i do not want to write command line for each form.
-
May 26th, 2004, 03:52 AM
#6
Fanatic Member
Then I believe you need to create an Addin to VB and register a hot key for that....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|