Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: help me please Pin
CPallini6-May-08 0:57
mveCPallini6-May-08 0:57 
JokeRe: help me please Pin
Rajesh R Subramanian6-May-08 1:00
professionalRajesh R Subramanian6-May-08 1:00 
JokeRe: help me please Pin
CPallini6-May-08 1:04
mveCPallini6-May-08 1:04 
AnswerRe: help me please Pin
sofia_1116-May-08 5:37
sofia_1116-May-08 5:37 
QuestionHelp! How to convert an array to bitmap? Pin
npkinh6-May-08 0:30
npkinh6-May-08 0:30 
AnswerRe: Help! How to convert an array to bitmap? Pin
ThatsAlok6-May-08 0:35
ThatsAlok6-May-08 0:35 
GeneralRe: Help! How to convert an array to bitmap? Pin
npkinh6-May-08 1:00
npkinh6-May-08 1:00 
GeneralRe: Help! How to convert an array to bitmap? Pin
Nelek6-May-08 2:02
protectorNelek6-May-08 2:02 
AnswerRe: Help! How to convert an array to bitmap? Pin
Mark Salsbery6-May-08 5:11
Mark Salsbery6-May-08 5:11 
QuestionHow to Convert Local time to UTC Time in WM5.0 [modified] Pin
Mohanraj D6-May-08 0:14
Mohanraj D6-May-08 0:14 
AnswerRe: How to Convert Local time to UTC Time in WM5.0 Pin
perle16-May-08 1:22
perle16-May-08 1:22 
GeneralRe: How to Convert Local time to UTC Time in WM5.0 Pin
Mohanraj D6-May-08 1:36
Mohanraj D6-May-08 1:36 
AnswerRe: How to Convert Local time to UTC Time in WM5.0 [modified] Pin
Rajkumar R6-May-08 1:55
Rajkumar R6-May-08 1:55 
AnswerRe: How to Convert Local time to UTC Time in WM5.0 Pin
Rajesh R Subramanian6-May-08 2:03
professionalRajesh R Subramanian6-May-08 2:03 
GeneralRe: How to Convert Local time to UTC Time in WM5.0 Pin
Rajkumar R6-May-08 2:10
Rajkumar R6-May-08 2:10 
JokeRe: How to Convert Local time to UTC Time in WM5.0 Pin
Rajesh R Subramanian6-May-08 2:11
professionalRajesh R Subramanian6-May-08 2:11 
QuestionCompress Drive Pin
john56325-May-08 23:54
john56325-May-08 23:54 
AnswerRe: Compress Drive Pin
toxcct6-May-08 0:04
toxcct6-May-08 0:04 
QuestionRe: Compress Drive Pin
Rajesh R Subramanian6-May-08 0:22
professionalRajesh R Subramanian6-May-08 0:22 
AnswerRe: Compress Drive Pin
Rajkumar R6-May-08 0:42
Rajkumar R6-May-08 0:42 
QuestionSendMessage compatible with DLL Pin
tony_Udz5-May-08 23:46
tony_Udz5-May-08 23:46 
QuestionRe: SendMessage compatible with DLL Pin
Rajkumar R6-May-08 3:55
Rajkumar R6-May-08 3:55 
QuestionVC++6.0 How retrieve current row in a .DOC file? Pin
Antonio29295-May-08 23:36
Antonio29295-May-08 23:36 
AnswerRe: VC++6.0 How retrieve current row in a .DOC file? Pin
Nelek6-May-08 1:59
protectorNelek6-May-08 1:59 
Check which font you are using for the text. Calculate how many letters can this font fit into a line (test and error). Count how many letters and line-ends do you have.

Get the rectangle of the bitmap, get how high it is, calculate how many lines can be ocuped with that high.

Add all together.

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

GeneralRe: VC++6.0 How retrieve current row in a .DOC file? Pin
Antonio29296-May-08 3:25
Antonio29296-May-08 3:25 

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.