Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create a directory Pin
Anonymous2-Apr-03 23:39
Anonymous2-Apr-03 23:39 
AnswerRe: How to create a directory Pin
Joan M2-Apr-03 23:56
professionalJoan M2-Apr-03 23:56 
AnswerRe: How to create a directory Pin
Philip Patrick3-Apr-03 0:14
professionalPhilip Patrick3-Apr-03 0:14 
GeneralRe: How to create a directory Pin
Mikey_E16-Jun-04 7:39
professionalMikey_E16-Jun-04 7:39 
GeneralWant to write a video/audio interaction software using VC. Pin
George22-Apr-03 23:25
George22-Apr-03 23:25 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
extremalis6-Apr-03 3:12
extremalis6-Apr-03 3:12 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
George27-Apr-03 22:00
George27-Apr-03 22:00 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
extremalis18-Apr-03 14:54
extremalis18-Apr-03 14:54 
hey, jus an update,
I am able to locally display my video after grabbing it from the camera.
Basically, whatever I am doing is definitely not efficient, but I suppose I wanna get something going first, my deadline is getting near, so no point harping on how I can do better. Enuff of crap...this is basically how i did it, I dun have my exact codes now, its in office, kinda hard to get it out too...basically copy it to DIB format, den display a single bitmap, den use a timer to repeat the grab frame and display fast, at about 15fps.

I used the following from VFW:

capGrabFrame: to get a frame from the capture window
capCopyEdit: to copy the stuff to a clipboard i think...
den do the usual stuff for a clipboard, like opening one and closing one..

all these will be copied to a char buffer. I then used these data over at my other dialog box meant to display this to show lor.
used <capstretchblt> coz somehow I could not managed to use <drawdibdraw> which is supposed to be the right command.

It works now, am trying to figure out how best to transfer all these via socket to the other end. Hope that you are making good progress as well.

Regards
GeneralRe: Want to write a video/audio interaction software using VC. Pin
George218-Apr-03 18:24
George218-Apr-03 18:24 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
extremalis20-Apr-03 14:55
extremalis20-Apr-03 14:55 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
George220-Apr-03 17:51
George220-Apr-03 17:51 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
Anonymous20-Apr-03 17:14
Anonymous20-Apr-03 17:14 
GeneralRe: Want to write a video/audio interaction software using VC. Pin
George220-Apr-03 17:50
George220-Apr-03 17:50 
QuestionGet name of process by socket ? Pin
Bash2-Apr-03 21:56
Bash2-Apr-03 21:56 
GeneralOutputDebugString... Pin
vikramlinux2-Apr-03 21:34
vikramlinux2-Apr-03 21:34 
GeneralRe: OutputDebugString... Pin
56789012342-Apr-03 21:57
56789012342-Apr-03 21:57 
GeneralRe: OutputDebugString... Pin
vikramlinux2-Apr-03 22:38
vikramlinux2-Apr-03 22:38 
GeneralRe: OutputDebugString... Pin
Philip Patrick3-Apr-03 0:08
professionalPhilip Patrick3-Apr-03 0:08 
Generaltranslate winsock errors Pin
Dudi Avramov2-Apr-03 20:40
Dudi Avramov2-Apr-03 20:40 
GeneralQuestion about WS_SYSMENU Pin
Simon.W2-Apr-03 20:29
Simon.W2-Apr-03 20:29 
GeneralHelp about appending the latest data to another file.Thanks! Pin
dxhdxh2-Apr-03 20:03
dxhdxh2-Apr-03 20:03 
GeneralRe: Help about appending the latest data to another file.Thanks! Pin
Rage2-Apr-03 22:01
professionalRage2-Apr-03 22:01 
QuestionHow to use UNICODE string in VC6? Pin
_skidrow_vn_2-Apr-03 19:59
_skidrow_vn_2-Apr-03 19:59 
GeneralC++ related question Pin
John-theKing2-Apr-03 19:45
John-theKing2-Apr-03 19:45 
GeneralRe: C++ related question Pin
Taka Muraoka2-Apr-03 19:59
Taka Muraoka2-Apr-03 19:59 

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.