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
Ranked #3K
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Chellam2

I've been away from my C# programming course now for months and am very rusty to say the least. My assignment calls for the creation of a MDI text editor project. I am currently having trouble in coding such that the child form containing a rich text box is recognized …

Member Avatar for samson_zed
0
244
Member Avatar for gogs85
Member Avatar for NOVICE3

I am still struggling with my first program in C#. I need to first select a file from a directory, second, open the file, and third load an array with the contents of the file. This array will later be used to send bytes to an external device (a test …

Member Avatar for NOVICE3
0
397
Member Avatar for davieJohnson

I have 2 projects that I have been working on for a while. I want to open a form that is part of project 2 when I click a button on a form in project 1. I have no doubt that that this is possible but I don't know how, …

Member Avatar for davieJohnson
0
199
Member Avatar for Chellam2

A practice exercise requires the creation of a text file with 4 lines of info for cars, VIN, model, manufacturer, and year repeated over and over for different vehicles. This I do with StreamWriter and have a simple multiline text file as follows: 111111 Echo Toyota 2005 222222 Accord Honda …

Member Avatar for jonsca
0
218
Member Avatar for Kath_Fish

hey...i got a problem.. Now i do the read text file line by line. I am using the ReadLine Function to do that. But It cannot show all the output. It always show the last one content in text file. It cannot show the previous content in text file to …

Member Avatar for jonsca
0
91
Member Avatar for Chellam2

I joined this forum a few days ago and thought I should introduce myself. I'm a student of the VS C# (2008) programming language and new to programming in general. At 57 years of age I'm finding the initial learning curve rather steep especially since I'm doing my studies via …

Member Avatar for debasisdas
0
49
Member Avatar for neptunethought

Hi , I am facing with a bizzare situation here .The problem is when I write my own program , I can debug it .But when there are two or more programmers and if I am one of them , I cant program or debug the program .I feel scared …

Member Avatar for Chellam2
0
143
Member Avatar for Chellam2

Greetings to all, Wondering if someone can help me with a basic VS C# problem? Help much appreciated. I can read my plain text file into an array and display one line at a time on the console with this code. int indexInt = 0; string fileString = ""; string[] …

Member Avatar for Mitja Bonca
0
347