Using WebBrowser in Windows Services

skatanick

New member
Joined
Mar 1, 2005
Messages
2
Programming Experience
1-3
Hi everyone, I have an USB optical card reader, and i want to open a website with some parameters when anybody put his optical card. But I've tried to use the fonction ShellExecute from the shell32 library but I don't have any Handle windows because it's a Windows Service... I'm screwed... I really don't know what to do..... If anyone have any Idea. I will Apreciated it.


Thx A Lot


-SkataNicK-

(P.S. Sorry for my english I'm french.)
 
Actually, I found my answer if anyone want to know to start another process, it's the samething for windows application and for windows service:

System.Diagnostic.Process


thx Anyway hehe



-SkAtAnIcK-
 
help please...

how do you do that?

below is my prob..
huh.gif

hi
i search all over internet to find code for retreiving data from smart card which is inserted into smart card readre.
all i found was saying, it could be make if only the usb card reader is a serial card reader?
vmad.gif

then, what options do i have?
sad.gif
1. buy a female usb with male serial converter?
yawn.gif
2. change vb 6.0 to vb.net?
shakehead.gif
3. or the converter does not exist and vb.net doesnt support usb devive communication?
cry.gif
 
Back
Top