| Thread | Last Post | Replies |
|
| Asynchronous webrequest taking 100 % CPU usage | 15 Dec 2005 05:24 GMT | 5 |
i am having application which is using asychronous web request. At a time i am processing 5 urls asynchronously. Application working properly for 5 asynchronous call. But sometimes CPU usage suddently increases to 100 %.
|
| Showing forms within a Windows Service | 15 Dec 2005 05:02 GMT | 3 |
OK so I built this Windows Service which was able to use MessageBox.Show to present text to the user from within the service. I had to use a special property though within that method- which is MessageBoxOptions.ServiceNotification.
|
| Java - C# datatype problem | 15 Dec 2005 04:22 GMT | 2 |
I am writing a C# client to consume a Java web service. The web service returns a vector how do i consume that in C#? I am writing a C# web application.
|
| Attribute outside Class Definition .cs file | 15 Dec 2005 03:17 GMT | 8 |
I wanted to know if the following is possible in C# ( .NET Framework 1.x): I want to add an attribute to a class in a separate file i.e. in a file other than which the class itself is declared/defined.
|
| Seeking NNTP classes..... | 15 Dec 2005 02:42 GMT | 10 |
Have you seen any NNTP classes that I may use or build upon to build a simple newsreader/downloader? Is there such a class in the .Net framework that I have overlooked? If not, inclusion of RFC documented protocols would certainly be a good idea for a
|
| how to run dtsrun in c# console application | 15 Dec 2005 02:29 GMT | 1 |
to run a DTS package you run dtsrun in the command prompt. It worked fine. But how to run dtsrun in c# console application? Thanks a lot
|
| Form Property | 15 Dec 2005 02:16 GMT | 3 |
How do you add a property to a form that will show up in the properties window in the IDE? I can add the property to the form, but haven't been able to see it in the properties window. I'm using the VS2005 if it makes any difference... TIA
|
| Custom buttons in toolbar | 15 Dec 2005 02:08 GMT | 1 |
Hello again, group! Can someone tell me a nice way to include a zoom percentage combobox in a toolbar? My first try was a workaround, where I inserted a bunch of separators
|
| problem with textbox | 15 Dec 2005 00:26 GMT | 1 |
Hi again, I have a textbox where the text is longer than the textbox width. When I type something in there or even do any single keystroke (other than tab, up, down, or enter) and then leave, the beginning of the string shows, and focus
|
| Adjust how "tabs" are displayed in a text box | 15 Dec 2005 00:25 GMT | 1 |
Is there any way to adjust how tabs are displayed in a text box? Right now i'm just planning on catching the KeyPress and putting 3 spaces in instead of a tab - seems kind of bootleg, what's a better way of doing this? ~benny
|
| GridView, XML, and .NET 2005 Application | 15 Dec 2005 00:08 GMT | 3 |
Hello, I'm in the processing of learning .NET 2005 and an trying to rewrite a simple command line application that I wrote a couple years ago. I have the following requirements: 1) Read an XML file that I create with a list of .EXE and .DLL files.
|
| A simple employee class : OOP Study | 14 Dec 2005 23:19 GMT | 17 |
I am really trying to grasp the concept of OOP as it applies to C#. I am looking at trying to set up a simple Employee Class but I am having trouble conceptualizing what this class should look like. I was hoping someone might be able to simply outline what I envision my class to ...
|
| Differences between these cast operations / statements? | 14 Dec 2005 23:14 GMT | 6 |
i read this http://msdn.microsoft.com/chats/transcripts/vstudio/05_0811_dn_csharp.aspx : Cyrusn_MS (Expert): Q: please explain the difference
|
| Delegate question | 14 Dec 2005 23:14 GMT | 4 |
I've been trying to get my head around delegates. The book i'm using had a single example, not much explaination, and didn't show how to set up a delegate and pass variables in and out of the functions it refers to. So I've been playing around and came up with he following code. I
|
| xor question | 14 Dec 2005 23:02 GMT | 3 |
I have a stream of chars where I am trying to xor certain parts. I guess the meat of my question is that if I xor the hex values: 476f ^ 7262 I get a different value that if I xor the integer values:
|