Click here to Skip to main content
15,905,614 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTheory of the WAV Pin
Benny_Lava11-Oct-07 19:07
Benny_Lava11-Oct-07 19:07 
AnswerRe: Theory of the WAV Pin
Guffa11-Oct-07 21:13
Guffa11-Oct-07 21:13 
QuestionCrystalReport and Subreport ? Pin
dcode2511-Oct-07 15:19
dcode2511-Oct-07 15:19 
AnswerRe: CrystalReport and Subreport ? Pin
kkb_200111-Oct-07 20:11
kkb_200111-Oct-07 20:11 
Questioncapture images using webcam Pin
hulk414111-Oct-07 9:23
hulk414111-Oct-07 9:23 
AnswerRe: capture images using webcam Pin
Christian Graus11-Oct-07 10:37
protectorChristian Graus11-Oct-07 10:37 
GeneralRe: capture images using webcam Pin
Dave Kreskowiak11-Oct-07 10:40
mveDave Kreskowiak11-Oct-07 10:40 
AnswerRe: capture images using webcam Pin
Dave Kreskowiak11-Oct-07 10:39
mveDave Kreskowiak11-Oct-07 10:39 
You're first move should be to find out if the manufacturer has an SDK for the webcam. If so, then it'll come with documentation on using the SDK to talk to the cam and get images.

If there isn't one, you've options are very limited. You're either going to have to setup the cam to automatically post the image to an FTP server or you've going to have to download a webpage from the camera that's got the image in it, parse the page and get the URL of the image, then download that image using the HttpWebRequest/Response classes.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: capture images using webcam Pin
Zia Ul Haq Soofi11-Oct-07 20:01
Zia Ul Haq Soofi11-Oct-07 20:01 
GeneralRe: capture images using webcam Pin
Dave Kreskowiak12-Oct-07 2:06
mveDave Kreskowiak12-Oct-07 2:06 
QuestionHow to run the application on machine without visual studio installed Pin
jyothim11-Oct-07 8:52
jyothim11-Oct-07 8:52 
AnswerRe: How to run the application on machine without visual studio installed Pin
Dave Kreskowiak11-Oct-07 10:11
mveDave Kreskowiak11-Oct-07 10:11 
GeneralRe: How to run the application on machine without visual studio installed Pin
jyothim15-Oct-07 7:00
jyothim15-Oct-07 7:00 
Questioncrystal Pin
twsted f811-Oct-07 7:23
twsted f811-Oct-07 7:23 
Questiondatagrid manipulation Pin
Abbhie11-Oct-07 6:09
Abbhie11-Oct-07 6:09 
AnswerRe: datagrid manipulation Pin
Dave Kreskowiak11-Oct-07 7:00
mveDave Kreskowiak11-Oct-07 7:00 
GeneralRe: datagrid manipulation Pin
Abbhie11-Oct-07 7:15
Abbhie11-Oct-07 7:15 
GeneralRe: datagrid manipulation Pin
Dave Kreskowiak11-Oct-07 7:55
mveDave Kreskowiak11-Oct-07 7:55 
GeneralRe: datagrid manipulation Pin
Abbhie11-Oct-07 15:17
Abbhie11-Oct-07 15:17 
QuestionExe to Exe communication Pin
nlarson1111-Oct-07 5:49
nlarson1111-Oct-07 5:49 
AnswerRe: Exe to Exe communication Pin
Dave Kreskowiak11-Oct-07 6:59
mveDave Kreskowiak11-Oct-07 6:59 
GeneralRe: Exe to Exe communication Pin
nlarson1111-Oct-07 14:22
nlarson1111-Oct-07 14:22 
Questiondatabinding format event Pin
sabr4911-Oct-07 5:47
sabr4911-Oct-07 5:47 
AnswerRe: databinding format event Pin
Dave Kreskowiak11-Oct-07 6:57
mveDave Kreskowiak11-Oct-07 6:57 
GeneralRe: databinding format event Pin
sabr4911-Oct-07 9:05
sabr4911-Oct-07 9:05 

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.