Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to solve the following problem? Pin
Jijo.Raj31-Dec-08 4:27
Jijo.Raj31-Dec-08 4:27 
QuestionRemoving Command bar controls of Excel-2007 in c++ Pin
SRKSHOME31-Dec-08 1:39
SRKSHOME31-Dec-08 1:39 
AnswerRe: Removing Command bar controls of Excel-2007 in c++ Pin
led mike31-Dec-08 4:49
led mike31-Dec-08 4:49 
QuestionPixel Pin
Krishnakumartg31-Dec-08 1:02
Krishnakumartg31-Dec-08 1:02 
AnswerRe: Pixel Pin
CPallini31-Dec-08 2:45
mveCPallini31-Dec-08 2:45 
GeneralRe: Pixel Pin
Krishnakumartg31-Dec-08 4:23
Krishnakumartg31-Dec-08 4:23 
QuestionRe: Pixel Pin
CPallini31-Dec-08 5:22
mveCPallini31-Dec-08 5:22 
AnswerRe: Pixel PinPopular
Mark Salsbery31-Dec-08 6:18
Mark Salsbery31-Dec-08 6:18 
GeneralRe: Pixel Pin
Krishnakumartg31-Dec-08 17:07
Krishnakumartg31-Dec-08 17:07 
GeneralRe: Pixel Pin
Jeremy Falcon1-Jan-09 8:57
professionalJeremy Falcon1-Jan-09 8:57 
JokeRe: Pixel Pin
CPallini1-Jan-09 6:19
mveCPallini1-Jan-09 6:19 
GeneralRe: Pixel Pin
Mark Salsbery1-Jan-09 6:22
Mark Salsbery1-Jan-09 6:22 
GeneralRe: Pixel Pin
Shog91-Jan-09 6:27
sitebuilderShog91-Jan-09 6:27 
GeneralRe: Pixel Pin
CPallini1-Jan-09 6:29
mveCPallini1-Jan-09 6:29 
AnswerRe: Pixel Pin
Krishnakumartg31-Dec-08 17:04
Krishnakumartg31-Dec-08 17:04 
GeneralRe: Pixel Pin
CPallini1-Jan-09 6:24
mveCPallini1-Jan-09 6:24 
GeneralRe: Pixel Pin
Krishnakumartg1-Jan-09 17:21
Krishnakumartg1-Jan-09 17:21 
AnswerRe: Pixel Pin
Chris Losinger31-Dec-08 2:50
professionalChris Losinger31-Dec-08 2:50 
Krishnakumartg wrote:
can I draw a rectangle with values (0.5, 0.75, 100.1, 100.4) or something like that


not without changing your mapping mode and viewport[^].

Krishnakumartg wrote:
according to my understanding pixel is the smallest possible drawing resolution


that is correct; you can not turn on 1/2 of a pixel. the best you can do is let Windows change the coordinate system you use to refer to the physical pixels. so, you can draw that rectangle, and have 100.1 appear at a different location than 100.0. but all you've really done is changed the way Windows interprets your drawing coordinates.


QuestionExternal Hard Disk Pin
rdop31-Dec-08 0:58
rdop31-Dec-08 0:58 
AnswerRe: External Hard Disk Pin
Theo Buys7-Jan-09 2:11
Theo Buys7-Jan-09 2:11 
QuestionGetting the thread count of a process Pin
Green Fuze31-Dec-08 0:06
Green Fuze31-Dec-08 0:06 
AnswerRe: Getting the thread count of a process Pin
Jijo.Raj31-Dec-08 0:39
Jijo.Raj31-Dec-08 0:39 
GeneralRe: Getting the thread count of a process Pin
Green Fuze31-Dec-08 1:32
Green Fuze31-Dec-08 1:32 
Question<h3>get the .exe current path</h3> Pin
Mustapha Rédouane30-Dec-08 23:15
Mustapha Rédouane30-Dec-08 23:15 
AnswerRe: get the .exe current path Pin
enhzflep30-Dec-08 23:27
enhzflep30-Dec-08 23:27 

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.