Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:49
Christopher Stratmann2-Aug-06 4:49 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Zac Howland2-Aug-06 5:05
Zac Howland2-Aug-06 5:05 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
David Crow2-Aug-06 5:57
David Crow2-Aug-06 5:57 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 6:09
Christopher Stratmann2-Aug-06 6:09 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
David Crow2-Aug-06 6:13
David Crow2-Aug-06 6:13 
QuestionCreating a bitmap viewer in Visual C++ Pin
kitty52-Aug-06 3:37
kitty52-Aug-06 3:37 
AnswerRe: Creating a bitmap viewer in Visual C++ Pin
Sarath C2-Aug-06 4:50
Sarath C2-Aug-06 4:50 
AnswerRe: Creating a bitmap viewer in Visual C++ Pin
normanS2-Aug-06 19:52
normanS2-Aug-06 19:52 
If (1) your "black & white video data" is actually "8-bit grey-scale" (which is what one might expect from a video camera), and (2) the image size is fixed (number of pixels horizontal & vertical is known), it could be quite easy.

Create a window to use to display the images
Create a bitmap header.
Set the bitmap parameters (number pixels X & Y, pixel depth, not using pallette, etc)
Read the binary file into some area in memory
Set the bitmap header "data" parameter to point to your data
Use SetDIBitsToDevice to display it in your window.
Repeat the last 3 steps until stopped

If the video has unusual attributes (for example, it is 12-bit greyscale from a medical imager, or if it is in columns not rows) you will probably need an intermediate step, to create a bitmap which Windows understands.
QuestionUsername Authenticity Pin
Programm3r2-Aug-06 3:15
Programm3r2-Aug-06 3:15 
AnswerRe: Username Authenticity Pin
David Crow2-Aug-06 3:41
David Crow2-Aug-06 3:41 
QuestionError in updating the class Pin
Anu_Bala2-Aug-06 2:17
Anu_Bala2-Aug-06 2:17 
AnswerRe: Error in updating the class Pin
Naveen2-Aug-06 2:31
Naveen2-Aug-06 2:31 
QuestionUser is able to open a file by double clicking in middle of two columns of ClistCtrl Pin
cathy_d'souza2-Aug-06 1:56
cathy_d'souza2-Aug-06 1:56 
AnswerRe: User is able to open a file by double clicking in middle of two columns of ClistCtrl [modified] Pin
Parthi_Appu2-Aug-06 2:01
Parthi_Appu2-Aug-06 2:01 
QuestionWM_KEYDOWN Pin
Anu_Bala2-Aug-06 1:51
Anu_Bala2-Aug-06 1:51 
AnswerRe: WM_KEYDOWN Pin
toxcct2-Aug-06 6:12
toxcct2-Aug-06 6:12 
QuestionWin32 API to check for a process state Pin
kk_mfc2-Aug-06 1:31
kk_mfc2-Aug-06 1:31 
AnswerRe: Win32 API to check for a process state Pin
Kiran Pinjala2-Aug-06 1:40
Kiran Pinjala2-Aug-06 1:40 
AnswerRe: Win32 API to check for a process state Pin
_AnsHUMAN_ 2-Aug-06 1:48
_AnsHUMAN_ 2-Aug-06 1:48 
AnswerRe: Win32 API to check for a process state Pin
David Crow2-Aug-06 3:45
David Crow2-Aug-06 3:45 
AnswerRe: Win32 API to check for a process state Pin
Hamid_RT2-Aug-06 8:52
Hamid_RT2-Aug-06 8:52 
QuestionWebpage In a dialog??? Pin
Kiran Pinjala2-Aug-06 1:02
Kiran Pinjala2-Aug-06 1:02 
QuestionRadio Buttons Pin
SandhyaSri2-Aug-06 0:07
SandhyaSri2-Aug-06 0:07 
AnswerRe: Radio Buttons Pin
toxcct2-Aug-06 0:13
toxcct2-Aug-06 0:13 
AnswerRe: Radio Buttons Pin
Naveen2-Aug-06 0:15
Naveen2-Aug-06 0:15 

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.