Click here to Skip to main content
15,900,973 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhere did the control index property go from VB6 Pin
Rescue Rob8-Nov-06 14:58
Rescue Rob8-Nov-06 14:58 
AnswerRe: Where did the control index property go from VB6 Pin
Christian Graus8-Nov-06 15:33
protectorChristian Graus8-Nov-06 15:33 
Questionmessagebox help Pin
ADY0078-Nov-06 12:51
ADY0078-Nov-06 12:51 
AnswerRe: messagebox help Pin
Christian Graus8-Nov-06 13:00
protectorChristian Graus8-Nov-06 13:00 
GeneralRe: messagebox help Pin
ADY0078-Nov-06 13:07
ADY0078-Nov-06 13:07 
QuestionWebcam state detection Pin
christianarenas848-Nov-06 12:20
christianarenas848-Nov-06 12:20 
AnswerRe: Webcam state detection Pin
Dave Kreskowiak9-Nov-06 3:08
mveDave Kreskowiak9-Nov-06 3:08 
GeneralRe: Webcam state detection Pin
christianarenas849-Nov-06 3:18
christianarenas849-Nov-06 3:18 
Well, im using a library that I got from here and it imports the method capCreateCaptureWindowA like this.

[DllImport("avicap32.dll", EntryPoint="capCreateCaptureWindowA")]<br />
		public static extern int capCreateCaptureWindowA(string lpszWindowName, int dwStyle, int X, int Y, int nWidth, int nHeight, int hwndParent, int nID);


when I try to start the capture and the device is busy, it shows a device selection window, that's what I'm trying to handle. If the device is already taken by another application , I want my program to detect it and don't take any picture.

Thanks in advance Smile | :)

Best regards

Christian Arenas Díaz
GeneralRe: Webcam state detection Pin
Dave Kreskowiak9-Nov-06 16:45
mveDave Kreskowiak9-Nov-06 16:45 
QuestionI wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji8-Nov-06 10:29
Seyyed Mohammad Hassan Naji8-Nov-06 10:29 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad8-Nov-06 10:59
professionalPaul Conrad8-Nov-06 10:59 
QuestionRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji9-Nov-06 11:43
Seyyed Mohammad Hassan Naji9-Nov-06 11:43 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad9-Nov-06 14:56
professionalPaul Conrad9-Nov-06 14:56 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 1:35
Seyyed Mohammad Hassan Naji10-Nov-06 1:35 
GeneralRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 6:06
professionalPaul Conrad10-Nov-06 6:06 
QuestionRe: I wanna reach an Access or SQL Server DB on server Pin
Seyyed Mohammad Hassan Naji10-Nov-06 11:46
Seyyed Mohammad Hassan Naji10-Nov-06 11:46 
AnswerRe: I wanna reach an Access or SQL Server DB on server Pin
Paul Conrad10-Nov-06 16:01
professionalPaul Conrad10-Nov-06 16:01 
QuestionMultithreading web browser Pin
msteinberg8-Nov-06 9:03
msteinberg8-Nov-06 9:03 
AnswerRe: Multithreading web browser Pin
Dave Kreskowiak9-Nov-06 3:14
mveDave Kreskowiak9-Nov-06 3:14 
QuestionConverting Excel file to CSV Pin
Steven J Jowett8-Nov-06 5:56
Steven J Jowett8-Nov-06 5:56 
AnswerRe: Converting Excel file to CSV Pin
Tim Carmichael8-Nov-06 7:02
Tim Carmichael8-Nov-06 7:02 
GeneralRe: Converting Excel file to CSV Pin
Steven J Jowett10-Nov-06 13:52
Steven J Jowett10-Nov-06 13:52 
QuestionHow can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 4:58
Joey Picerno8-Nov-06 4:58 
AnswerRe: How can I use a Timer control to test how long it takes for a form to load????? [modified] Pin
nlarson118-Nov-06 5:11
nlarson118-Nov-06 5:11 
GeneralRe: How can I use a Timer control to test how long it takes for a form to load????? Pin
Joey Picerno8-Nov-06 5:50
Joey Picerno8-Nov-06 5:50 

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.