Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for nikiki

So i am making a registration program for conferences and when the user registers for a conference or workshop they have the option to print a schedule of what they have signed up for but i cant figure out how to sort the conference or workshop text files by the …

Member Avatar for Jack_11
0
203
Member Avatar for nikiki

so i have created a log in app which is for registering for a conference, i need the userId and userPassword from the login form to the conference form the choose this is what i have if you need further info let me know this is for the login form …

Member Avatar for cgeier
0
251
Member Avatar for nikiki

What im and trying to do is take the first four letters of a last name and the first letter in the first name which are in a textbox to use for a user name that im trying to generate but how do i go about doing this is very …

Member Avatar for Momerath
0
181
Member Avatar for nikiki

namespace Project { public partial class Chapter_Login : Form { public Chapter_Login() { InitializeComponent(); } private void btnLogin_Click(object sender, EventArgs e) { StreamReader Chapter = new StreamReader("Chapters.txt"); Chapter.ReadLine(); string[] lines = System.IO.File.ReadAllLines("Chapters.txt"); for(int i =0; i < lines.Length-1;i++) { foreach (string line in lines) { int ID = line.IndexOf("-"); int …

Member Avatar for ddanbe
0
288
Member Avatar for nikiki
Member Avatar for PerplexedB
0
191