three questions that i need to ask.
1) i developed connection between database and Forms of c#. entries are successful.i databse i have two columns, "Date/time" and "Cash". the format of date is like "1/11/2000". Suppose i have record of 1 year. what query should i use if i complete record of 1 month say deember.
2) when i move from Form1 to Form2,and i need Form1 to be closed, what should i do. i made an object of Form1 obj and did this, "obj.Close();" and "obj.Hide();" but of no use. On doing "obj.Close();",the while application stops.i just need Form1 to be closed. What shold i do?
3) After developing a project, how to make its .exe file.
i'll be very grateful for any help.