| Thread | Last Post | Replies |
|
| shared assemblies | 22 Aug 2006 21:18 GMT | 2 |
In directory c:\window\assembly(GAC) can you find a lot of global assembly names which is called shared assemblies. If I for example use ILDASM on a file called Accessibility which is a dll
|
| Printer PageSetupDialog PageSettings not being initialized for Adobe PDF? | 22 Aug 2006 21:03 GMT | 1 |
My C# app. apparently has problems with PageSettings not being initialized properly after calling PageSetupDialog. If a user selects a non-default printer from PageSetupDialog, the PageSize is apparently not-initialized properly. It appears to be printing to a very small
|
| drag and drop graph in .NET? | 22 Aug 2006 21:00 GMT | 1 |
My current project requires drag and drop graph: for example, I have a line graph, I need to drag a certain point of the line and change its curve. (it is straight line so it will change in zig-zag way). is there any mouse interaction function in .NET?
|
| C# using VC++ Classes | 22 Aug 2006 20:51 GMT | 5 |
a simple question i think. I have some old projects written in C++ (VS6). I want to class and objects from this projects ( I have sources natually) in a C# application (win). Is it possible? How can i do? Regards,
|
| DataGrid Scrollbars | 22 Aug 2006 20:50 GMT | 1 |
I'm seeing a strange problem with a Windows.Forms.DataGrid in my application. When I bind it to a table in a DataSet, everything works fine. But when I bind it to a DataView, the scrollbars on the grid are disabled and only become enabled when the user either clicks a column
|
| when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they? | 22 Aug 2006 20:41 GMT | 1 |
when my C# service impersonates a secondary account does the secondary account need any special permissions? what are they?
|
| Get File Type Description | 22 Aug 2006 20:40 GMT | 1 |
Is there a way to get the Window's file type description:
>> Extension >> Description ... ".doc" "Microsoft Word Document"
|
| Edit structure members when a property | 22 Aug 2006 20:09 GMT | 1 |
Hi, I was wondering why I couldn't assign values to a rectangles member when the rectangle is a property of a class ie. // This works ok as expected. Rectangle r = new Rectangle(10, 10, 10, 10);
|
| c# Interface question - noob | 22 Aug 2006 20:07 GMT | 6 |
I found the below example online, while trying to under Interfaces. In layman's terms, can somebody explain what the purpose of this line is: void SportCharacteristics(); //LOCATED IN THE Iball interface.
|
| basic question from total newbie.... | 22 Aug 2006 19:53 GMT | 2 |
Thanks in advance for reading this. I'm very new to c# development. In my webforms application (standard .aspx page), I have added an HTML "File Field" control. This seems to do exactly what I need (let user browse for a document on their local machine for upload).
|
| MySQL and the GetSchema method | 22 Aug 2006 19:42 GMT | 1 |
Thanks for your time. I've been trying to get a list of databases available on a mySQL server (local) using the OdbcConnection.GetSchema() function. Thus far I have only been able to get "views". Can anyone help me out?
|
| What namespace for HtmlDocument | 22 Aug 2006 18:19 GMT | 3 |
using system is not enough Thanks Jack
|
| asp:menu problem | 22 Aug 2006 18:06 GMT | 1 |
hi, i have an asp menu with items that are longer than the text (if you understand) so if the brackets are the it and the text inside is the text it would look like this: [ Item Text ]
|
| problem implementing IList and ICollection | 22 Aug 2006 17:37 GMT | 1 |
I've got a MyList class that implements the IList<string> interface. I can do all the IList-specific methods, but when I try to do the ICollection ones, it says "Error: 'Form1.MyList' does not implement interface member
|
| urgent: needed today!!! WMI child-to-parent | 22 Aug 2006 17:37 GMT | 6 |
is there a way for us to find the WMI namespace of the given WMI class...?? its more like, i will be inputting the name of the WMI class and i will be given the WMI namespace of that class...
|