| Thread | Last Post | Replies |
|
| Encoding.Default Works not Encoding.UTF8 ?? | 09 Oct 2007 15:13 GMT | 1 |
Is there any issue in Using Encoding.Default.I used this bcz when i tried to encode some swedish special charachters its changing that special charachter to some other charachter .I tried using differnt types of encodings nothing working atlast i find encoding.default i tried its ...
|
| XPE .net 3.5 ? | 09 Oct 2007 14:17 GMT | 5 |
Hello, Does anyone now if xpe will support .net 3.5 when it is a final release? Thank You, Hawk
|
| Backwards compatibility of System.Configuration.Configuration? | 09 Oct 2007 12:19 GMT | 5 |
Hi... I've got an old app config that I'm trying to work with using the new 2.0 config framework, e.g. <configuration>
|
| Windowns explorer in Vista | 09 Oct 2007 02:42 GMT | 1 |
Changed my system from XO to Vista. In windows explorer in my contacts (which you use in mail) it is imposible to delete any contatc. Exploere will terminale by stating ëxplorer doesnot work, it will look for a sollution and then restart.
|
| How to use a shared app.config file? | 09 Oct 2007 01:17 GMT | 1 |
.Net 2.0 I have a variety of console applications that run continuiously in parallel using the file watcher as an event queue. In addition, I have an ASP.Net website that needs to access the same key/value pairs as the console apps. I have configured a separate app.config file ...
|
| How generics can be used in our application | 08 Oct 2007 19:50 GMT | 5 |
What are generics? How generics can be used in our application? Thanks & Regards Bhuwan
|
| trying to pass a string back to main form from a class | 08 Oct 2007 18:23 GMT | 2 |
I'm creating a GUI for the NetSend service. I created a class called Netsend. In there are to functions. The send function is public and the NetMessageBufferSend function is private. Below is the code I created for this class.
|
| say 10 most important classes in framework | 08 Oct 2007 17:38 GMT | 8 |
<sorry for my bad english> hello, I am lerning (and working with) .net from some time and I want you to enumerate to me 10 most important (most useful) clasess
|
| CDATA | 08 Oct 2007 17:20 GMT | 2 |
I have the XML file content as <resources> <html><![CDATA[<B>Hello World</B>]]></html> </resources>
|
| Marking System.IntPtr as ref ... but in MC++ | 08 Oct 2007 15:51 GMT | 1 |
I believe, this is an easy task to do, but I couldn't find the way to do it! I'd like to code the following function [C#] void DemoFunction(ref IntPtr somePointer)
|
| Framework dependencies | 08 Oct 2007 14:07 GMT | 1 |
An application of ours uses third party dlls and our own dlls. Overall it works fine, if .NET frameworks 1.0, 1.1 and 2.0 are installed. If only framework 2 is installed, it is not working fine.
|
| Assembly path | 08 Oct 2007 13:06 GMT | 2 |
I have a windows service project, that references the assembly from a web project. My problem is that on the production server, the service's directory path points at the system32 folder, and not the folder where its own .exe fil is
|
| How do I derive a class from Socket class. | 07 Oct 2007 04:37 GMT | 1 |
Can someone please show me how to derive my own class from the Socket class? I want to be able to pass data from the created client socket to the AcceptConnection handler in the Socket server class, but the Socket class has no available data store that I can use.
|
| password character | 06 Oct 2007 16:20 GMT | 3 |
I need to do the project and meet some difficulties and need your help. I need to maintain the password security table. I want to change the password to another characters and can recovered to be real password using some algorithms.
|
| WH_Keyboard | 06 Oct 2007 09:36 GMT | 1 |
Why does the WH_Keyboard hook intercept all keys as capital letters? for example when I type "a" I get a 65 keycode (Virtual Key Code for A) in the wParam of the filter function though I should have got 97 (Virtual Key Code for a)
|