Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Inserting rows from data grid Pin
Paps210-Jan-05 9:47
Paps210-Jan-05 9:47 
GeneralAVICap32 API in VB.NET Pin
[DK]KiloDunse8-Jan-05 10:06
[DK]KiloDunse8-Jan-05 10:06 
GeneralRe: AVICap32 API in VB.NET Pin
[DK]KiloDunse9-Jan-05 23:51
[DK]KiloDunse9-Jan-05 23:51 
Generalsetup wizard Pin
Boniolopez8-Jan-05 4:49
Boniolopez8-Jan-05 4:49 
GeneralCallback function not working?? Video capture. Pin
[DK]KiloDunse8-Jan-05 0:37
[DK]KiloDunse8-Jan-05 0:37 
GeneralRe: Callback function not working?? Video capture. Pin
OICU8128-Jan-05 20:05
OICU8128-Jan-05 20:05 
GeneralRe: Callback function not working?? Video capture. Pin
[DK]KiloDunse8-Jan-05 20:31
[DK]KiloDunse8-Jan-05 20:31 
GeneralRe: Callback function not working?? Video capture. Pin
OICU8129-Jan-05 6:13
OICU8129-Jan-05 6:13 
I found a WebCam class here's a link "http://dotnetjunkies.com/WebLog/principal/articles/32662.aspx" it's in C# but you can either convert it to vb or compile it as a .dll and use it that way.

This is the structure I pulled out of the class example in the link above.
<code>
<StructLayout(LayoutKind.Sequential)> _
Public Structure VIDEOHDR
<MarshalAs(UnmanagedType.I4)> _
Public lpData As Integer
<MarshalAs(UnmanagedType.I4)> _
Public dwBufferLength As Integer
<MarshalAs(UnmanagedType.I4)> _
Public dwBytesUsed As Integer
<MarshalAs(UnmanagedType.I4)> _
Public dwTimeCaptured As Integer
<MarshalAs(UnmanagedType.I4)> _
Public dwUser As Integer
<MarshalAs(UnmanagedType.I4)> _
Public dwFlags As Integer
<MarshalAs(UnmanagedType.ByValArray, SizeConst := 4)> _
Public dwReserved() As Integer
End Structure 'VIDEOHDR
</code>
GeneralRe: Callback function not working?? Video capture. Pin
[DK]KiloDunse9-Jan-05 23:50
[DK]KiloDunse9-Jan-05 23:50 
Generaldelete Pin
Makniteasy8-Jan-05 0:30
Makniteasy8-Jan-05 0:30 
GeneralRe: delete Pin
Levi Rosol8-Jan-05 4:35
Levi Rosol8-Jan-05 4:35 
GeneralRe: delete Pin
Makniteasy8-Jan-05 9:56
Makniteasy8-Jan-05 9:56 
Questionvb connect to mysql?? Pin
Ercoolz7-Jan-05 23:47
Ercoolz7-Jan-05 23:47 
AnswerRe: vb connect to mysql?? Pin
Mekong River8-Jan-05 4:25
Mekong River8-Jan-05 4:25 
QuestionThread + Closing application? Pin
DixrouE7-Jan-05 22:21
DixrouE7-Jan-05 22:21 
AnswerRe: Thread + Closing application? Pin
[DK]KiloDunse8-Jan-05 1:16
[DK]KiloDunse8-Jan-05 1:16 
GeneralRe: Thread + Closing application? Pin
DixrouE8-Jan-05 10:48
DixrouE8-Jan-05 10:48 
GeneralCreating Splash Screens Pin
cpod7-Jan-05 16:20
cpod7-Jan-05 16:20 
GeneralRe: Creating Splash Screens Pin
Robert Rohde7-Jan-05 21:21
Robert Rohde7-Jan-05 21:21 
GeneralRe: Creating Splash Screens Pin
cpod9-Jan-05 8:21
cpod9-Jan-05 8:21 
GeneralRe: Creating Splash Screens Pin
Mekong River8-Jan-05 4:30
Mekong River8-Jan-05 4:30 
QuestionDesigning Crystal Report at VB runtime ? Pin
viettho7-Jan-05 13:20
viettho7-Jan-05 13:20 
AnswerRe: Designing Crystal Report at VB runtime ? Pin
Levi Rosol7-Jan-05 22:29
Levi Rosol7-Jan-05 22:29 
GeneralTo create a dynamic link(dll) with VS 2003 Pin
eduDirect7-Jan-05 11:19
eduDirect7-Jan-05 11:19 
GeneralSecurity Exception Problem !! Pin
Anonymous6-Jan-05 18:05
Anonymous6-Jan-05 18: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.