| Thread | Last Post | Replies |
|
| is there any best tools or method let me typing properties codes more fast? | 27 Sep 2005 15:21 GMT | 5 |
I am always to write clases which has properties, is there any best tools or method let me typing properties codes more fast?
|
| Obfuscator - Crytografy code | 27 Sep 2005 15:21 GMT | 1 |
I work with c#.net and i need a obfuscator to Cryptography the code of the projects, for nobody can read the code using a reverse engineering. i would like to know which is the best obfuscator? Thanks Junior Lopes
|
| Need to marshal the following C function to C# | 27 Sep 2005 15:02 GMT | 6 |
C function syntax is PvcsGetRevisionInfo2( HANDLE hArchive, /*Input */ unsigned char *filename, /*Input*/
|
| Can't understand the purpose of AcceptChanges on a DataView | 27 Sep 2005 14:35 GMT | 1 |
I'm not sure that I entirely understand the purpose of the AcceptChanges methon in a DataView. I added a new record to a DataView and noticed that its RowState indicated it as being "Added". If I execute the Update method on an adapter for the table that the DataView
|
| parent function call , when i don't know who the parent is | 27 Sep 2005 14:32 GMT | 2 |
I've build a dynamic toolbar, based on xml. this toolbarClass will be instantiated in some aplication, i don't know for sure how many, for the moment. i'm looking for a way to call a function (function1 for example), from
|
| before insert sqlDataAdapter | 27 Sep 2005 14:19 GMT | 1 |
i have a query: select id, name from Dictionary field "id" is uniqueidentifier (primary key id is not null, and not identity !) i show only "name" in the dataGrid
|
| Adding a column to bound datagrid | 27 Sep 2005 13:49 GMT | 6 |
Dear NG, After being away from C# programming for a spell, I am trying my hand at what should be a simple task. I have been hitting my head against the wall this morning. I have a simple order entry application. The code below gets
|
| Is there any tools let me to build snippets? | 27 Sep 2005 12:47 GMT | 3 |
Is there any tools let me to build interaction snippets? for example, I want a interaction snippet for properties codes, it should let me select readonly, public, private, and type in variable name, then generating properties codes.
|
| Socket problem | 27 Sep 2005 12:24 GMT | 1 |
I have a problem and my solution but i have to make sure that it want cause memory problems. i have a class FTP and 'private Socket CONNECTION = null;' Then i have a method PASV()
|
| Print Preview no longer works from Beta2 to August CTP | 27 Sep 2005 12:15 GMT | 1 |
I have implemented some label printing code that prints to a (you guessed it) label printer. I have derived my class from the System.Drawing.Printing.PrintDocument class ond overriden some of the protected methods. I pass into the constructor a custom Label object that
|
| Inheriting from generic List | 27 Sep 2005 11:43 GMT | 10 |
I think I must be missing something about generics, perhaps just about the syntax. I'd like to derive a class MyList from System.Collections.Generic so that it can only contain instance of MyItem. No problem with
|
| IP addresses | 27 Sep 2005 11:41 GMT | 3 |
I am trying to create an IPAddress and pass it to the IPEndPoint constructor. IPAddress ipAddress = IPAddress.Parse("127.0.0.1"); IPEndPoint ipEndPoint = new IPEndPoint(ipAddress, portNo);
|
| Font problems | 27 Sep 2005 10:57 GMT | 1 |
I'm experiencing some font problems. A program I've made is distributed to a number of computeres in a workgroup. On some of the computers the font on a user control is changed, (perhaps also its size - I can't determine that as some fonts are bigger than others at same pts. ...
|
| Exception in configuration section handler (Trace) | 27 Sep 2005 10:55 GMT | 5 |
Hai all, I got this exception in my application and that occurs in the follwing line.. Trace.WriteLine("Text");
|
| Connect using.... | 27 Sep 2005 09:38 GMT | 1 |
How do i connect to the internet in a c# using a dialup connection (already created) rather than using a lan connection (w2hich is currently does by default) ? I'm using HttpWebRequsts to do the sending and receiving of data, but it
|