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

C / C++ / MFC

 
GeneralRe: Clistbox greying Pin
sps-itsec4618-Feb-04 0:30
sps-itsec4618-Feb-04 0:30 
GeneralRe: Clistbox greying Pin
SVPG18-Feb-04 0:36
SVPG18-Feb-04 0:36 
GeneralRe: Clistbox greying Pin
Robert A. T. Káldy18-Feb-04 0:53
Robert A. T. Káldy18-Feb-04 0:53 
GeneralRe: Clistbox greying Pin
sps-itsec4618-Feb-04 1:29
sps-itsec4618-Feb-04 1:29 
GeneralRe: Dialog application on TOP Pin
Robert A. T. Káldy17-Feb-04 23:36
Robert A. T. Káldy17-Feb-04 23:36 
GeneralRe: Dialog application on TOP Pin
neokialo17-Feb-04 23:47
neokialo17-Feb-04 23:47 
GeneralRotating a BitMap Pin
Pazzuzu17-Feb-04 23:13
Pazzuzu17-Feb-04 23:13 
GeneralRe: Rotating a BitMap Pin
TchouTchou Project18-Feb-04 2:52
TchouTchou Project18-Feb-04 2:52 
Quite a simple program you have done, which open the bitmap, but which do nothing on it.... Because you miss the loop on every pixels of the Bitmap.
To make it rotate, you should had some computation of the the net position of each pixel and copy from the original bitmap to a destination bitmap. The best way is to make the loop on each pixel of the destination bitmap.
But be carefull that you have to initialize a destination bitmap (may be temporar) which has the enough size increased by rotation factor.
You can have a look on a good routine in cximage (very good library) wher you will find in one of the cpp file the exmeple of rotating (use search "Rotate" to find it).
Hoping that it will hlp you....


NKH
GeneralRe: Rotating a BitMap Pin
Pazzuzu18-Feb-04 2:55
Pazzuzu18-Feb-04 2:55 
GeneralQuestion on CEvent Pin
DimpleSurana17-Feb-04 22:14
DimpleSurana17-Feb-04 22:14 
GeneralRe: Question on CEvent Pin
Prakash Nadar17-Feb-04 22:20
Prakash Nadar17-Feb-04 22:20 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 22:27
DimpleSurana17-Feb-04 22:27 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 22:28
DimpleSurana17-Feb-04 22:28 
GeneralRe: Question on CEvent Pin
Prakash Nadar17-Feb-04 23:06
Prakash Nadar17-Feb-04 23:06 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 23:11
DimpleSurana17-Feb-04 23:11 
GeneralRe: Question on CEvent Pin
_Magnus_17-Feb-04 23:21
_Magnus_17-Feb-04 23:21 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 23:31
DimpleSurana17-Feb-04 23:31 
GeneralRe: Question on CEvent Pin
_Magnus_17-Feb-04 23:35
_Magnus_17-Feb-04 23:35 
GeneralRe: Question on CEvent Pin
DimpleSurana17-Feb-04 23:49
DimpleSurana17-Feb-04 23:49 
GeneralRe: Question on CEvent Pin
_Magnus_17-Feb-04 23:52
_Magnus_17-Feb-04 23:52 
GeneralRe: Question on CEvent Pin
DimpleSurana18-Feb-04 0:10
DimpleSurana18-Feb-04 0:10 
GeneralRe: Question on CEvent Pin
DimpleSurana18-Feb-04 0:50
DimpleSurana18-Feb-04 0:50 
GeneralRe: Question on CEvent Pin
Antti Keskinen18-Feb-04 0:54
Antti Keskinen18-Feb-04 0:54 
GeneralRe: Question on CEvent Pin
_Magnus_18-Feb-04 1:14
_Magnus_18-Feb-04 1:14 
GeneralRe: Question on CEvent Pin
Antti Keskinen18-Feb-04 1:26
Antti Keskinen18-Feb-04 1:26 

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.