⟩ How do you trigger the Paint event in System.Drawing?
Invalidate the current form, the OS will take care of repainting. The Update method forces the repaint.
Invalidate the current form, the OS will take care of repainting. The Update method forces the repaint.
Write a program to create login form?
How to split a column header in gridview using C#.net?
Explain HOW TO NET FORMS THE WINDOWS?
How to create a set up in vb.net for desktop application please say steps with examples?
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?