| Thread | Last Post | Replies |
|
| Form in Panel? | 11 Jan 2008 23:59 GMT | 3 |
Is there a way to dynamically insert a Form in a Panel? Thanks
|
| How to translate OrElse and AndAlso from VB.NET? | 11 Jan 2008 23:08 GMT | 3 |
Are there operators in C# that are the counterparts of "OrElse" and "AndAlso" that I can use when translating the following program from VB.NET to C#? Thanks,
|
| Serializing a Singleton | 11 Jan 2008 22:59 GMT | 2 |
I have read several articles on serializing a singleton and have attempted to implement it in my code. Unfortunately, the object is not being serialized. The file size on disk is 1K. I am not sure exactly what I am missing here, do I need to use AddValue to add the object fields ...
|
| Table-like (database-like) object | 11 Jan 2008 22:38 GMT | 4 |
I' trying to write a program (to learn the language) that handles a deck of cards. Each card has an ID, a string name, a position, an order (for shuffling) and as many other optional properties we might want to assign it.
|
| Parsing Telnet Commands? | 11 Jan 2008 21:21 GMT | 5 |
Anybody know of any good code examples out there on how to take a telnet command and parse it? Thanks!
|
| Question on best practices for scrollbar UI in a WinForm | 11 Jan 2008 19:59 GMT | 7 |
We are building a multipane C# winform application with three panes. The anchored left pane will be the menu, center pane data entry, and right pane advisory information. The customer has requested there be only ONE scrollbar per page. IOW, if the menu needs to scroll, it will ...
|
| XmlDocument - while saving end tage moves to next line | 11 Jan 2008 18:36 GMT | 2 |
I use XmlDocument to load and save the XML document... While i save the document end tag of elements with blank value is moved to next line.. i.e.
|
| Increasing Stack Size for UI Thread: C# WinForms Application | 11 Jan 2008 18:33 GMT | 4 |
Visual Studio 2005, C# WinForms application: Here’s the question: How can I increase the standard 1 MB stack size of the UI thread in a C# WinForms application? Here’s why I ask:
|
| Optimal solution for processing some info in a thread | 11 Jan 2008 18:21 GMT | 6 |
this is the situation: I have a function in a class the processing of this takes some time, this function can either be called from a winform or a command line with several parameters. I want to display some sort of progress bar
|
| regular expressions help | 11 Jan 2008 18:19 GMT | 10 |
I am trying to the values of string of text in the sample before. The ds are for digits and s is for string and string of text is for a string with more than one or two values. I am trying to use regex and the .groups method. Please help.
|
| Repost: WCF CallbackContract with inherited interfaces -> bad prox | 11 Jan 2008 18:13 GMT | 5 |
--------------------- This question has already been posted. I got a tip to use [NetDataContractSerializer] and also get rid of svcutil.exe. However, I still want to understand why it does not work the "official" way.
|
| Classes | 11 Jan 2008 17:38 GMT | 2 |
When you create an instance of a class, do you have to delete the instance after you are finished with it? I can't seem to find any information dealing with that. All I see is create the instance and thats it.
|
| Remote call to COM impersonating another user | 11 Jan 2008 17:10 GMT | 13 |
I need to call a COM object from a remote machine using C#. I also need to pass on a different userID and password to the call. Has anyone done this? I've used Java to do this using JIntegra, but the application I'm using requires .NET.
|
| [newbe] instantiating class variable in constructor | 11 Jan 2008 16:31 GMT | 9 |
Hi, this is my first day using c# and I must say it's cool but data types.. I'm not use to them (php...) they're driving me crazy. I need to declare a class variable, but I don't know it's type since it's passed to the constructor when the object is created. I'd like
|
| Non-bittable data in struct | 11 Jan 2008 15:45 GMT | 1 |
I got a structure defined in C as: typedef struct _M4W_SERVICE_MESSAGE { ULONG Command;
|