Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalload bitmap to dialog Pin
Member 64882815-Jan-04 0:17
Member 64882815-Jan-04 0:17 
GeneralIHTMLWindow4 Pin
Monty215-Jan-04 0:07
Monty215-Jan-04 0:07 
GeneralRe: IHTMLWindow4 Pin
Prakash Nadar15-Jan-04 1:16
Prakash Nadar15-Jan-04 1:16 
GeneralResolving NetBIOS name for IP address Pin
---Ranger---14-Jan-04 23:53
---Ranger---14-Jan-04 23:53 
GeneralRe: Resolving NetBIOS name for IP address Pin
Alexander M.,15-Jan-04 5:27
Alexander M.,15-Jan-04 5:27 
GeneralRe: Resolving NetBIOS name for IP address Pin
---Ranger---15-Jan-04 17:45
---Ranger---15-Jan-04 17:45 
GeneralAVI buffers Pin
Member 52521914-Jan-04 23:23
Member 52521914-Jan-04 23:23 
GeneralRe: AVI buffers Pin
Abhishek Srivastava14-Jan-04 23:38
Abhishek Srivastava14-Jan-04 23:38 
>Does someone knows how the buffers of an AVI file are written in the file ?

please make clear , what do u mean by buffers of an AVI file are written in a file

r u trying to read an AVI file , writing its data in some other file.

or if u mean how to write AVI file?

if the case is later the there is a library available Vfw32.lib.
using AVI function of this libray you can create ur own AVI file by writing
AUDIO/VIDEO data in it.

like
0 AVIFileInit // for initializing AVI library
1 AVIFileOpen // for creating AVI File
2 AVIStreamCreate / for creating Audio/ video stream
3 AVIStreamWrite //for writing audio video data
5 AVIFileClose // for closing ur file
4 AVIFileExit / un initializing the library



Abhishek Srivastava
Software Engineer (VC++)
India ,Noida
Mobile no 9891492921 Smile | :)
GeneralRe: AVI buffers Pin
Member 52521915-Jan-04 1:00
Member 52521915-Jan-04 1:00 
GeneralLarge Text Display in a Dialog Pin
Dov Sherman14-Jan-04 22:56
Dov Sherman14-Jan-04 22:56 
GeneralRe: Large Text Display in a Dialog Pin
jhwurmbach14-Jan-04 23:11
jhwurmbach14-Jan-04 23:11 
GeneralLoading Bitmap Image Pin
sweep12314-Jan-04 22:45
sweep12314-Jan-04 22:45 
GeneralRe: Loading Bitmap Image Pin
LunaticFringe15-Jan-04 6:14
LunaticFringe15-Jan-04 6:14 
GeneralRe: Loading Bitmap Image Pin
sweep12315-Jan-04 6:22
sweep12315-Jan-04 6:22 
GeneralRe: Loading Bitmap Image Pin
LunaticFringe15-Jan-04 11:01
LunaticFringe15-Jan-04 11:01 
GeneralNetwork connection problem Pin
Stan the man14-Jan-04 22:43
Stan the man14-Jan-04 22:43 
GeneralRe: Network connection problem Pin
Alexander M.,15-Jan-04 5:29
Alexander M.,15-Jan-04 5:29 
GeneralRe: Network connection problem Pin
Anonymous17-Jan-04 15:41
Anonymous17-Jan-04 15:41 
QuestionHow to get a https file Pin
FerrariDMan14-Jan-04 22:22
FerrariDMan14-Jan-04 22:22 
AnswerRe: How to get a https file Pin
Abhishek Srivastava14-Jan-04 22:37
Abhishek Srivastava14-Jan-04 22:37 
GeneralRe: How to get a https file Pin
Marcello16-Jan-04 8:29
Marcello16-Jan-04 8:29 
AnswerRe: How to get a https file Pin
alex.barylski14-Jan-04 22:49
alex.barylski14-Jan-04 22:49 
GeneralFocus problem Pin
kliviu14-Jan-04 21:31
kliviu14-Jan-04 21:31 
GeneralRe: Focus problem Pin
alex.barylski14-Jan-04 21:49
alex.barylski14-Jan-04 21:49 
GeneralRe: Focus problem Pin
Prakash Nadar14-Jan-04 23:14
Prakash Nadar14-Jan-04 23:14 

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.