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 |
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?
which property is used to change to some value to access a identity column in datacontrols?
Which is the global event handler for unhandled exceptions in an ASP.NET applications?
What are the forms of database?
What is datagrid?
where we are using NEW keyword other than create instance Pls Help me? Gopal
What are windows based applications examples?
What is the max size of textbox?
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
what are events?
which Property is used to count no. of items in a combobox?
What is the difference between the add() and insert() methods of a listbox control?