Click here to Skip to main content
15,881,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: single sogn on using active directory Pin
Eddy Vluggen26-Jul-13 23:11
professionalEddy Vluggen26-Jul-13 23:11 
GeneralRe: single sogn on using active directory Pin
mrcbitting30-Jul-13 3:58
mrcbitting30-Jul-13 3:58 
QuestionOpening a file from the installation directory Pin
Matthew Menard24-Jul-13 10:18
Matthew Menard24-Jul-13 10:18 
AnswerRe: Opening a file from the installation directory Pin
NickPace24-Jul-13 10:41
NickPace24-Jul-13 10:41 
GeneralRe: Opening a file from the installation directory Pin
Matthew Menard25-Jul-13 2:06
Matthew Menard25-Jul-13 2:06 
AnswerRe: Opening a file from the installation directory Pin
Ron Beyer24-Jul-13 10:42
professionalRon Beyer24-Jul-13 10:42 
GeneralRe: Opening a file from the installation directory Pin
Matthew Menard25-Jul-13 2:04
Matthew Menard25-Jul-13 2:04 
Questionhigh memory use small C# program Pin
Dekkie24-Jul-13 8:05
Dekkie24-Jul-13 8:05 
Hello,
I wrote a small program that deletes files from a PC.
When I run it uses 3 gb or sometimes more than that.
I cannot find the reason of this.
Any ideas are welkcome.

In the program I use nested
foreach (string mDirectories in Directory.GetDirectories(i)
foreach (string mBestand in Directory.GetDirectories(mBestanden + mLocalie)
and iseems that this is the problem. Will try to solve this another way.

modified 25-Jul-13 5:55am.

QuestionRe: high memory use small C# program Pin
Ron Beyer24-Jul-13 8:14
professionalRon Beyer24-Jul-13 8:14 
AnswerRe: high memory use small C# program Pin
Dekkie24-Jul-13 23:40
Dekkie24-Jul-13 23:40 
GeneralRe: high memory use small C# program Pin
Ron Beyer25-Jul-13 2:29
professionalRon Beyer25-Jul-13 2:29 
QuestionRe: high memory use small C# program Pin
Richard MacCutchan24-Jul-13 21:29
mveRichard MacCutchan24-Jul-13 21:29 
AnswerRe: high memory use small C# program Pin
Simon_Whale25-Jul-13 0:49
Simon_Whale25-Jul-13 0:49 
QuestionHow to convert CAD to SVG and png to svg images Pin
Sudarshan Karande24-Jul-13 2:56
Sudarshan Karande24-Jul-13 2:56 
AnswerRe: How to convert CAD to SVG and png to svg images Pin
Code-Hunt24-Jul-13 3:15
Code-Hunt24-Jul-13 3:15 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Sudarshan Karande24-Jul-13 3:21
Sudarshan Karande24-Jul-13 3:21 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Code-Hunt24-Jul-13 3:28
Code-Hunt24-Jul-13 3:28 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Sudarshan Karande24-Jul-13 3:31
Sudarshan Karande24-Jul-13 3:31 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Code-Hunt24-Jul-13 3:36
Code-Hunt24-Jul-13 3:36 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Sudarshan Karande24-Jul-13 4:13
Sudarshan Karande24-Jul-13 4:13 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
harold aptroot26-Jul-13 0:30
harold aptroot26-Jul-13 0:30 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Sudarshan Karande26-Jul-13 0:33
Sudarshan Karande26-Jul-13 0:33 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
harold aptroot26-Jul-13 0:36
harold aptroot26-Jul-13 0:36 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
Sudarshan Karande26-Jul-13 0:37
Sudarshan Karande26-Jul-13 0:37 
GeneralRe: How to convert CAD to SVG and png to svg images Pin
harold aptroot26-Jul-13 0:41
harold aptroot26-Jul-13 0:41 

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.