Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSize and Position Pin
Zak_4-Jul-03 12:33
Zak_4-Jul-03 12:33 
GeneralRe: Size and Position Pin
Michael Dunn4-Jul-03 13:09
sitebuilderMichael Dunn4-Jul-03 13:09 
Generaldealing with bi-directional association Pin
RK_20004-Jul-03 12:18
RK_20004-Jul-03 12:18 
QuestionIs it possible to manually resize a statusbar? Pin
clintsinger4-Jul-03 11:31
clintsinger4-Jul-03 11:31 
AnswerRe: Is it possible to manually resize a statusbar? Pin
Ryan Binns4-Jul-03 15:27
Ryan Binns4-Jul-03 15:27 
QuestionSetting GetAsyncKeyState() output? Pin
S O S4-Jul-03 11:09
S O S4-Jul-03 11:09 
QuestionSome tips for my first real application in VC++ ?? Pin
konac4-Jul-03 10:42
konac4-Jul-03 10:42 
AnswerRe: Some tips for my first real application in VC++ ?? Pin
Toni784-Jul-03 11:53
Toni784-Jul-03 11:53 
konac wrote:
Is this easy to implement using C++ ?

Since you are experienced in programing this should be fairly easy for you, except the part where you would want this program to run as a service. Do you have any experience in that?

konac wrote:
The software should be able to run in all Windows versions.
That depends on what you're trying to build and what kind of functions you will be calling. In general most programs will run in all Windows versions but you should always check the functions that you are using. They always tell you the platforms where they can run. Also from my experience in using ADO 2.7, I found out that I can't install MDAC 2.7 in windows 95.

konac wrote:
Every time windows starts up, the program should check if the number of days initially configured has not already passed.

You could check out this article [^].


konac wrote:
If the time has expired, the program should ask for a password..
This is not difficult either. You have to encrypt your password and store it in a safe location. Make sure it's a one way encryption and don't provide any decrytion methods in your source code. When the user enters the password, encrypt it, and then compare it against the encrypted stored password. You should be able to find many encryption libraries in the web.

konac wrote:
Windows access should be blocked
I really have no advice on this topic because I am so against blocking the user from logging in just because your program decides to do so. Let Windows handle that. No offense.Smile | :)



// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
GeneralRe: Some tips for my first real application in VC++ ?? Pin
conac8-Jul-03 1:09
conac8-Jul-03 1:09 
QuestionWH_CALLWNDPROC global hook not receiving messages? Pin
S O S4-Jul-03 9:57
S O S4-Jul-03 9:57 
QuestionMulti colored text in CEdit box? Pin
Sorcia4-Jul-03 9:10
Sorcia4-Jul-03 9:10 
AnswerRe: Multi colored text in CEdit box? Pin
Maximilien4-Jul-03 9:20
Maximilien4-Jul-03 9:20 
GeneralRe: Multi colored text in CEdit box? Pin
adamUK4-Jul-03 9:25
adamUK4-Jul-03 9:25 
GeneralRe: Multi colored text in CEdit box? Pin
Maximilien4-Jul-03 9:47
Maximilien4-Jul-03 9:47 
AnswerRe: Multi colored text in CEdit box? Pin
adamUK4-Jul-03 9:24
adamUK4-Jul-03 9:24 
GeneralRe: Multi colored text in CEdit box? Pin
Sorcia4-Jul-03 10:58
Sorcia4-Jul-03 10:58 
Generalvc++ programming Pin
Member 3451564-Jul-03 8:40
Member 3451564-Jul-03 8:40 
QuestionHow to make a taller statusbar? Pin
clintsinger4-Jul-03 8:30
clintsinger4-Jul-03 8:30 
GeneralCSplitter and changing views. Pin
adamUK4-Jul-03 7:42
adamUK4-Jul-03 7:42 
GeneralRe: CSplitter and changing views. Pin
Ryan Binns4-Jul-03 15:33
Ryan Binns4-Jul-03 15:33 
GeneralRe: CSplitter and changing views. Pin
adamUK4-Jul-03 23:09
adamUK4-Jul-03 23:09 
QuestionWhere did my classes go? Pin
DaveE9th4-Jul-03 6:45
DaveE9th4-Jul-03 6:45 
AnswerRe: Where did my classes go? Pin
David Crow4-Jul-03 13:43
David Crow4-Jul-03 13:43 
GeneralRe: Where did my classes go? Pin
DaveE9th4-Jul-03 20:31
DaveE9th4-Jul-03 20:31 
GeneralRe: Where did my classes go? Pin
David Crow7-Jul-03 3:21
David Crow7-Jul-03 3:21 

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.