Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I verify existence or create a directory? Pin
David Crow6-Jan-04 9:01
David Crow6-Jan-04 9:01 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf6-Jan-04 13:24
Randwulf6-Jan-04 13:24 
GeneralRe: How do I verify existence or create a directory? Pin
David Crow7-Jan-04 2:28
David Crow7-Jan-04 2:28 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf7-Jan-04 6:13
Randwulf7-Jan-04 6:13 
GeneralRe: How do I verify existence or create a directory? Pin
David Crow7-Jan-04 6:48
David Crow7-Jan-04 6:48 
GeneralRe: How do I verify existence or create a directory? Pin
Randwulf7-Jan-04 7:07
Randwulf7-Jan-04 7:07 
AnswerRe: How do I verify existence or create a directory? Pin
mryazdani6-Jan-04 9:30
mryazdani6-Jan-04 9:30 
QuestionHow to resolve email address to IP address? Pin
Anonymous6-Jan-04 8:09
Anonymous6-Jan-04 8:09 
AnswerRe: How to resolve email address to IP address? Pin
Maximilien6-Jan-04 8:25
Maximilien6-Jan-04 8:25 
QuestionHow to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 7:03
Cyrus Dang6-Jan-04 7:03 
AnswerRe: How to obtain physical disk information in Win98? Pin
David Crow6-Jan-04 9:09
David Crow6-Jan-04 9:09 
GeneralRe: How to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 9:16
Cyrus Dang6-Jan-04 9:16 
GeneralRe: How to obtain physical disk information in Win98? Pin
David Crow6-Jan-04 9:20
David Crow6-Jan-04 9:20 
GeneralRe: How to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 9:31
Cyrus Dang6-Jan-04 9:31 
GeneralRe: How to obtain physical disk information in Win98? Pin
David Crow6-Jan-04 9:37
David Crow6-Jan-04 9:37 
GeneralRe: How to obtain physical disk information in Win98? Pin
Cyrus Dang6-Jan-04 13:14
Cyrus Dang6-Jan-04 13:14 
GeneralRe: How to obtain physical disk information in Win98? Pin
David Crow7-Jan-04 2:21
David Crow7-Jan-04 2:21 
GeneralRe: How to obtain physical disk information in Win98? Pin
Cyrus Dang7-Jan-04 3:48
Cyrus Dang7-Jan-04 3:48 
GeneralDevice Driver Pin
Prakash Nadar6-Jan-04 6:01
Prakash Nadar6-Jan-04 6:01 
GeneralRe: Device Driver Pin
abc8766-Jan-04 10:31
abc8766-Jan-04 10:31 
GeneralRe: Device Driver Pin
Prakash Nadar6-Jan-04 16:11
Prakash Nadar6-Jan-04 16:11 
Generalwindows login Pin
achip6-Jan-04 5:44
achip6-Jan-04 5:44 
GeneralRe: windows login Pin
David Crow6-Jan-04 5:55
David Crow6-Jan-04 5:55 
GeneralRe: windows login Pin
achip7-Jan-04 5:25
achip7-Jan-04 5:25 
GeneralRe: windows login Pin
David Crow7-Jan-04 5:34
David Crow7-Jan-04 5:34 
achip wrote:
then how u will set the default user name as Guest.

Without creating your own MSGINA.DLL, I know of no way to automatically plug "Default" into the login box.

achip wrote:
...i dont know how to do it.

Start here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/msgina_dll_features.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/winlogon_and_gina.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/loading_and_running_a_gina_dll.asp

achip wrote:
what i mean is if the user is Administrator it has to dirrectly goes to desktop.

This happens by default. Some windows, such as Windows Explorer and Control Panel, might open back up if they were open when Administrator last logged off.

achip wrote:
for all other user, after windows login dirrectly my applicaton has to run. No access to desktop.

Then put your application in the Startup group, or the Run key (not in the HKLM hive) in the registry.


A rich person is not the one who has the most, but the one that needs the least.

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.