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

C#

 
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 
QuestionLive Video Transmission Pin
DeepOceans12-Sep-07 22:17
DeepOceans12-Sep-07 22:17 
QuestionChanging the screen resolution Pin
pokabot12-Sep-07 22:08
pokabot12-Sep-07 22:08 
AnswerRe: Changing the screen resolution Pin
Giorgi Dalakishvili12-Sep-07 22:37
mentorGiorgi Dalakishvili12-Sep-07 22:37 
QuestionInserting Multiple Rows in a dataset to Database Pin
meeram39512-Sep-07 21:51
meeram39512-Sep-07 21:51 
AnswerRe: Inserting Multiple Rows in a dataset to Database Pin
Giorgi Dalakishvili12-Sep-07 22:35
mentorGiorgi Dalakishvili12-Sep-07 22:35 
GeneralRe: Inserting Multiple Rows in a dataset to Database Pin
meeram39513-Sep-07 1:23
meeram39513-Sep-07 1:23 

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.