I have a small windows.form that I use to present information when the mouse is over a regions on a windows.Form, however it takes the focus from the parent window when it is set to visible. Is there
We have one assembly that is used by the VB6 executable via COM Interop. This assembly uses other .NET assembly (not available for COM). We have defined a .manifest for our VB6 application, so that we
First off, that is not a typo, I want to decrypt using a public key.The purpose for doing this is to challenge a third party to ensure they do, in fact, have the private key that corresponds to the pu
I need a base class with a property where I can derive classes with the same property but different (compatible) types. The base Class can be abstract.
Say I have some constants that depends on one another, and I decided to keep them together in a container instead of keeping it as individual constants in a class.
I have a XML file like this: <students> <student rollNo=\"1\" Name =\"A\" Grade=\"A\"/> <student rollNo=\"2\" Name =\"B\" Grade=\"A\"/>
I have a table of about 450 rows that I would like to display in a graphical list for users to view or modify the line items. The users would be selec开发者_开发问答tion options from comboboxes and se
I am working with asp.net 2.0 project. I have a gridview in one of my forms which contains list of people who are late in payments. Now when I select an item in the grid and hit open it opens a letter
Working on a company using the .Net Framework 2 (vb开发者_JAVA技巧6 and vb.net 2005) and a very rudimentary sourceforge setup, I\'m kindof at a loss when I was tasked to \"...find a suitable Open Sour
I\'m new to Stack Overflow, so forgive me. I\'ve just started transititoning over to C# and I am stuck on a problem.