Click here to Skip to main content
15,912,021 members
Home / Discussions / C#
   

C#

 
AnswerRe: image uploading Pin
Judah Gabriel Himango15-Apr-06 16:33
sponsorJudah Gabriel Himango15-Apr-06 16:33 
AnswerRe: image uploading Pin
babamara16-Apr-06 2:11
babamara16-Apr-06 2:11 
QuestionDll Function Import Pin
User 226147415-Apr-06 7:48
User 226147415-Apr-06 7:48 
AnswerRe: Dll Function Import Pin
Judah Gabriel Himango15-Apr-06 16:37
sponsorJudah Gabriel Himango15-Apr-06 16:37 
Questionprograming Internet Explorer Pin
ranzask15-Apr-06 6:55
ranzask15-Apr-06 6:55 
AnswerRe: programing Internet Explorer Pin
kasik15-Apr-06 7:56
kasik15-Apr-06 7:56 
GeneralRe: programing Internet Explorer Pin
ranzask17-Apr-06 23:40
ranzask17-Apr-06 23:40 
GeneralRe: programing Internet Explorer Pin
kasik18-Apr-06 2:04
kasik18-Apr-06 2:04 
I'm sorry but I have no experience with JavaScript at all. It seems to be quite difficult to launch an external program from a script though, for security reasons.

I did, however, find this[^] discussion. There is one part that may interest you:
IF you have access to each client to add a regsitry key you can do what you want seamlessly ...
To execute c:\my prog\prog.exe %a %b %c

Add to a new key to HKEY_CLASSES_ROOT called 'myprog'
Add an empty string to this key called 'URL Protocol'
Add the sub-keys:  \shell\open\command
Set the value of the default string inside the command key to: "c:\my prog\prog.exe %1"

On your web page have your link as:
<A HREF="myprog: %a %b %c">run myprog</A>
(%a, %b and %c are arguments i think).

I know you are doing this from a script, but you can probably do some sort of redirect to call the link. I have no idea, but
location.href= "myprog: %a %b %c";
might work.

Maybe you could try asking about how to run a program on the client computer when you have access to the registry in a JavaScript specific forum.

Sorry I can't be of more help.

Cheers,
Will H
GeneralRe: programing Internet Explorer Pin
ranzask18-Apr-06 3:35
ranzask18-Apr-06 3:35 
GeneralRe: programing Internet Explorer Pin
kasik18-Apr-06 3:41
kasik18-Apr-06 3:41 
QuestionFiltering problem Pin
Bobby88715-Apr-06 1:35
Bobby88715-Apr-06 1:35 
QuestionPlz help (String to DateTime) Pin
rahultaing15-Apr-06 1:01
rahultaing15-Apr-06 1:01 
AnswerRe: Plz help (String to DateTime) Pin
rahultaing15-Apr-06 1:19
rahultaing15-Apr-06 1:19 
AnswerRe: Plz help (String to DateTime) Pin
alexey N16-Apr-06 17:42
alexey N16-Apr-06 17:42 
Questionmakefile for C# Pin
progmatic icon15-Apr-06 0:06
progmatic icon15-Apr-06 0:06 
AnswerRe: makefile for C# Pin
Judah Gabriel Himango15-Apr-06 16:40
sponsorJudah Gabriel Himango15-Apr-06 16:40 
AnswerRe: makefile for C# Pin
Graham Nimbley16-Apr-06 14:42
Graham Nimbley16-Apr-06 14:42 
Questionkeyboard hook Pin
g00fyman14-Apr-06 22:23
g00fyman14-Apr-06 22:23 
AnswerRe: keyboard hook Pin
HakunaMatada14-Apr-06 23:09
HakunaMatada14-Apr-06 23:09 
GeneralRe: keyboard hook Pin
g00fyman14-Apr-06 23:40
g00fyman14-Apr-06 23:40 
QuestionList box VScroll Pin
crazymubashir14-Apr-06 22:20
crazymubashir14-Apr-06 22:20 
AnswerRe: List box VScroll Pin
Ed.Poore15-Apr-06 23:18
Ed.Poore15-Apr-06 23:18 
GeneralRe: List box VScroll Pin
crazymubashir16-Apr-06 20:55
crazymubashir16-Apr-06 20:55 
GeneralRe: List box VScroll Pin
Ed.Poore16-Apr-06 21:02
Ed.Poore16-Apr-06 21:02 
GeneralRe: List box VScroll Pin
crazymubashir16-Apr-06 21:17
crazymubashir16-Apr-06 21:17 

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.