| Thread | Last Post | Replies |
|
| usertoken wse 3 | 24 Feb 2007 11:19 GMT | 1 |
how do you use wse and a user token and wse security to call a webservice? who has a code sample? thanks
|
| How to insert icon in treeview tag | 24 Feb 2007 11:14 GMT | 1 |
How can I insert custom icon in my treeview tag ? I use custom drawing with my control but I can't use images in this field. I need to insert icon and next I must detect onClick event (on tag element) Best Regards
|
| how to write the values in textbox to xml format.. | 24 Feb 2007 10:57 GMT | 1 |
Am working in Asp.net using C#.I have 4 textboxes and 1 button in my application.After the user enters values in 4 textboxes he will click the button.On button click the values in textbox should be written in XML format....Usually to insert values in database
|
| Do I need Microsoft.Web.Extensions? | 24 Feb 2007 10:52 GMT | 1 |
I have been upgrading to AJAX 1.0. I removed this line from my config file: <add assembly="Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> because it seems to be left over from ATLAS. Well, since I took it out all
|
| Can a thread only be a method? | 24 Feb 2007 10:46 GMT | 7 |
I've using thread a lot in C#, but all of them were just single method with no return value or paramenters. It may sound bizarre but, can't it be a class? I'm writing an Windows application that processes inputs from a serial
|
| Small C# program takes up too much memory | 24 Feb 2007 02:50 GMT | 12 |
I have a small C# program (about 400 lines of code) that is only 28kb after compiled. However when it runs (takes a whole 5 seconds) it takes up nearly 20MB of memory and I don't see why.
|
| About Remoting | 24 Feb 2007 02:37 GMT | 2 |
I read on a page in the NET this text "What makes Remoting slow is not so much the communication protocol but the serialization." Can somebody explain if I use remoting for sending message will it be slow if I use remoting then?
|
| Application Load Error ( 0xC0000005) | 23 Feb 2007 23:19 GMT | 5 |
I have an app that is running throughout my company with one exception. Recently, one employee started throwing exception 0xC0000005 on startup. Specifically, it's crashing out during the load process.
|
| service | 23 Feb 2007 23:17 GMT | 2 |
Where can i find a example for creating a service in c# just a basic example... thanks davep
|
| how to use "ServiceController.MachineName Property " | 23 Feb 2007 22:49 GMT | 7 |
i'm try to research the way to open a remote machine's to collect the services and processes. i have the local data collection running but i can not figure out what MSDN or the C# help file is stating how to use "servicecollecter.machinename" to get the remote server's data.
|
| DeflateStream question | 23 Feb 2007 21:32 GMT | 1 |
I am trying to roll a simple compression scheme for network communication in an app I am developing. On the sender side, I compress each block of a set amount of bytes individually, then send it over the NetworkStream along with the size
|
| loading a file | 23 Feb 2007 21:29 GMT | 5 |
this may not be the correct group for the post although I am using c# to follow one of the code4fun directx tutorial. Anyway the author is loading a texture file using the following TextureLoader.FromFile ( _device, @"..\..\..\Resources\Left.tga"
|
| Debugging a remoting service | 23 Feb 2007 20:29 GMT | 4 |
I have a service that is set up to use remoting. Is there a way that calls from a web page to this service can be debugged in Visual Studio 2005?
|
| untyped datatable searching | 23 Feb 2007 19:14 GMT | 1 |
hey all, if i have an untyped datatable of, say, employee id's. Emp ID, Name 14, John
|
| Etched or black line on a form | 23 Feb 2007 19:10 GMT | 4 |
Which standard control on the Toolbox of Visual Studio 2005 can I use to add a black or etched line (separator) to my form? Thanks
|