Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~183 People Reached
Favorite Forums
Member Avatar for fastfingers

I am having some trouble figuring out exactly how to do this, here is an example, [code]public static String[] myArray = new String[40]; private void tbSomeInfo_TextChanged(object sender, EventArgs e) { StepNumber1 sn1 = new StepNumber1(); sn1.DoSomething(ref myArray); } public class StepNumber1 { public void DoSomething(ref myArray) { int start = …

Member Avatar for kvprajapati
0
93
Member Avatar for fastfingers

Hello all, having a problem with an auto save function. [CODE]System.IO.File.WriteAllLines(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), Form1.myList.ToArray());[/CODE] basically it keeps telling me i dont have permissions, i even tried running my software with admin rights. I do have a couple of questions, 1: I have not specified a text title, and System.IO.File.WriteAllLines does not let …

Member Avatar for fastfingers
0
90