| Thread | Last Post | Replies |
|
| Trying to get my head around async calls... | 14 May 2005 02:06 GMT | 5 |
Here is some pseudo code public class MyClass1 { ...
|
| NameValueCollection's GetValues does not return multiple entries | 14 May 2005 01:12 GMT | 8 |
When I use AppSettings and try to retrieve multiple values associated with a single key, I only get the last value. E.g. if I have in my config <appSettings> <add key="Key" value="Value1" />
|
| Can I install VS.Net 2002 on XP SP2? (using which .NET framework?) | 13 May 2005 23:04 GMT | 3 |
I ask for two reasons: 1. in a previous exchange, Peter van der Goes asked (without reply) "did you get it installed successfully? Some people *do* have difficulties installing Visual Studio .NET 2003 with XP SP2 installed." I assume that the situation
|
| What to write Web Client code in? | 13 May 2005 20:16 GMT | 8 |
I have a C# Web application, and need to write a client piece that will communicate with multiple servers. If I do this in C#, then it will require .NET on all machines running it. What language should I use? I want it to be compatible with Netscape as well, without requiring ...
|
| Convert Unicode string to EBCDIC | 13 May 2005 17:18 GMT | 1 |
Could someone pls tell me how to convert a Unicode string to EBCDIC Intenational. Is WideCharToMultiByte API is the only way? how do we use it. Can the Encoding class method GetEncoding(CodePage) be used to achieve the
|
| Multi coloured text in a list view item | 13 May 2005 12:41 GMT | 4 |
I have asked this in the windowsforms forum, but thought I would try this one too just in case. I am developing a game server browser winform application. The app will query selected servers that are hosting a game (e.g. Quake 3), and the server will send back a string with ...
|
| How do I add an image to a toolbar button? | 13 May 2005 11:57 GMT | 1 |
can anyone tell me how to add an image to a toolbar button? I would prefer not doing it through code - I am hoping I can add it through the form designer somwhow. When I access the buttons collection for the toolbar, it would seem logical
|
| How to invoke a form to show? | 13 May 2005 11:13 GMT | 4 |
I have a form first created my the main thread. I have another thread monitoring the IO. Upon receiving certain message, I want to show/unhide the form. When the form is first created ( handle is not created until it is first
|
| Strange bug in StringBuilder | 13 May 2005 07:34 GMT | 7 |
Hi I am using StringBuilder to compose an email. The body of email consists of a table for which data has to be taken fron SQL Server. I use appen method to add text to the StringBuilder variable. When I am
|
| public const problem | 13 May 2005 07:12 GMT | 1 |
I don't understand why when using class Consts { public const string Var = "Hello"
|
| Setting the Windows default printer | 13 May 2005 03:29 GMT | 4 |
I would like to set the Windows default printer from a C# application. I searched MSDN but cannot find an answer to this simple problem... Any ideas? Thanks,
|
| Output Window in Visual Studio 2003 | 13 May 2005 03:08 GMT | 2 |
I am trying to add another output window and able to write to it. Does anyone know how to do that?
|
| Help... Just installed Visual Studio .Net 2003 and can't get samples to work | 12 May 2005 23:15 GMT | 4 |
Hi... I am new to this so appollogies if I am asking in the wrong place... If not could someone please point me in the right direction. This is driving me crazy, I only logged on to have a quick play and that was hours ago... I have just installed VS.net 2003 (full install) and ...
|
| .net beta 2 msbuild commnad not recognized | 12 May 2005 21:15 GMT | 1 |
I just installed .net beta 2. But now as i try to run msbuild from my msbuild project root directory (visual studio 2005 command prompt) , i get the following error 'msbuild' is not recognized as an internal or external command,
|
| Detecting the version of .Net framework... | 12 May 2005 18:51 GMT | 2 |
We are developing a product which requires .Net Framework 1.1 SP1. The target OS could be any of Win2000/XP/Win2000server/Win2003 server. (basically everything after win2000...) Using the install shield program, we would like to know what registry key
|