Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements

6 Posted Topics

Member Avatar for VinayRok

Hi dnanetwork, First of all great job, may God give health to your hands as those hands rescued me also by writing this thread! :) Here is your code's updated version which erases backcolor of the row selected before... [CODE]var eskirowid; function EskiRowIdTut(id) { eskirowid = id; } var sayac …

Member Avatar for symeramon
0
2K
Member Avatar for symeramon

Hi there all, I am trying to get data from a sql view and bound it into the datagridview, after that, I add 4 more colums into the datagridview which are editable, finally pass the entered data into a new database and call that data in the future in the …

Member Avatar for symeramon
0
231
Member Avatar for kapojian

Try that one... You'll need to check which one is Mdi or not... [CODE]Form m; if (Exists("xxx", out m)) { m.Activate(); } else { m = new xxx(); m.Name = "xxx"; m.MdiParent = this.MdiParent; //this.MdiParent.mdiparent.mdiparent bla bla m.Show(); } } public bool Exists(string name, out Form found) { foreach (Form …

Member Avatar for symeramon
0
555
Member Avatar for symeramon
Member Avatar for lianpiau

Hi Lianpiau, By hoping you'll solve your problem as soon as possible, do you know how to merge cells in runtime in datagridview?? :)

Member Avatar for Mitja Bonca
0
858
Member Avatar for symeramon

Hi there all, First of all, I need to say that I'm so happy to join you... Second, I have a problem... First I created a form page with a constructor that fills the listbox in it... As you can imagine all stuff begins after filling it... However, a friend …

Member Avatar for symeramon
0
210

The End.