| Thread | Last Post | Replies |
|
| Cyrillic characters in VS2005 | 10 Feb 2007 20:41 GMT | 12 |
Not totally on topic for this group, but... A colleague of mine wants to have the HTML editor in VS2005 display cyrillic characters. While setting the encoding using a META tag works fine (and the encoding is also displayed accordingly in the document
|
| Size of an object | 10 Feb 2007 18:24 GMT | 2 |
Hi, is there an easy way to know how much memory an instance of an object takes? I mean, there is the sizeof(type), but this is not what I want... the sizeof(type) returns the size of all the members of the class, but if the
|
| Windows XP games to Windows Server 2003 | 10 Feb 2007 17:13 GMT | 1 |
Can I download the games that come with Win XP OS to Win Server 2003 Enterprise? If so where can I get the games file? I have Win XP Disc but no access to load games. I'm getting bored!!!!!!!
|
| Outlook Express message rules | 10 Feb 2007 00:01 GMT | 2 |
How do I set up rule so that messages from parties who are not in my approved sender list go to a special folder?
|
| How to decrypt a string? | 09 Feb 2007 21:44 GMT | 7 |
Hi group, I'm trying to encrypt & then decrypt a string using symmetric encryption. The encryption seems to work fine, but when trying to decrypt, I get a System.IndexOutOfRangeException. Please would someone
|
| How to pass global parms to web service??? | 09 Feb 2007 19:17 GMT | 1 |
I have a web service with several methods in it. When the user creates an instance of this WS, I want to pass parameters to the instance: localhost.WSdemographics myClass= new localhost.WSdemographics(string Username, string Password);
|
| Strange server socket behaviour | 09 Feb 2007 17:30 GMT | 29 |
I'm facing quite a strange problem with a network server application. This is quite a complex project, involving some embedded roaming clients sending data to a central server using GPRS modems, and only the server part is being developed using .NET: the clients uses C-language ...
|
| Temp Folder | 09 Feb 2007 15:01 GMT | 2 |
I am trying to find something I swear I stumbled upon a few weeks ago. I thought I saw something in the framework that provided the path to the "...\Local Settings\Temp" folder. It also had a function for creating a new folder within it. Can someone point me to this, or am I
|
| .NEt 2.0 : Threading questions | 09 Feb 2007 14:19 GMT | 4 |
I'd like to know what is the difference between the class AutoResetEvent and ManualResetEvent. Actually, I want to use the WebClient.DownloadString method to download 8 files simultaneously in order to concatenate the content of the 8 files (no
|
| updates keep updating | 09 Feb 2007 13:05 GMT | 3 |
we have XP SP2, and find that each time I use my laptop I get a message telling me to instal security updates MSXML 925672 and KB 927978...these are downloaded and installed each day and a search of the pc shows that they are installed, but each day when I use the laptop the same ...
|
| Custom Form working at runtime but cannot be loaded in designer | 09 Feb 2007 12:44 GMT | 4 |
I have a custom form that works fine when I debug it or run it in release mode but cannot be loaded in the designer... Actually, it can be loaded in the designer when no control is on it, but the resizing tool (in the designer) is offset both horizontally and vertically and when ...
|
| Net.Mail attachments | 09 Feb 2007 09:13 GMT | 3 |
I need to attach a file to an email. This is the file: HttpPostedFile f = ResumeUpload.PostedFile; Stream i = f.InputStream; string buf = i.EndRead();
|
| Reading an XMLFile | 09 Feb 2007 09:11 GMT | 1 |
In the below XML: - <comment_list description="Comment list"> - <comment description="Comment" item_no="1"> <date description="Date">2006-09-27</date>
|
| Net Framework 3.0 documentation? | 09 Feb 2007 07:23 GMT | 7 |
Is Net 3.0 framework documentation a part of SDK? I would like to have this locally http://msdn2.microsoft.com/en-us/library/ms734631.aspx I have WF extensions to VS.NET running, but no local documentation...
|
| Conversion from string "0" to type 'Integer' is not valid | 09 Feb 2007 07:21 GMT | 6 |
I'm looking for a little help in determining what's causing this exception. I'm getting it when running VB.NET apps developed in VS 2005 (.NET 2.0). It doesn't appear to matter under what context the conversion takes place - whether it's implicit or explicitly cast - it barfs ...
|