⟩ Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically?
By using System.Drawing.SystemIcons class, for example System.Drawing.SystemIcons.Warning produces an Icon with a warning sign in it.
By using System.Drawing.SystemIcons class, for example System.Drawing.SystemIcons.Warning produces an Icon with a warning sign in it.
Explain How to add resources during runtime?
Explain something about crystal report in brief?
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?
Suppose 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?
What is MFC?
What is Marshalling?
Explain MFC?
How to create Virtual Root in IIS?
Explain Difference between Dim Object as object AND dim obj as myform?
How to create Drop Down Combos in HTML? select Tag?