Click here to Skip to main content
16,008,010 members

Comments by Medin Smaili (Top 10 by date)

Medin Smaili 18-Jan-16 15:33pm View    
Okay, I have three rows with the check box selection:
First Row: chkbx1, chkbx2, chkbx3
Second Row: chkbx1, chkbx2
Third Row: chkbx1, chkbx2
in this three rows in each row should be selected one check box so I need those check box state to be saved in saveFileDialog
Medin Smaili 18-Jan-16 15:28pm View    
I wanna update the program as well, but later of course adding the web based app, database and fixing all bugs that I have currently, to be paid fully. hope you understand why I added external files :)
Medin Smaili 18-Jan-16 15:24pm View    
can you send me a demo link please cause i'm still begginer
Medin Smaili 18-Jan-16 15:23pm View    
problem is that i am saving in external file localy
Medin Smaili 11-Nov-15 16:41pm View    
exactly, I want my data to be separated in new lines inside text file but after that I must open them in text boxes with those data I inserted before saving e.g. textBox1 = 1; textBox2 = 2; etc, but not show in textBox1 = 123456789;