| Thread | Last Post | Replies |
|
| Code Obsfucation | 20 Mar 2006 23:21 GMT | 6 |
Does visual studio come with a compiler setting to obsfucate the assembly, or are there 3rd party products that do this? John.
|
| Problems Changing Mouse Cursor Type | 20 Mar 2006 23:08 GMT | 2 |
I'm working on an application in C# that will allow the user to create simple CAD drawings on a CEPC system. I would like to be able to change the cursor shape depending on the drawing mode selected by the user. I started out by setting up P/Invokes for LoadCursor and SetCursor. ...
|
| Question on Collection Sorting | 20 Mar 2006 22:45 GMT | 5 |
When extending CollectionBase is it possible to sort on a particular field of each object in the collection? For example if I created a inherited class from CollectionBase and filled it with "Sale" objects and each Sale object had a SaleID property, can I sort by that?
|
| How to get a system image into a picturebox? | 20 Mar 2006 22:06 GMT | 2 |
Hello, I am trying to get a system image, like the ones that appear in the message boxes, to go into my picture box on a winform. How do I do this? If possible, I'd like to keep all the nice translucency just like when appear in message boxes.
|
| Dictionary of dictionaries | 20 Mar 2006 21:50 GMT | 2 |
I’m looking for a way to create a generic dictionary of generic dictionaries grouped by type. Something like this Class the Grouping ChildItem<T>{…} Class ParentGrouping {
|
| passing object as value problem | 20 Mar 2006 21:28 GMT | 7 |
I'm a little confused by this so would appreciate some advice on ways to deal with the following. When I call the CodeMaker.Update static method for the second time I want the dt parameter to have the same value as when called the first time. What would be the best approach (and ...
|
| command line interface programming question | 20 Mar 2006 20:45 GMT | 8 |
I'm new to this and was wondering what the options are for interpreting the command line using a CLI program. Specifically methods for interpreting the parameters passed to the program on the command line. I noticed that visual studio adds the following for you when creating a new
|
| Size of a class | 20 Mar 2006 20:36 GMT | 8 |
I am serialising an object to a memory mapped file (using the CreateFileMapping and MapViewOfFile p/invoke calls). These need to know the maximum size of the "file". I can put in a "good guess" ie it won't be more than, say, 1K, but it would be tidier to use the actaul size. Is ...
|
| DataView.Sort NaN | 20 Mar 2006 19:29 GMT | 3 |
I have a column in a DataView that contains NaN. When I attempt to Sort on this column, I get: MESSAGE: Index was outside the bounds of the array. SOURCE: System.Data
|
| Generics and casting | 20 Mar 2006 19:26 GMT | 11 |
I have a xml file with data from various sources. For example: <root> <Account> <Id>1</Id>
|
| Getting ready for Vista | 20 Mar 2006 18:24 GMT | 5 |
I am developing a program in VS 2005. Does anyone know what are the things I need to lookout for to make this program compatible with upcoming Vista? Thanks.
|
| export to excel | 20 Mar 2006 17:43 GMT | 3 |
any FREE solution for export data into excel file? Thanks in advanced.
|
| authorization problem | 20 Mar 2006 16:01 GMT | 1 |
Mark is creating a website using ASP.NET. He is using Forms authentication for authenticating and authorizing users. He has the following layout of files and directories in his website:
|
| SqlXml to XmlNode | 20 Mar 2006 15:55 GMT | 1 |
I have a xml data type in database and read back as a SqlXml data type. How do I assign it to a XmlNode type?
|
| How to use class library when anthor class is used | 20 Mar 2006 15:51 GMT | 2 |
I'm trying to build a class library which has a class called AvestaPlantFunc. In this project building a class libray exist a class called AvestaPlantFunc. In this class is there a method called IsBottomMixValid.
|