| Thread | Last Post | Replies |
|
| Building a com object in c#.net | 25 Dec 2006 23:39 GMT | 2 |
I have a problem with a COM Object: I have a project thet use a conected dll (in the references), the project is working excellent. I created from this project a COM Object, when i use this COM Object
|
| Finding Unused Methods | 25 Dec 2006 19:49 GMT | 5 |
In VStudio 2005 is there an easy way to find unused methods? I have a application that has been restructures several times and I would like toremove any methos that is not used.
|
| Truncate table | 25 Dec 2006 18:30 GMT | 14 |
I want to truncate all data in database ... pls help me how i ll truncate?
|
| Error using configSource attribute. | 25 Dec 2006 16:21 GMT | 1 |
I am using Cryptography application block and am trying to use configSource attribute to keep the config file as separate file. my Application configuration file has following entry App.config
|
| Progress bar and chkdsk | 25 Dec 2006 15:55 GMT | 2 |
Hi I have an application that runs chkdsk before starting to make sure the drive has no problems. It works fine and I get the result code from chkdsk and decide whether or not to continue from that. However chkdsk starts in an ugly dos box. I have seen applications where this is not
|
| object ref not set ... resizing panel... | 25 Dec 2006 11:39 GMT | 3 |
I was writing a C# program this week. The program works okay in my pc (in both debug and release builds) but realized that it would not work to other pcs. It simply would close after displaying an "This program has encountered an error etc etc etc.." popup.
|
| cheking hold process | 25 Dec 2006 10:20 GMT | 1 |
i just want to know about ... is there any way to check holing process for example, when i copy 500Mega file into the some folder, i just to want to use this
|
| Object Initialization Expressions in C# problem | 25 Dec 2006 09:44 GMT | 4 |
I have problems with object initialization. I have tried the procedure described on: http://davidhayden.com/blog/dave/archive/2006/12/04/ObjectInitializationExpressi ons.aspx class Test
|
| How to control a label from an external class | 25 Dec 2006 09:20 GMT | 1 |
I want to be able to control a label from an external class - i tried to put in a 'private void LabelChange(string Text2Change2) { label1.Text = Text2Change2 }' into my FrmMain class, and the only way i can get it working in another class is by
|
| Regular Expression (Replace) | 25 Dec 2006 05:18 GMT | 1 |
I must be missing something here - I am thinking this should work but it simply does not. String rest = "/?id=3&rd=httP://www.someurl.com" String redir_uri = "" ;
|
| writing a web application | 24 Dec 2006 21:53 GMT | 6 |
I just started learning C#. I want to write a web application, in which the web page is divided into 2 halves. The values in the right half depends on what is clicked on the left half item. What do I need to learn for this? Basically some thing that is similar to a clustering
|
| Trick to installing .net 2.0? | 24 Dec 2006 19:56 GMT | 8 |
My software requires .net 2.0, as always good old MS STILL hasn't put this on the essential download so it doesn't go through with an automatic update. Cleary they have a lot of faith in their own work! Sorry that rant over, i have an issue where clients are downloading .net
|
| Decoding MIME encoded email subject | 24 Dec 2006 19:44 GMT | 4 |
Greetings all- I am trying to extract subject headers from emails that have been saved as text files. The subject headers are in MIME UTF-8 format, and so they appear like this: subject:
|
| a confusing problem relative to C# thread! | 24 Dec 2006 19:37 GMT | 4 |
In my opinion, all subthreads will be terminated when the main thread exit ,but the following program pose a surprise to me~ After "Hello world!" was displayed on the screen, the program will wait until the "RunMe called" was displayed!
|
| How to customized typedDataSet with VS designer | 24 Dec 2006 19:08 GMT | 1 |
Im using the VisualStudio 2005 designer to create typedDataSet (drag & drop from the service explorer). All the DataTables in the generated code inherit from System.Data.DataTable, I would like the dataTables to inherit from
|