| Thread | Last Post | Replies |
|
| Adding values to a configuration block. | 16 Mar 2006 14:15 GMT | 2 |
How do you add a new value to a configuration file through the configuration block through code? When I try and add a new value I get an exception. TIA - Jeff.
|
| Folder permissions in dot new 1.1 Version | 16 Mar 2006 13:31 GMT | 1 |
How to set File or folder permissons to all users while I am creating the File in administrator. Once I restatt my machine I login into the normal user. There I dont have the permissions to write a content On that file.
|
| vb.net to c# conversion help needed please | 16 Mar 2006 13:23 GMT | 1 |
Hi everyone, i have a vb.net program ive converted most of the code but i know events dont translate well, the original vb.net code uses withevents and .handles and i can't get the events in c# to work 100% they seem to hook up ok but when the eventhandler is called from the
|
| Default Path and Cursor files. | 16 Mar 2006 12:36 GMT | 1 |
I've been setting the location of a cursor file like this: this.Cursor= new Cursor("HandCur.cur"); I've just found out (the hard way) that if, elsewhere in the application, the user browses for a file using the openFileDialog then
|
| Assemlby.LoadForm() exception | 16 Mar 2006 12:02 GMT | 9 |
I'm trying a very simple test to load an assembly(dll) with the Late binding . Hier is the Code i have in my application : -----Code ----------
|
| Create a minidump of managed application | 16 Mar 2006 11:15 GMT | 2 |
I need to create a minidump or a fulldump in C# whenever my managed application hangs or crashes. I know we can do this manually by using Mdbg / ADplus etc.. But is it possible to do this programatically from within the application itself.
|
| Windows Service problem | 16 Mar 2006 11:11 GMT | 3 |
Hi... I´m making an instaler for the windows service I've recently develop, my sevice needs a few config files to be located on the same path of the executable file of the service, when I install the service in a folder I put all the config files on this folder but the problem
|
| Practicla .NET2 and C#2 | 16 Mar 2006 10:51 GMT | 7 |
I've just released the book Practical .NET2 and C#2. More info is available on the site http://www.PracticalDOT.NET You can download sample chapters about CLR, Security, Threading/Synchro and some C#2 features here:
|
| LDAP / DirectoryEntry.Bind problems | 16 Mar 2006 10:46 GMT | 1 |
I'm wondering if anyone has come across this problem before - it's got me stumped (but then again, I don't know a great deal about AD!!) In a specific set of circumstances, we get a really useful 'Unknown Error' generated from the DirectoryEntry.Bind method using c# .net ...
|
| Http in C# Windows Form | 16 Mar 2006 10:08 GMT | 1 |
In my C# Windows Form application, I would like to simulate clicking a hyper link and go to a particular Http://... How do I make that in my C# program? Thanks for help.
|
| C# Web Service | 16 Mar 2006 09:55 GMT | 1 |
When I try to return an object of type "System.Diagnostics.PerformanceCounter" from a web method (written in C#) i got the following error: Cannot serialize member System.ComponentModel.Component.Site of type
|
| coding in c-sharp to convert a pdf file to html file | 16 Mar 2006 09:30 GMT | 1 |
I want to C# code to perform conversion of a vpdf file to html file
|
| SqlDataAdapter | 16 Mar 2006 09:08 GMT | 1 |
If I drag and drop Table from Server Explorer into the WebForm, it will create an DataAdapter including all the Insert,Update, Delete, Select Statement but After the Insert and Update Statement, there is a Select statment.
|
| C# application listen to update | 16 Mar 2006 08:47 GMT | 5 |
Our C# windows form applications deploy on our clients, most PCs are Windows XP. And we want to do something so the application will listen to our server to check if an updating is needed, to some extent it's similiar to the Windows
|
| C# Fundamentals Part 2 (class vs. struct) | 16 Mar 2006 06:55 GMT | 2 |
Hi Ng ! At first I would like to thank you about the very good answers on my C# Fundamental question one. Now I have a new question. It's about structs.
|