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
~438 People Reached
Favorite Forums
Member Avatar for Xinnie

I'm working on a project tracker/planner program. I have a DataGridView, works properly brings the all the datas from access. Inside, I have project_id project_name ..... start_date and so on. Now what I simply want to do is, for example when I double-click on the project_name I want it to …

Member Avatar for arun1123
-1
156
Member Avatar for Xinnie

[CODE] OleDbCommand saveCmd = new OleDbCommand("INSERT INTO rapor (Proje_Adi, Proje_Tanimi, Proje_Sorumlusu, Kim_Verdi, Toplam_Sure, Sure_AsildiMi, Asilma_Sebepleri, Notlar, Baslangic_Tarihi, Bitis_Tarihi) VALUES ('" + adbox.Text + "','" + tanimbox.Text + "','" + comboBox1.Text + "','" + kimbox.Text + "','" + surebox.Text + "','" + checkBox1.Text + "','" + sebepbox.Text + "','" + notbox.Text …

Member Avatar for Xinnie
0
107
Member Avatar for Xinnie

I am writing a project planner/tracker program and it's my first attempt to write a program on my own. It's almost done but my forms aren't really cool. I'm not any experienced so I can't be mega creative. Do you know any sites/tutorials that might help me develop my design, …

Member Avatar for Xinnie
0
100
Member Avatar for Xinnie

Hello, what I want to ask is, (with c#) how is it possible to write the command for such a problem: I have this form, and on doubleclick it opens a query and i have written the codes for preventing it to pop a window again if its already open …

Member Avatar for finito
0
75