Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between pixels, points, and em’s when fonts are displayed?
How many navigational features are provided by visual studio.net ide?
how print barcode
What are window based applications?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
What is difference between winforms and windows forms?
Name the class to be inherited for creating a custom control.
Which window displays messages for the status of various features provided in the visual studio .net ide?
What are the advantages of form?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Name the template that is used to create a user-defined component.
Are windows forms still used?
What are window applications?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?