| Thread | Last Post | Replies |
|
| about the using statement | 24 Aug 2006 07:55 GMT | 1 |
Here I have two different Main called version 1 and version 2. Version 1 use the using statement and version 2 use local block which is {} I wonder if version 1 and version 2 is functionally the same?
|
| C# Codesnippets | 24 Aug 2006 07:35 GMT | 1 |
I would like to show you my new web page. On this site you can publish and download .NET code - snippets for free. Please tell me your opinion, and have much fun to publish new snippets. This is the Link: http://www.dotnet-snippets.de/dns_en/Default.aspx
|
| another c++ app rewrite question | 24 Aug 2006 07:04 GMT | 1 |
I have the SDK and API Libraries of XXX. The programming guide states: " An XXX program using the XXX Libraries should be compiled with
|
| Question on deserializing byte[] | 24 Aug 2006 05:59 GMT | 1 |
I have a strongly typed XML document created with xsd.exe. I have a web request that returns an xml document as a byte[]. I would like to desearlize the return byte array but not quite sure how. I am thinking of something like:
|
| finally block | 24 Aug 2006 03:05 GMT | 7 |
Once the execution enters the "finally" block, the execution could have followed 1. normal/non-exception execution. (I guess everyone knows what I mean here.) 2. Exception was thrown, and handled.
|
| How to implement "More than one user Service may run within the same process" | 24 Aug 2006 00:11 GMT | 4 |
I've written a Windows service and i need help to implement the meaning of the sentence which is generated automatically by the IDE // More than one user Service may run within the same process. To add // another service to this process, change the following line to
|
| How to add an usr account to Administrators | 23 Aug 2006 23:46 GMT | 4 |
How can I add an user account into Administrators? and how to remove the account from Administrators?
|
| Pulling Software Information using WMI | 23 Aug 2006 23:28 GMT | 5 |
Hey guys I am working on a application, that will pull our inventory campus wide. I'm having troubles getting it to pull our software serial numbers. It keeps throwing a Exception when it gets to that point. Below is the code I am using. If someone could give me a few ideas. The
|
| Reading a threads program counter in C# | 23 Aug 2006 23:06 GMT | 2 |
HI everyone, Im hoping you can help me with this question. I have written an app in C# .NET to enumerate all currently running processes in a pocketpc, i choose a process and then enumerate all of it's associated threads. Im stuck on figuring out how I can read a
|
| IE clone. Any good pointer ? | 23 Aug 2006 23:03 GMT | 5 |
I am looking for pointers to some downloadable project, possibly in VB 2005, but also c# will do, where the Author has done an exercise to get as close as possible to functionalities and look of Internet Explorer. Thanks.
|
| Enum not working correct in array index? | 23 Aug 2006 21:44 GMT | 8 |
Ok, I can't believe what I am seeing. I am sure I do this other places with no problems, but I sure can't here. I have some code that is indexing into the ItemArray in a DataSet's DataRow. I basically want to change the value of the data stored at a particular
|
| C# Newbie | 23 Aug 2006 21:21 GMT | 2 |
Hello, i am trying to make an Https request to a coradiant box. the box monitors perforamnce of our website. when i paste the url into IE i am asked to accept a ceritificate. then i get a dialog box asking where to save the file. I have
|
| MCAD cert SQL question | 23 Aug 2006 21:11 GMT | 2 |
I am currently going through an MCAD/MCSD training guide for Exam# 70-316. It is a great book but it shows it's age with certain subjects. The chapter on databinding is one of these. This somewhat wordy introduction is because I actually have 2 questions. The first one
|
| About private and shared assembly | 23 Aug 2006 21:05 GMT | 1 |
If I select a private assembly in ILDASM I get a lot of information listed but if I select a shared assembly located at c:\window\assembly(GAC) I get nothing listed. So is this normal not seeing anything when using ILDASM on any
|
| Registry write failing when running program from a network drive | 23 Aug 2006 20:49 GMT | 1 |
My CSharp program, when I run from the local drive it can create/modify registry. However running the program from a network drive, gives RegistryPremission error. I don't belive that just by running the program from a network drive, the program will try to access the registry of ...
|