Click here to Skip to main content
15,909,737 members
Home / Discussions / C#
   

C#

 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
DaveyM698-Jul-10 21:17
professionalDaveyM698-Jul-10 21:17 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
Luc Pattyn8-Jul-10 23:39
sitebuilderLuc Pattyn8-Jul-10 23:39 
AnswerRe: Howto: get a textbox to display bytes as 0's and 1's.. ? Pin
Shaareable9-Jul-10 0:31
Shaareable9-Jul-10 0:31 
QuestionHELP! Windows Services Pin
Charlie Curtis8-Jul-10 6:52
Charlie Curtis8-Jul-10 6:52 
AnswerRe: HELP! Windows Services Pin
Abhinav S8-Jul-10 7:02
Abhinav S8-Jul-10 7:02 
GeneralRe: HELP! Windows Services Pin
Charlie Curtis8-Jul-10 7:22
Charlie Curtis8-Jul-10 7:22 
GeneralRe: HELP! Windows Services PinPopular
Keith Barrow8-Jul-10 7:57
professionalKeith Barrow8-Jul-10 7:57 
AnswerRe: HELP! Windows Services Pin
Dave Kreskowiak8-Jul-10 7:06
mveDave Kreskowiak8-Jul-10 7:06 
If you're going to use non-local resources, i.e.: Network Share, from your service, you service has to run under a different account. The LocalSystem account used by default does not have any permissions to any network resources. The fix is to setup a user account that has the appropriate permissions to the network resources it needs and change the service in the Service Manager to logon using that account.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: HELP! Windows Services Pin
Charlie Curtis8-Jul-10 7:23
Charlie Curtis8-Jul-10 7:23 
AnswerRe: HELP! Windows Services Pin
PIEBALDconsult8-Jul-10 8:12
mvePIEBALDconsult8-Jul-10 8:12 
GeneralRe: HELP! Windows Services Pin
OriginalGriff8-Jul-10 9:07
mveOriginalGriff8-Jul-10 9:07 
GeneralRe: HELP! Windows Services Pin
Luc Pattyn8-Jul-10 10:12
sitebuilderLuc Pattyn8-Jul-10 10:12 
GeneralRe: HELP! Windows Services Pin
PIEBALDconsult8-Jul-10 13:41
mvePIEBALDconsult8-Jul-10 13:41 
GeneralRe: HELP! Windows Services Pin
Luc Pattyn8-Jul-10 14:17
sitebuilderLuc Pattyn8-Jul-10 14:17 
GeneralRe: HELP! Windows Services Pin
Dave Kreskowiak8-Jul-10 14:52
mveDave Kreskowiak8-Jul-10 14:52 
GeneralRe: HELP! Windows Services Pin
Luc Pattyn8-Jul-10 15:01
sitebuilderLuc Pattyn8-Jul-10 15:01 
GeneralRe: HELP! Windows Services Pin
Roger Wright8-Jul-10 16:43
professionalRoger Wright8-Jul-10 16:43 
GeneralRe: HELP! Windows Services Pin
Luc Pattyn8-Jul-10 23:09
sitebuilderLuc Pattyn8-Jul-10 23:09 
Questionpolymorphism Pin
netJP12L8-Jul-10 5:27
netJP12L8-Jul-10 5:27 
AnswerRe: polymorphism Pin
Abhinav S8-Jul-10 5:37
Abhinav S8-Jul-10 5:37 
GeneralRe: polymorphism Pin
netJP12L8-Jul-10 5:49
netJP12L8-Jul-10 5:49 
GeneralRe: polymorphism Pin
Ennis Ray Lynch, Jr.8-Jul-10 6:02
Ennis Ray Lynch, Jr.8-Jul-10 6:02 
AnswerRe: polymorphism Pin
Keith Barrow8-Jul-10 6:30
professionalKeith Barrow8-Jul-10 6:30 
GeneralRe: polymorphism Pin
netJP12L8-Jul-10 6:36
netJP12L8-Jul-10 6:36 
GeneralRe: polymorphism Pin
Keith Barrow8-Jul-10 7:44
professionalKeith Barrow8-Jul-10 7:44 

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.