what is acomponent in windows applications?
Answers were Sorted based on User's Feedback
Answer / guest
Component is a reusable software code. Every component
contains a set of properties and events.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vishnu
Components are do not appear at runtime. it only appear in
design time. just we are use its events & properties during
runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
which property is used to change to some value to access a identity column in datacontrols?
What is the use of OLE?
What is form and meaning?
Explain something about crystal report in brief?
Which of the following position is the default docking position of the statusstrip control on the form?
How many types of dialog boxes windows provides?
How is anchoring different from docking?
how barcode print on the win form
What are the three states set in a checkstate property?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What is dynamic linking?
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me