Click here to Skip to main content
15,904,503 members
Home / Discussions / C#
   

C#

 
GeneralRe: Easy memory optimizations? Pin
Luc Pattyn2-Mar-09 12:29
sitebuilderLuc Pattyn2-Mar-09 12:29 
AnswerRe: Easy memory optimizations? Pin
DaveyM692-Mar-09 12:50
professionalDaveyM692-Mar-09 12:50 
GeneralRe: Easy memory optimizations? [modified] Pin
bbranded2-Mar-09 13:01
bbranded2-Mar-09 13:01 
QuestionRegex Pin
Dromar2-Mar-09 10:54
Dromar2-Mar-09 10:54 
AnswerRe: Regex Pin
Maxim Langman2-Mar-09 11:11
Maxim Langman2-Mar-09 11:11 
AnswerRe: Regex Pin
snorkie2-Mar-09 11:23
professionalsnorkie2-Mar-09 11:23 
GeneralRe: Regex Pin
Dromar2-Mar-09 12:12
Dromar2-Mar-09 12:12 
GeneralRe: Regex Pin
snorkie2-Mar-09 13:23
professionalsnorkie2-Mar-09 13:23 
GeneralRe: Regex Pin
Dromar3-Mar-09 5:37
Dromar3-Mar-09 5:37 
QuestionGetting TableName in Tables of DataSet Pin
Maxim Langman2-Mar-09 10:25
Maxim Langman2-Mar-09 10:25 
AnswerRe: Getting TableName in Tables of DataSet Pin
PIEBALDconsult2-Mar-09 12:52
mvePIEBALDconsult2-Mar-09 12:52 
QuestionRe: Getting TableName in Tables of DataSet [modified] Pin
Maxim Langman2-Mar-09 19:35
Maxim Langman2-Mar-09 19:35 
AnswerRe: Getting TableName in Tables of DataSet Pin
PIEBALDconsult3-Mar-09 3:28
mvePIEBALDconsult3-Mar-09 3:28 
Question2 C# question Pin
E_Gold2-Mar-09 9:59
E_Gold2-Mar-09 9:59 
AnswerRe: 2 C# question Pin
DaveyM692-Mar-09 10:32
professionalDaveyM692-Mar-09 10:32 
1. There are many great articles around on CodeProject and elsewhere. A search here and on google should yeild many results. I also have an article here[^] aimed at beginners to events.
2. .NET applications without some work cannot access network shares etc with good reason. You can do it using impersonation (and spplying valid credentials of a user that has permissions to access the share) or physically altering the .NET runtime security policy on each machine that requires it.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

AnswerRe: 2 C# question Pin
Maxim Langman2-Mar-09 11:02
Maxim Langman2-Mar-09 11:02 
QuestionBitmap.LockBits ! Pin
Mohammad Dayyan2-Mar-09 8:42
Mohammad Dayyan2-Mar-09 8:42 
AnswerRe: Bitmap.LockBits ! Pin
Dave Kreskowiak2-Mar-09 8:51
mveDave Kreskowiak2-Mar-09 8:51 
GeneralRe: Bitmap.LockBits ! Pin
Mohammad Dayyan2-Mar-09 8:59
Mohammad Dayyan2-Mar-09 8:59 
AnswerRe: Bitmap.LockBits ! Pin
knockNrod9-Sep-10 3:08
knockNrod9-Sep-10 3:08 
QuestionRead the formatting from a Word document using C# Pin
Edward Hoad2-Mar-09 8:28
Edward Hoad2-Mar-09 8:28 
QuestionHow to call a method from a running service? Pin
s196675m2-Mar-09 6:48
s196675m2-Mar-09 6:48 
AnswerRe: How to call a method from a running service? Pin
Ravi Bhavnani2-Mar-09 8:10
professionalRavi Bhavnani2-Mar-09 8:10 
GeneralRe: How to call a method from a running service? Pin
s196675m2-Mar-09 9:44
s196675m2-Mar-09 9:44 
GeneralRe: How to call a method from a running service? Pin
Ravi Bhavnani2-Mar-09 9:50
professionalRavi Bhavnani2-Mar-09 9:50 

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.