Click here to Skip to main content
15,929,653 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Try this... Pin
Anders Molin5-Nov-01 9:47
professionalAnders Molin5-Nov-01 9:47 
GeneralMFC Bitmaps..... Pin
2-Nov-01 7:06
suss2-Nov-01 7:06 
GeneralRe: MFC Bitmaps..... Pin
Christian Graus2-Nov-01 20:50
protectorChristian Graus2-Nov-01 20:50 
Generalstring and CString Pin
2-Nov-01 7:01
suss2-Nov-01 7:01 
GeneralRe: string and CString Pin
2-Nov-01 7:07
suss2-Nov-01 7:07 
GeneralRe: string and CString Pin
2-Nov-01 7:16
suss2-Nov-01 7:16 
QuestionHow to keep time limit in the program? Pin
Kant2-Nov-01 6:28
Kant2-Nov-01 6:28 
AnswerRe: How to keep time limit in the program? Pin
CMFC6.0VS.NETUser2-Nov-01 6:51
CMFC6.0VS.NETUser2-Nov-01 6:51 
You can get the current time at setup and save it to file or reg and to check if in time limited range get the current time at program runtime substracted by the time in the file. The result should be less than the time limited range. All time will be in the format of the number of millseconds since 1/1/70(i think it 1970) and the results is just in millseconds.

Real World Coding:
     POP& BuyAPop(Money ADollar){...};
GeneralRe: How to keep serial number logic in the program? Pin
Kant2-Nov-01 8:19
Kant2-Nov-01 8:19 
GeneralRe: How to keep serial number logic in the program? Pin
Nish Nishant2-Nov-01 8:23
sitebuilderNish Nishant2-Nov-01 8:23 
GeneralRe: How to keep serial number logic in the program? Pin
Anders Molin3-Nov-01 6:35
professionalAnders Molin3-Nov-01 6:35 
GeneralRe: How to keep serial number logic in the program? Pin
3-Nov-01 11:43
suss3-Nov-01 11:43 
GeneralMaking Sure VC ATL Events are shown in VB Pin
Tim Rymer2-Nov-01 5:59
Tim Rymer2-Nov-01 5:59 
GeneralRe: Making Sure VC ATL Events are shown in VB Pin
Bill Wilson2-Nov-01 14:00
Bill Wilson2-Nov-01 14:00 
GeneralTree Control Pin
Peter Liddle2-Nov-01 5:27
Peter Liddle2-Nov-01 5:27 
GeneralRe: Tree Control Pin
Jon Hulatt2-Nov-01 5:58
Jon Hulatt2-Nov-01 5:58 
GeneralRe: Tree Control Pin
Peter Liddle2-Nov-01 6:15
Peter Liddle2-Nov-01 6:15 
GeneralRedirecting IExplorer Pin
2-Nov-01 5:13
suss2-Nov-01 5:13 
GeneralRe: Redirecting IExplorer Pin
2-Nov-01 6:50
suss2-Nov-01 6:50 
GeneralShow/Hide a toolbar Pin
2sky2-Nov-01 4:58
2sky2-Nov-01 4:58 
GeneralRe: Show/Hide a toolbar Pin
PJ Arends4-Nov-01 17:31
professionalPJ Arends4-Nov-01 17:31 
GeneralException handling ... Pin
Hadi Rezaee2-Nov-01 4:42
Hadi Rezaee2-Nov-01 4:42 
GeneralRe: Exception handling ... Pin
Chris Losinger2-Nov-01 5:23
professionalChris Losinger2-Nov-01 5:23 
GeneralRe: Exception handling ... Pin
Hadi Rezaee2-Nov-01 5:34
Hadi Rezaee2-Nov-01 5:34 
GeneralRe: Exception handling ... Pin
Nish Nishant2-Nov-01 7:33
sitebuilderNish Nishant2-Nov-01 7:33 

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.