HOW TO NET FORMS THE WINDOWS
Answer / chithra
Windows Forms: is the name given to the graphical
application programming interface (API) included as a part
of Microsoft .NET Framework, providing access to native
Microsoft Windows interface elements by wrapping the extant
Windows API in managed code.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the extension of the windows installer file?
Explain the difference between listindex and tab index?
How is anchoring different from docking?
What is dynamic linking?
Are windows forms still used?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
What are different authentication types. How do you retrieve user id in case of windows authentication?
Which property of the progressbar control specifies the amount to increment the current value of the control?
how can u split a column header in gridview using C#.net
What is boxing and how it is done internally?
What are the advantages of form?