| Thread | Last Post | Replies |
|
| Where are the errata for Microsoft books? | 08 Dec 2006 05:10 GMT | 1 |
I am looking for the errata for "Programming Microsoft Visual C# 2005: The Language by Donis Marshall. In [Table 6-1 Inheritance Table for Generic Types] on page 257 Base Class Generic (open) Derived Class Nongeneric should be 'Not Permitted", not
|
| C# library aware of HTTP. | 08 Dec 2006 02:52 GMT | 1 |
My requirement is: Creating a normal windows dll that receives requests from other applications in HTTP form and returns the result of processing in XML format.
|
| Storing a Form in a Hashtable | 08 Dec 2006 01:17 GMT | 22 |
I'm working on a chat client and this is what I'm trying to do when a message is received: private void ReceivedMessage_Event(object sender, ClientEventArgs e)
|
| Is Class Synonymous with Type? | 08 Dec 2006 00:47 GMT | 70 |
I'm using an example piece of code: - namespace Wintellect.Interop.Sound{ using System; using System.Runtime.InteropServices;
|
| task manager, app doesn't unload | 08 Dec 2006 00:00 GMT | 4 |
on my developing system, when my app exits, it always gets removed withing a second from the task manager. on my clients machine, the app exits but stays indefinitely in the task manager. i tried every which way to kill the process, i did all of the following to
|
| How to use reflection to read an array in an unmanaged structure | 07 Dec 2006 23:22 GMT | 3 |
All, I have the following: ..... [StructLayout(LayoutKind.Sequential)]
|
| Clipboard copy and paste | 07 Dec 2006 23:21 GMT | 9 |
Any source code example I can use to save the clipboard content to an object, then I will do a copy and paste, finally put back the 'saved' clipboard content back to clipboard ?
|
| Using js file in asp.net 2.0 | 07 Dec 2006 23:02 GMT | 3 |
I simply wish to code a JS function ONCE, in a .js file, include the .js file in the Master page, and then in several but not all pages, I wish to execute the function on pageload. I don't want to use the
|
| JavaScript From PageLoad()? | 07 Dec 2006 23:01 GMT | 4 |
I am working with VS.NET 2005 Ultimately, I wish to call a JavaScript function from a .js file In the Master page, I have: <html xmlns="http://www.w3.org/1999/xhtml" >
|
| Detect 'End Process' in application | 07 Dec 2006 22:32 GMT | 9 |
Is there any way to detect if application is being killed by 'End Process' via Task Manager ?
|
| TCP HTTP and HTTPS port forwarder | 07 Dec 2006 21:25 GMT | 1 |
I would like to write an application that sits between our main App and a Web service (WS). Our app would be pointed at the new app which would pass all data on to the WS and all responses passed back a bit like a proxy. Currently the WS is HTTP but it will be on HTTPS so it will ...
|
| Using a stored procedure and Datasets | 07 Dec 2006 21:01 GMT | 2 |
I'm relatively new to this. How can I get the results of a SP (returns a recordset) into a dataset Thanks Robert
|
| user control | 07 Dec 2006 20:36 GMT | 2 |
When I create a user control textbox (like "public class mytextbox : textbox") in C# and use it on another form, properties like font, colors, etc. are not inherited. Is this behavor normal ? Is there another way to achieve this ? What I would like is if I change the font type or ...
|
| What is the null field used for in the streamreader class? | 07 Dec 2006 20:29 GMT | 1 |
>From MSDN I'm trying to learn more about streamreader. I'm working my way down the MSDN definition. The first entry is the Public Constructor StreamReader. I'm fairly happy I have a basic grasp on this. It is the part of the Streamreader class that creates a StreamReader instance ...
|
| Special uses of delegate combinations/removals - your experience, please | 07 Dec 2006 20:27 GMT | 3 |
Can anyone explain (possibly with examples) any special uses of delegate combinations or removals? In the very simple example below all delegate combinations/removals can be done with delegate assignments. So what's the use of having them
|