How to Connect DVR Card with VB2005
-
:laugh: i have a DVR Card include is not SDK. and i want develop new software for it with vb2005 but now can't show video in form. :rolleyes: Somchoto...
If you have drivers for it, then you should be able to write code for it using DirectX
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
If you have drivers for it, then you should be able to write code for it using DirectX
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Yes,i have drivers for it,but i don't know how using DirectX if use DirectX,i don't write code call DLL file ? ;)
somchoto wrote:
but i don't know how using DirectX
There are plenty of articles on this site
somchoto wrote:
if use DirectX,i don't write code call DLL file ?
I have no idea what you're asking here. If you download any of the sample code on this site, it should just work with your device.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
somchoto wrote:
but i don't know how using DirectX
There are plenty of articles on this site
somchoto wrote:
if use DirectX,i don't write code call DLL file ?
I have no idea what you're asking here. If you download any of the sample code on this site, it should just work with your device.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
So what ? You can run them through a converter, convert them by hand, or just wrap the functionality in a dll and call it from VB.NET.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )