Click here to Skip to main content
16,010,544 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPostMessage() function Pin
Dhiraj kumar Saini7-Sep-08 21:57
Dhiraj kumar Saini7-Sep-08 21:57 
AnswerRe: PostMessage() function Pin
_AnsHUMAN_ 7-Sep-08 22:01
_AnsHUMAN_ 7-Sep-08 22:01 
GeneralRe: PostMessage() function Pin
Dhiraj kumar Saini7-Sep-08 22:46
Dhiraj kumar Saini7-Sep-08 22:46 
GeneralRe: PostMessage() function Pin
CPallini7-Sep-08 22:51
mveCPallini7-Sep-08 22:51 
AnswerRe: PostMessage() function Pin
CPallini7-Sep-08 22:39
mveCPallini7-Sep-08 22:39 
GeneralRe: PostMessage() function Pin
Dhiraj kumar Saini7-Sep-08 23:18
Dhiraj kumar Saini7-Sep-08 23:18 
GeneralRe: PostMessage() function Pin
CPallini7-Sep-08 23:26
mveCPallini7-Sep-08 23:26 
QuestionAbout Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 21:32
TooShy2Talk7-Sep-08 21:32 
Hi,

Is it possible to use RotateTransform() after Graphics::DrawImage()?

Ex.

Graphics g(hMemDC);

for(){
for(){
.....
g.DrawImage();
}
}

g.RotateTransform();


Based from MSDN example RotateTransform is before DrawImage() function but I have tried the above code (6 months ago) and it works.
But now this code doesn't work anymore.
Image doesn't rotating anymore.

My code is for stitching tiles of an image to make it whole. When I place RotateTransform() before DrawImage() it produces black dash lines in between tiles.

It's been a solution to place RotateTrasform after DrawImage but now I can't make it work.

What seems to be the problem?
Do I have to add some more code?

Hope somebody can help me. Thanks.
AnswerRe: About Graphics::RotateTransform()???? Pin
CPallini7-Sep-08 21:37
mveCPallini7-Sep-08 21:37 
QuestionRe: About Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 21:57
TooShy2Talk7-Sep-08 21:57 
AnswerRe: About Graphics::RotateTransform()???? Pin
SandipG 7-Sep-08 22:00
SandipG 7-Sep-08 22:00 
QuestionRe: About Graphics::RotateTransform()???? Pin
TooShy2Talk7-Sep-08 22:45
TooShy2Talk7-Sep-08 22:45 
AnswerRe: About Graphics::RotateTransform()???? Pin
SandipG 7-Sep-08 22:51
SandipG 7-Sep-08 22:51 
QuestionInitializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 21:05
N a v a n e e t h7-Sep-08 21:05 
QuestionRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 21:33
mveCPallini7-Sep-08 21:33 
AnswerRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 23:25
N a v a n e e t h7-Sep-08 23:25 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 23:33
mveCPallini7-Sep-08 23:33 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h7-Sep-08 23:40
N a v a n e e t h7-Sep-08 23:40 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini7-Sep-08 23:51
mveCPallini7-Sep-08 23:51 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h8-Sep-08 0:14
N a v a n e e t h8-Sep-08 0:14 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini8-Sep-08 0:35
mveCPallini8-Sep-08 0:35 
GeneralRe: Initializing class from it's name - Standard C++ Pin
N a v a n e e t h8-Sep-08 0:48
N a v a n e e t h8-Sep-08 0:48 
GeneralRe: Initializing class from it's name - Standard C++ Pin
CPallini8-Sep-08 0:56
mveCPallini8-Sep-08 0:56 
QuestionAvoid includei in header files Pin
reza matinnejad7-Sep-08 20:11
reza matinnejad7-Sep-08 20:11 
AnswerRe: Avoid includei in header files Pin
toxcct7-Sep-08 21:09
toxcct7-Sep-08 21:09 

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.