Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get notified when user logoff? Pin
EastDragon17-May-05 22:58
EastDragon17-May-05 22:58 
AnswerRe: How to get notified when user logoff? Pin
David Crow18-May-05 2:19
David Crow18-May-05 2:19 
GeneralPasting a string in multiple textboxes Pin
bad_muko17-May-05 22:43
bad_muko17-May-05 22:43 
GeneralRe: Pasting a string in multiple textboxes Pin
G_S17-May-05 23:01
G_S17-May-05 23:01 
GeneralRe: Pasting a string in multiple textboxes Pin
bad_muko18-May-05 1:57
bad_muko18-May-05 1:57 
GeneralMFC Question Pin
NewbieStats17-May-05 22:31
NewbieStats17-May-05 22:31 
GeneralRe: MFC Question Pin
G_S17-May-05 22:45
G_S17-May-05 22:45 
GeneralRe: MFC Question Pin
ThatsAlok17-May-05 22:47
ThatsAlok17-May-05 22:47 
NewbieStats wrote:
How would i split 1.50 into 1.00 and 0.50?
Or how would i split $15.68 into $15.00 and 0.68?


float a=15.68;
IDC_EDIT2 (Dollars) = int(a);
IDC_EDIT3 (Change) = a-int(a);


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
GeneralRe: MFC Question Pin
Bob Stanneveld18-May-05 2:32
Bob Stanneveld18-May-05 2:32 
Generalgetting and displaying icons... Pin
Mridang Agarwalla17-May-05 22:03
Mridang Agarwalla17-May-05 22:03 
GeneralRe: getting and displaying icons... Pin
G_S17-May-05 22:16
G_S17-May-05 22:16 
GeneralRe: getting and displaying icons... Pin
Mridang Agarwalla18-May-05 6:20
Mridang Agarwalla18-May-05 6:20 
GeneralUser modifiable plots, wanted Pin
stromboli17-May-05 21:52
stromboli17-May-05 21:52 
GeneralRe: User modifiable plots, wanted Pin
Bob Flynn18-May-05 2:03
Bob Flynn18-May-05 2:03 
GeneralRe: User modifiable plots, wanted Pin
stromboli18-May-05 9:25
stromboli18-May-05 9:25 
GeneralRe: User modifiable plots, wanted Pin
Bob Flynn20-May-05 3:22
Bob Flynn20-May-05 3:22 
GeneralHelp with Inheritance Pin
bhangie17-May-05 21:51
bhangie17-May-05 21:51 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar17-May-05 23:06
S. Senthil Kumar17-May-05 23:06 
GeneralRe: Help with Inheritance Pin
ThatsAlok17-May-05 23:47
ThatsAlok17-May-05 23:47 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 2:22
David Crow18-May-05 2:22 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 5:38
S. Senthil Kumar18-May-05 5:38 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 6:01
David Crow18-May-05 6:01 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 6:08
S. Senthil Kumar18-May-05 6:08 
GeneralRe: Help with Inheritance Pin
David Crow18-May-05 8:04
David Crow18-May-05 8:04 
GeneralRe: Help with Inheritance Pin
S. Senthil Kumar18-May-05 20:25
S. Senthil Kumar18-May-05 20: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.