Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: registry keys ? Pin
Navin8-Oct-02 15:53
Navin8-Oct-02 15:53 
GeneralRe: registry keys ? Pin
imran_rafique8-Oct-02 17:05
imran_rafique8-Oct-02 17:05 
GeneralRe: registry keys ? Pin
Navin8-Oct-02 17:21
Navin8-Oct-02 17:21 
GeneralDLL Pin
stevenson8-Oct-02 14:46
stevenson8-Oct-02 14:46 
GeneralRe: DLL Pin
Navin8-Oct-02 15:48
Navin8-Oct-02 15:48 
GeneralTCPIP/NDIS driver issue Pin
Jesse Rosalia8-Oct-02 13:33
Jesse Rosalia8-Oct-02 13:33 
GeneralBitmap Pin
Anonymous8-Oct-02 12:56
Anonymous8-Oct-02 12:56 
GeneralRe: Bitmap Pin
Christian Graus8-Oct-02 14:23
protectorChristian Graus8-Oct-02 14:23 
'some problem' does not give us much to go on. for starters, try making it an unsigned char buffer, a char buffer has a maximum value of 127. What is GetObject ? Also, bitmap.bmWidth * bitmap.bmHeight will give you the number of bits in a word aligned, one bit image ( that has only two colours ). You need to multiply by your bit depth and you need to add a stride value to the width before multiplying. My articles on Image Processing show how to calculate stride.


Christian

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
GeneralRe: Bitmap Pin
Paul M Watt8-Oct-02 18:20
mentorPaul M Watt8-Oct-02 18:20 
GeneralRe: Bitmap Pin
Bartosz Bien10-Oct-02 11:24
Bartosz Bien10-Oct-02 11:24 
GeneralHost name from given url Pin
orcun colak8-Oct-02 12:19
orcun colak8-Oct-02 12:19 
GeneralRe: Host name from given url Pin
valikac8-Oct-02 12:44
valikac8-Oct-02 12:44 
GeneralRe: Host name from given url Pin
Jon Sagara8-Oct-02 12:47
Jon Sagara8-Oct-02 12:47 
GeneralRe: Host name from given url Pin
Michael Dunn8-Oct-02 18:51
sitebuilderMichael Dunn8-Oct-02 18:51 
GeneralMaking Autoruns in C++ Pin
CSHighCommand8-Oct-02 11:28
CSHighCommand8-Oct-02 11:28 
GeneralRe: Making Autoruns in C++ Pin
Anonymous8-Oct-02 11:36
Anonymous8-Oct-02 11:36 
GeneralRe: Making Autoruns in C++ Pin
Anonymous8-Oct-02 11:57
Anonymous8-Oct-02 11:57 
GeneralRe: Making Autoruns in C++ Pin
Martin Marvinski8-Oct-02 12:19
Martin Marvinski8-Oct-02 12:19 
GeneralRe: Making Autoruns in C++ Pin
Bill Wilson8-Oct-02 12:56
Bill Wilson8-Oct-02 12:56 
GeneralRe: Making Autoruns in C++ Pin
Jerome Conus8-Oct-02 19:22
Jerome Conus8-Oct-02 19:22 
GeneralRe: Making Autoruns in C++ Pin
Bill Wilson9-Oct-02 7:21
Bill Wilson9-Oct-02 7:21 
GeneralRe: Making Autoruns in C++ Pin
Slayer8-Oct-02 21:10
Slayer8-Oct-02 21:10 
GeneralRe: Making Autoruns in C++ Pin
Patje8-Oct-02 20:57
Patje8-Oct-02 20:57 
GeneralWin32 + mySQL Pin
Anonymous8-Oct-02 11:22
Anonymous8-Oct-02 11:22 
GeneralRe: Win32 + mySQL Pin
Jon Sagara8-Oct-02 11:53
Jon Sagara8-Oct-02 11:53 

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.