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
2184i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
1900How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
2420How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?
1 3797Which C# access modifier helps to limit the accessibility of a class member within the same assembly?
1 4062Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?
1 3889Post New Dot Net WindowsForms Questions
Name the property which is used to lock a textbox to enter data?
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?
Where to use new keyword other than create instance?
What are windows based applications?
Are windows forms still used?
What is formdata?
What is difference between winforms and windows forms?
How to get records from a database?
What is a windows forms application?
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?
How do you apply specific formatting to the data inside the cells?
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 form description?
Explain the difference between listindex and tab index?
What is a windows form application?