Click here to Skip to main content
16,011,647 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDAO and Visual Studio .NET Pin
5-Jun-02 1:02
suss5-Jun-02 1:02 
GeneralBMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 0:46
sitebuilderNish Nishant5-Jun-02 0:46 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:06
Tomasz Sowinski5-Jun-02 1:06 
GeneralRe: BMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 1:14
sitebuilderNish Nishant5-Jun-02 1:14 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:18
Tomasz Sowinski5-Jun-02 1:18 
GeneralRe: BMP 24 bit to 1 bit Pin
Nish Nishant5-Jun-02 1:29
sitebuilderNish Nishant5-Jun-02 1:29 
GeneralRe: BMP 24 bit to 1 bit Pin
Tomasz Sowinski5-Jun-02 1:34
Tomasz Sowinski5-Jun-02 1:34 
GeneralRe: BMP 24 bit to 1 bit Pin
Tim Smith5-Jun-02 1:37
Tim Smith5-Jun-02 1:37 
Set the background color of the source DC (the 24 bit bitmap) to the color of the color you want to be black in your monochrome bitmap.

::SetBkColor (hdcSrc, RGB (0, 0, 0));



Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralProblem with MicrosoftAccessDriver Pin
4-Jun-02 23:53
suss4-Jun-02 23:53 
GeneralRe: Problem with MicrosoftAccessDriver Pin
Ed Gadziemski5-Jun-02 14:13
professionalEd Gadziemski5-Jun-02 14:13 
GeneralVisC++ and installShield Pin
Tali4-Jun-02 23:20
Tali4-Jun-02 23:20 
GeneralRe: VisC++ and installShield Pin
Ed Gadziemski5-Jun-02 14:17
professionalEd Gadziemski5-Jun-02 14:17 
GeneralHBITMAP to Jpg anyone Pin
Nish Nishant4-Jun-02 22:57
sitebuilderNish Nishant4-Jun-02 22:57 
GeneralRe: HBITMAP to Jpg anyone Pin
-Dy4-Jun-02 23:07
-Dy4-Jun-02 23:07 
GeneralRe: HBITMAP to Jpg anyone Pin
Nish Nishant4-Jun-02 23:28
sitebuilderNish Nishant4-Jun-02 23:28 
GeneralRe: HBITMAP to Jpg anyone Pin
Rama Krishna Vavilala4-Jun-02 23:52
Rama Krishna Vavilala4-Jun-02 23:52 
GeneralRe: HBITMAP to Jpg anyone Pin
Nish Nishant5-Jun-02 0:51
sitebuilderNish Nishant5-Jun-02 0:51 
GeneralRe: HBITMAP to Jpg anyone Pin
Chris Losinger5-Jun-02 1:51
professionalChris Losinger5-Jun-02 1:51 
GeneralRe: HBITMAP to Jpg anyone Pin
Tomasz Sowinski5-Jun-02 2:26
Tomasz Sowinski5-Jun-02 2:26 
GeneralRe: HBITMAP to Jpg anyone Pin
Chris Losinger5-Jun-02 3:39
professionalChris Losinger5-Jun-02 3:39 
GeneralRe: HBITMAP to Jpg anyone Pin
Tomasz Sowinski5-Jun-02 3:43
Tomasz Sowinski5-Jun-02 3:43 
GeneralRe: HBITMAP to Jpg anyone Pin
Ed Gadziemski5-Jun-02 14:26
professionalEd Gadziemski5-Jun-02 14:26 
GeneralINSERT ...SELECT * FROM ,help me,please Pin
4-Jun-02 22:44
suss4-Jun-02 22:44 
GeneralRe: INSERT ...SELECT * FROM ,help me,please Pin
Michael P Butler4-Jun-02 22:53
Michael P Butler4-Jun-02 22:53 
GeneralRe: INSERT ...SELECT * FROM ,help me,please Pin
Irina Tseitlin4-Jun-02 23:01
Irina Tseitlin4-Jun-02 23:01 

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.