Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed fast method to read/convert floats from disk Pin
nadiric19-Sep-06 8:35
nadiric19-Sep-06 8:35 
AnswerRe: Need fast method to read/convert floats from disk Pin
Zac Howland19-Sep-06 9:01
Zac Howland19-Sep-06 9:01 
QuestionRe: Need fast method to read/convert floats from disk Pin
nadiric19-Sep-06 10:46
nadiric19-Sep-06 10:46 
AnswerRe: Need fast method to read/convert floats from disk Pin
Zac Howland20-Sep-06 10:25
Zac Howland20-Sep-06 10:25 
QuestionEnumerate USB Hubs? Pin
4tau19-Sep-06 8:31
4tau19-Sep-06 8:31 
AnswerRe: Enumerate USB Hubs? Pin
jk chan20-Sep-06 21:10
jk chan20-Sep-06 21:10 
QuestionMoving the mouse pointer Pin
Grimes19-Sep-06 8:06
Grimes19-Sep-06 8:06 
AnswerRe: Moving the mouse pointer Pin
Chipperm19-Sep-06 8:22
Chipperm19-Sep-06 8:22 
You can use the SendInput function to move the mouse to any place on the screen. When using the function notice that the screen coordinates(resolution) have to be converted to mouse coordinates(0-65535) in both the horizontal and vertical directions.

Chipper Martin

QuestionRe: Moving the mouse pointer Pin
Grimes19-Sep-06 8:54
Grimes19-Sep-06 8:54 
AnswerRe: Moving the mouse pointer Pin
Chipperm19-Sep-06 8:59
Chipperm19-Sep-06 8:59 
AnswerRe: Moving the mouse pointer Pin
PJ Arends19-Sep-06 9:02
professionalPJ Arends19-Sep-06 9:02 
QuestionHow to display bitmap in another window? Pin
ajcrm12519-Sep-06 7:52
ajcrm12519-Sep-06 7:52 
AnswerRe: How to display bitmap in another window? Pin
Christopher Duncan19-Sep-06 17:01
Christopher Duncan19-Sep-06 17:01 
GeneralRe: How to display bitmap in another window? Pin
ajcrm12520-Sep-06 3:13
ajcrm12520-Sep-06 3:13 
GeneralRe: How to display bitmap in another window? Pin
Christopher Duncan21-Sep-06 0:39
Christopher Duncan21-Sep-06 0:39 
QuestionSpy mouseclicks with LibUsb in windows Pin
Lastwebpage19-Sep-06 7:14
Lastwebpage19-Sep-06 7:14 
QuestionGetTextExtent(str) returns different sizes when zooming. Pin
dpicon19-Sep-06 7:11
dpicon19-Sep-06 7:11 
AnswerRe: GetTextExtent(str) returns different sizes when zooming. Pin
includeh1019-Sep-06 7:42
includeh1019-Sep-06 7:42 
GeneralRe: GetTextExtent(str) returns different sizes when zooming. Pin
David Crow19-Sep-06 7:52
David Crow19-Sep-06 7:52 
GeneralRe: GetTextExtent(str) returns different sizes when zooming. Pin
dpicon20-Sep-06 3:39
dpicon20-Sep-06 3:39 
AnswerRe: GetTextExtent(str) returns different sizes when zooming. Pin
dpicon21-Sep-06 5:29
dpicon21-Sep-06 5:29 
QuestionHow to set clip rectangle for printing Pin
includeh1019-Sep-06 6:32
includeh1019-Sep-06 6:32 
AnswerRe: How to set clip rectangle for printing Pin
Christopher Duncan19-Sep-06 17:04
Christopher Duncan19-Sep-06 17:04 
GeneralRe: How to set clip rectangle for printing Pin
includeh1020-Sep-06 6:04
includeh1020-Sep-06 6:04 
QuestionAccessing a DLL class Pin
masnu19-Sep-06 5:29
masnu19-Sep-06 5:29 

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.