- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
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 …
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 …
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 …
As written in the title, I need your precious helps... urgently... :(
Hi Lianpiau, By hoping you'll solve your problem as soon as possible, do you know how to merge cells in runtime in datagridview?? :)
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 …
The End.
symeramon