Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - Channel already registered Pin
Judah Gabriel Himango9-Feb-05 10:16
sponsorJudah Gabriel Himango9-Feb-05 10:16 
GeneralRe: C# - Channel already registered Pin
deceptionuk9-Feb-05 10:26
deceptionuk9-Feb-05 10:26 
GeneralRe: C# - Channel already registered Pin
Judah Gabriel Himango9-Feb-05 10:57
sponsorJudah Gabriel Himango9-Feb-05 10:57 
GeneralRe: C# - Channel already registered Pin
Scott Serl9-Feb-05 12:22
Scott Serl9-Feb-05 12:22 
Generalstrings Pin
John L. DeVito9-Feb-05 9:01
professionalJohn L. DeVito9-Feb-05 9:01 
GeneralRe: strings Pin
chunyu.net9-Feb-05 9:07
chunyu.net9-Feb-05 9:07 
GeneralRe: strings Pin
S. Senthil Kumar9-Feb-05 9:10
S. Senthil Kumar9-Feb-05 9:10 
GeneralRe: strings Pin
Christian Graus9-Feb-05 9:33
protectorChristian Graus9-Feb-05 9:33 
GeneralRe: strings Pin
Jon Sagara9-Feb-05 10:41
Jon Sagara9-Feb-05 10:41 
GeneralRe: strings Pin
John L. DeVito9-Feb-05 10:47
professionalJohn L. DeVito9-Feb-05 10:47 
GeneralRe: strings Pin
MoustafaS9-Feb-05 12:18
MoustafaS9-Feb-05 12:18 
GeneralRe: strings Pin
Dave Kreskowiak9-Feb-05 17:04
mveDave Kreskowiak9-Feb-05 17:04 
GeneralSystem.Diagnostics.Process memory issue Pin
chunyu.net9-Feb-05 7:11
chunyu.net9-Feb-05 7:11 
GeneralRe: System.Diagnostics.Process memory issue Pin
S. Senthil Kumar9-Feb-05 8:41
S. Senthil Kumar9-Feb-05 8:41 
GeneralRe: System.Diagnostics.Process memory issue Pin
chunyu.net9-Feb-05 9:06
chunyu.net9-Feb-05 9:06 
Generalpassing char[] from c++ to c# in a web method from a lecacy c++ dll Pin
pleoncini9-Feb-05 5:49
pleoncini9-Feb-05 5:49 
GeneralListBox.TopIndex... Pin
cromag9-Feb-05 5:09
cromag9-Feb-05 5:09 
GeneralRe: ListBox.TopIndex... Pin
cromag9-Feb-05 5:17
cromag9-Feb-05 5:17 
GeneralReading Outlook Attachments using MAPI33 wrapper dll using C# Pin
keshavcn9-Feb-05 4:08
keshavcn9-Feb-05 4:08 
General.NET remoting error Pin
Member 16488299-Feb-05 3:49
Member 16488299-Feb-05 3:49 
GeneralRe: .NET remoting error Pin
S. Senthil Kumar9-Feb-05 8:43
S. Senthil Kumar9-Feb-05 8:43 
GeneralLogon User Pin
sharathgowda9-Feb-05 0:50
sharathgowda9-Feb-05 0:50 
GeneralRe: Logon User Pin
Mike Dimmick9-Feb-05 2:30
Mike Dimmick9-Feb-05 2:30 
GeneralRe: Logon User Pin
sharathgowda9-Feb-05 18:46
sharathgowda9-Feb-05 18:46 
Thanks Mike,

This is the first time I am working on the windows security can you please let me where to set the SE_TCB_NAME and SE_CHANGE_NOTIFY_NAME privalage.

I need the User name, Password and the Domian name to provide it for a windows services developed by me. I am using "this accont" option in the properties dialog of the service manager as I have to access few protected resource on the system.

While installing the service in the for the first time I need to give these deatils. So I have UI which will query for the User name and the password then I would want to validate the user name and password before mounting and starting the service.

My initial idea was to use logon user function, if it succeeds then the credential entered are correct and I can continue to start the service.

Is there any other alternate method of doing this. Please help me

thanks and regards
Sharath

GeneralRe: Logon User Pin
Heath Stewart11-Feb-05 7:05
protectorHeath Stewart11-Feb-05 7:05 

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.