| Thread | Last Post | Replies |
|
| Changing the location of a *.settings file | 21 Sep 2006 15:37 GMT | 4 |
Does any one know if it is possible to set the location of a settings file? I want to use separate settings files for each user and will need to change the location. [using C# with framework 2.0]
|
| Does formatted string have length limitation? | 21 Sep 2006 15:36 GMT | 3 |
I tried to do very simple operation, at least I thought it will be simple, and it is to use String.Format. But, when formatted string bigger than 255 I got this mistake "Input string was not in a correct format". WHY IS IT SO?
|
| EventArgs | 21 Sep 2006 14:40 GMT | 1 |
I have two different events firing the same event. How can I get the type of event that called it (either leave or valuechanged or click)? I have done this before but I cannot remember how.
|
| c# memory leakage | 21 Sep 2006 14:34 GMT | 2 |
i have written a c# program ,in which i have multiple forms. when i start the application ,the main form opens ,from which iam calling another form using showdialog(this) method. after that from the second form iam calling the third form ,again using the same
|
| BeginReceive return zero length buffer when run ,and work correctly when use step by step debug mode | 21 Sep 2006 14:26 GMT | 22 |
Hi , I am using asyc sockets p2p connection between 2 clients. when I debug step by step the both sides , i'ts work ok. when I run it , in somepoint (same location in the code) when I want to receive 5 bytes buffer , I call the BeginReceive and then
|
| Is this a bug? | 21 Sep 2006 14:26 GMT | 7 |
Can someone confirm whether the following technique is now broken in .NET 2.0 (it worked in 1.1). // Avoid boxing and losing our return value object inoutCancel = false;
|
| SecurityException | 21 Sep 2006 14:09 GMT | 2 |
I'm trying to run a modified version of the example in this Microsoft article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlr fmicrosoftwin32registrykeyclassopenremotebasekeytopic.asp The only changes I've made to the code is that instead of using
|
| VB to C# | 21 Sep 2006 13:06 GMT | 28 |
im converting a VB web app to a C#. i have problem with the following line ds.Tables[0].Rows[ind].Item["taskid"] ERROR - 'System.Data.DataRow' does not contain a definition for 'Item'
|
| Setting console title doesn't work | 21 Sep 2006 12:45 GMT | 6 |
I wrote a trivial program to set the console title in a console application. Here is the code:- namespace myns {
|
| Clipboard question! | 21 Sep 2006 11:45 GMT | 3 |
How do i check to see if the clipboard is empty? thanks in advance lee
|
| Copy nodes of one treeview to another | 21 Sep 2006 11:28 GMT | 3 |
How to copy treeview.Nodes from one treeview to another. Is this posible to do this in one line ? ( Calling some function )
|
| load assemly dinamically in to applicatin | 21 Sep 2006 11:18 GMT | 2 |
I developed one windows appliction . and i want to load that application dinamiclly in a Parent MDI as child appliction when click on a button in parent form.. Just i tried to load the assembly file in parent application.
|
| update mgmt help | 21 Sep 2006 11:00 GMT | 1 |
Can someone give me pointers and may be some code samples to start off with windows update management. Iam planning of writing it on c#. Any sample code will of great help. I browsed the net and found some help but i am really new to this so i dont know how to use it.
|
| Anonymus methods in anonymus methods performance | 21 Sep 2006 10:56 GMT | 3 |
I found a way to get result than I want with this anonymus method. But, it's a little weird to use a anonymus methods in another anonymus methods. Moreover, i have a performance issue. How can I resolve this ? Note : NodeList is a List<Node> and ArcSuccList is a List<Arc>
|
| Reports & C# | 21 Sep 2006 10:50 GMT | 1 |
I have been using Microsoft Business Intelligence for 1st time. This software has been able to create my reports based on a table I have. But note, this report is built using Business Intelligence (Visual Studio). Now, the Report pulls data from a database. I also have a C# ...
|