Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
GeneralRe: changing the database location Pin
Mubeen.asim25-Mar-09 5:04
Mubeen.asim25-Mar-09 5:04 
GeneralRe: changing the database location Pin
Ashfield25-Mar-09 5:49
Ashfield25-Mar-09 5:49 
GeneralRe: changing the database location Pin
Mubeen.asim25-Mar-09 6:49
Mubeen.asim25-Mar-09 6:49 
GeneralRe: changing the database location Pin
Ashfield25-Mar-09 9:09
Ashfield25-Mar-09 9:09 
QuestionC# library for visual network layout / flow chart needed Pin
midix25-Mar-09 1:27
midix25-Mar-09 1:27 
AnswerRe: C# library for visual network layout / flow chart needed Pin
Xmen Real 25-Mar-09 2:35
professional Xmen Real 25-Mar-09 2:35 
GeneralRe: C# library for visual network layout / flow chart needed Pin
midix25-Mar-09 3:45
midix25-Mar-09 3:45 
Questionadapting a webcam driver to an existing form Pin
VitroBlue25-Mar-09 1:26
VitroBlue25-Mar-09 1:26 
hi
i'm new at c# and i'm using visual studio c# 2008
i have a very large application which needs to take pictures from a webcam to work with them
i found this code (among many other which i haven't been able to get to work) http://www.c-sharpcorner.com/UploadFile/yougerthen/810262008070218AM/8.aspx[^]

notice there, in the extra code the author asks to add for the thing to work, it has already a initializeComponent() since its a form of sorts. BUT notice too that MY application is also a form and pretty much larger, so of course it has its own initializeComponent() with near 150 other componets; the webcam stuff must be in one of the tabs initialized there.

If i let the initializeComponent() be, the compiler says it does not exist in the actual context. i deleted the constructor altogether but then obviously not even the pictureBox appears. but then if i leave the constructor there, but remove the initializeComponent()... what should it had inside instead? the picture box and buttons are already taken care of in the bigger initializeComponent().

so how can i merge this code into mine so i can use the webcam features in there?
any ideas?
AnswerRe: adapting a webcam driver to an existing form [modified] Pin
erfi25-Mar-09 3:10
erfi25-Mar-09 3:10 
QuestionSplit methode Pin
abbd25-Mar-09 1:08
abbd25-Mar-09 1:08 
AnswerRe: Split method Pin
fly90425-Mar-09 1:17
fly90425-Mar-09 1:17 
GeneralRe: Split method Pin
abbd25-Mar-09 1:21
abbd25-Mar-09 1:21 
GeneralRe: Split method Pin
fly90425-Mar-09 1:22
fly90425-Mar-09 1:22 
GeneralRe: Split method Pin
abbd25-Mar-09 1:25
abbd25-Mar-09 1:25 
GeneralRe: Split method Pin
fly90425-Mar-09 1:28
fly90425-Mar-09 1:28 
AnswerRe: Split methode Pin
Cracked-Down25-Mar-09 2:00
Cracked-Down25-Mar-09 2:00 
GeneralRe: Split methode Pin
Xmen Real 25-Mar-09 2:40
professional Xmen Real 25-Mar-09 2:40 
GeneralRe: Split methode Pin
Cracked-Down25-Mar-09 19:34
Cracked-Down25-Mar-09 19:34 
GeneralRe: Split methode Pin
Xmen Real 25-Mar-09 19:36
professional Xmen Real 25-Mar-09 19:36 
AnswerRe: Split methode Pin
Deresen25-Mar-09 2:03
Deresen25-Mar-09 2:03 
GeneralRe: Split methode Pin
Luc Pattyn25-Mar-09 2:50
sitebuilderLuc Pattyn25-Mar-09 2:50 
AnswerRe: Split methode Pin
#realJSOP25-Mar-09 3:53
professional#realJSOP25-Mar-09 3:53 
Questionthe undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
Member 364093425-Mar-09 0:39
Member 364093425-Mar-09 0:39 
JokeRe: the undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
King Julien25-Mar-09 1:03
King Julien25-Mar-09 1:03 
AnswerRe: the undo operation encountered a context that is different form what was applied in corresponding set operation. the possible cause is that a context was set on the thread and not reverted (undone) Pin
Spunky Coder25-Mar-09 2:10
Spunky Coder25-Mar-09 2:10 

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.