Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
QuestionString table equivalent in C# Pin
Keshav V. Kamat12-Sep-07 23:42
Keshav V. Kamat12-Sep-07 23:42 
AnswerRe: String table equivalent in C# Pin
Paul Conrad14-Sep-07 19:06
professionalPaul Conrad14-Sep-07 19:06 
QuestionUsing C , C++, VC++ code libraries in C#.net Pin
venkatinaidu12-Sep-07 23:39
venkatinaidu12-Sep-07 23:39 
AnswerRe: Using C , C++, VC++ code libraries in C#.net Pin
Giorgi Dalakishvili12-Sep-07 23:47
mentorGiorgi Dalakishvili12-Sep-07 23:47 
Question.NET dll in asp/vb code Pin
mpavas12-Sep-07 23:32
mpavas12-Sep-07 23:32 
AnswerRe: .NET dll in asp/vb code Pin
Sandeep Akhare12-Sep-07 23:33
Sandeep Akhare12-Sep-07 23:33 
GeneralRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:36
mpavas12-Sep-07 23:36 
GeneralRe: .NET dll in asp/vb code Pin
Sandeep Akhare12-Sep-07 23:42
Sandeep Akhare12-Sep-07 23:42 
GeneralRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:45
mpavas12-Sep-07 23:45 
AnswerRe: .NET dll in asp/vb code Pin
mpavas12-Sep-07 23:33
mpavas12-Sep-07 23:33 
QuestionTHE FAST FUNCTION TO READ / WRITE FILE? Pin
AlexB4712-Sep-07 23:26
AlexB4712-Sep-07 23:26 
AnswerRe: THE FAST FUNCTION TO READ / WRITE FILE? Pin
lmoelleb13-Sep-07 0:15
lmoelleb13-Sep-07 0:15 
Questiontransparent maskededit box? Pin
TheCardinal12-Sep-07 23:25
TheCardinal12-Sep-07 23:25 
QuestionNetron Pin
Mamphekgo Bahula12-Sep-07 22:59
Mamphekgo Bahula12-Sep-07 22:59 
AnswerRe: Netron Pin
Colin Angus Mackay12-Sep-07 23:22
Colin Angus Mackay12-Sep-07 23:22 
AnswerRe: Netron Pin
Pete O'Hanlon13-Sep-07 0:04
mvePete O'Hanlon13-Sep-07 0:04 
GeneralRe: Netron Pin
Mamphekgo Bahula13-Sep-07 0:36
Mamphekgo Bahula13-Sep-07 0:36 
GeneralRe: Netron Pin
Pete O'Hanlon13-Sep-07 4:02
mvePete O'Hanlon13-Sep-07 4:02 
QuestionLogin Pin
LouieV12-Sep-07 22:29
LouieV12-Sep-07 22:29 
AnswerRe: Login Pin
P_Elza12-Sep-07 22:53
P_Elza12-Sep-07 22:53 
GeneralRe: Login Pin
pmarfleet12-Sep-07 23:05
pmarfleet12-Sep-07 23:05 
GeneralRe: Login Pin
Paul Conrad14-Sep-07 19:07
professionalPaul Conrad14-Sep-07 19:07 
GeneralRe: Login Pin
Colin Angus Mackay12-Sep-07 23:31
Colin Angus Mackay12-Sep-07 23:31 
AnswerRe: Login Pin
Pete O'Hanlon12-Sep-07 23:21
mvePete O'Hanlon12-Sep-07 23:21 
The normal way of doing this is to create a form that is called before you create the MainForm. If the user successfully logs in, then you do the Application.Run(new MainForm()) section.

Remember though, that you'll probably want to save the password encrypted, so your login code will need to check the encrypted versions.

Deja View - the feeling that you've seen this post before.

AnswerRe: Login Pin
Paul Conrad14-Sep-07 19:08
professionalPaul Conrad14-Sep-07 19:08 

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.