Hi, me again! I understand some of the source code of your project, but Im a newbie. I know how the program works but can you explain what is this? I know this is just a nuts questions hahaha, but i admit i don't really don't know. I tried really to understand this Const but if I will not asked you it will took me 10 years to understand this. Pls? I know that &H is a hexa address but what is that(everything) for.
Const WM_CAP_START = &H400S
Const WS_CHILD = &H40000000
Const WS_VISIBLE = &H10000000
Const WM_CAP_DRIVER_CONNECT = WM_CAP_START + 10
Const WM_CAP_DRIVER_DISCONNECT = WM_CAP_START + 11
Const WM_CAP_EDIT_COPY = WM_CAP_START + 30
Const WM_CAP_SEQUENCE = WM_CAP_START + 62
Const WM_CAP_FILE_SAVEAS = WM_CAP_START + 23
Const WM_CAP_SET_SCALE = WM_CAP_START + 53
Const WM_CAP_SET_PREVIEWRATE = WM_CAP_START + 52
Const WM_CAP_SET_PREVIEW = WM_CAP_START + 50
Const SWP_NOMOVE = &H2S
Const SWP_NOSIZE = 1
Const SWP_NOZORDER = &H4S
Const HWND_BOTTOM = 1
And May I ask also if you know how to zoom-in/out this camera?
I'm really very lucky because I can use this program of yours in our Spy Car with just a little modification of graphics. Thanks alot.