Click here to Skip to main content
15,915,048 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CompareNoCase fails Pin
Gary R. Wheeler20-Sep-03 4:03
Gary R. Wheeler20-Sep-03 4:03 
Generalnumerical values help! Pin
coda_x19-Sep-03 2:27
coda_x19-Sep-03 2:27 
GeneralRe: numerical values help! Pin
User 665819-Sep-03 3:21
User 665819-Sep-03 3:21 
GeneralRe: numerical values help! Pin
Dangleberry19-Sep-03 5:34
sussDangleberry19-Sep-03 5:34 
GeneralRe: numerical values help! Pin
User 665819-Sep-03 6:19
User 665819-Sep-03 6:19 
GeneralRe: numerical values help! Pin
Dangleberry21-Sep-03 23:53
sussDangleberry21-Sep-03 23:53 
GeneralRe: numerical values help! Pin
David Crow19-Sep-03 4:01
David Crow19-Sep-03 4:01 
GeneralRe: numerical values help! Pin
antlers19-Sep-03 7:59
antlers19-Sep-03 7:59 
In your example, h j k and l are never set to anything. Uninitialized floats will have random values.

You need to get the strings from the dialog items that are supposed to be numbers, convert the strings to numbers, and use those to set the field values.
GeneralRe: numerical values help! Pin
coda_x19-Sep-03 17:46
coda_x19-Sep-03 17:46 
GeneralApplication error! Pin
coda_x19-Sep-03 2:17
coda_x19-Sep-03 2:17 
GeneralRe: Application error! Pin
Rickard Andersson2019-Sep-03 2:23
Rickard Andersson2019-Sep-03 2:23 
GeneralRe: Application error! Pin
coda_x19-Sep-03 2:30
coda_x19-Sep-03 2:30 
GeneralRe: Application error! Pin
Alexander M.,19-Sep-03 2:48
Alexander M.,19-Sep-03 2:48 
GeneralRe: Application error! Pin
David Crow19-Sep-03 4:02
David Crow19-Sep-03 4:02 
GeneralResize Edit Control in MFC Pin
cberam19-Sep-03 1:07
cberam19-Sep-03 1:07 
GeneralRe: Resize Edit Control in MFC Pin
David Crow19-Sep-03 2:07
David Crow19-Sep-03 2:07 
GeneralDrawing an icon with an overlay icon on a dialog Pin
Salvador Dali19-Sep-03 0:46
Salvador Dali19-Sep-03 0:46 
GeneralRe: Drawing an icon with an overlay icon on a dialog Pin
Phil Speller19-Sep-03 1:48
Phil Speller19-Sep-03 1:48 
GeneralRe: Drawing an icon with an overlay icon on a dialog Pin
Salvador Dali19-Sep-03 2:37
Salvador Dali19-Sep-03 2:37 
GeneralDisable Item Menu Pin
Cedric Moonen18-Sep-03 23:56
Cedric Moonen18-Sep-03 23:56 
GeneralRe: Disable Item Menu Pin
Rickard Andersson2019-Sep-03 2:25
Rickard Andersson2019-Sep-03 2:25 
GeneralRe: Disable Item Menu Pin
Cedric Moonen19-Sep-03 2:48
Cedric Moonen19-Sep-03 2:48 
GeneralRe: Disable Item Menu Pin
User 665819-Sep-03 3:29
User 665819-Sep-03 3:29 
GeneralRe: Disable Item Menu Pin
Cedric Moonen19-Sep-03 4:08
Cedric Moonen19-Sep-03 4:08 
GeneralFunctions Pin
bhangie18-Sep-03 23:36
bhangie18-Sep-03 23:36 

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.