Click here to Skip to main content
15,912,329 members

Comments by aliprogrammer (Top 12 by date)

aliprogrammer 18-Nov-12 15:43pm View    
I don't want to create column in database. I want to create column in C#. How can I do that?
aliprogrammer 1-Jun-12 17:52pm View    
What should I do?
aliprogrammer 1-Jun-12 17:46pm View    
These codes will set the windows calculator into a windows form application. But the question is how to use the NativeMethods.SetParent in the third line. Does it have special namespace?

System.Diagnostics.Process p = System.Diagnostics.Process.Start("calc.exe");
p.WaitForInputIdle();
NativeMethods.SetParent(p.MainWindowHandle, this.Handle);

Please help me to use NativeMethods in the third line.
aliprogrammer 8-May-12 11:06am View    
what are customerNameTextBox and column_TextChanged?
aliprogrammer 6-May-12 16:31pm View    
how to show the result in a new row under the intention column?