| Thread | Last Post | Replies |
|
| http cookie serialization | 11 Nov 2005 17:14 GMT | 3 |
Can someone give me an example of serializing an object to an http cookie and then getting it back out? Most examples serialize via stream to a text file, but i'd like to see the best way to get it into an out of a cookie (a small object).
|
| Help regarding classes. | 11 Nov 2005 17:01 GMT | 7 |
I am having application which has three classes. in one class say class1, i am having arraylist where i am adding and removing string. there is one method in class1 which is creating object of class2 and
|
| Interesting Memory Issue | 11 Nov 2005 16:58 GMT | 5 |
I am developing an ASP.Net HTTP Module used to log requests and responses. To offload the logging, the module saves the request information to a queue which is accessed by another thread to actually perform the logging. The request information is saved into an object
|
| Converting fraction to time | 11 Nov 2005 16:54 GMT | 4 |
How do i convert fraction to time in c#. I need to convert 0.25 to time. Excel does this by using Selection.NumberFormat = "h:mm:ss;@" of the Cell Format function. thanks,
|
| Problem using App.cofig | 11 Nov 2005 16:46 GMT | 6 |
I am using App.config to read strings. But when ever I try to read strings in my C# application it always returns null. My App.config ************************************************************
|
| Differentiating between a CD drive and a DVD drive | 11 Nov 2005 16:29 GMT | 2 |
I'm trying to figure out how to distinguish a CD drive from a DVD drive. I thought it would be as simple as using WMI, but the properties that would distinguish between the 2 don't seem to exist (at least on my system). Win32_LogicalDisk makes no distinction.
|
| Active Directory | 11 Nov 2005 16:26 GMT | 2 |
I am trying to get values from Global Address List in Outlook through Active Directory I am able to get all the values except the 'location'. There seems to be no 'location' variable Is there a way to retreive the location form GAL? Here is the code:
|
| Display Custom Dockable window in Microsoft Excel | 11 Nov 2005 15:00 GMT | 1 |
Can we create our own Dockable windows (having our own controls) in excel (Windows 2003) like Getting started, The dockable window that appears when we click on File -> New. Please tell me the whether it is possible or not. If so what are the classes
|
| How to remote debug? | 11 Nov 2005 14:59 GMT | 1 |
I use VS2005 to develop WebService Can I debug after I depoly the WebService to remote service?
|
| namespaces when reusing source code | 11 Nov 2005 14:19 GMT | 2 |
With languages like c# having namespaces, I was wondering what's the recommended practice for reusing source code. I'm not talking big stuff like log4net that's version controlled and usually distributed as binaries, just packages of a few classes.
|
| Exception Removing/Deleting Appointment?? | 11 Nov 2005 13:58 GMT | 1 |
Windows XP SP2 C# .NET v1.1 Outlook 2003 {via Office 11.0 PIA} I'm manipulating Outlook's calendar via OLE automation from my C#
|
| Copy Socket RX Data Buff to a Structure in C# | 11 Nov 2005 13:33 GMT | 1 |
I'm a newbie to .NET and C#, fumbling around with TCP sockets. What is the easiest and most painless way to copy the raw data received from the socket into a structure that I can easily work with? I've been searching this csharp group for a while now and all of the
|
| Auto sorting of TreeView | 11 Nov 2005 12:44 GMT | 1 |
Hi, I have a problem on reanming a treenode of a treeview control. The requirement is that once i re-name a node, it should get automatically sorted by name. The way it does in explorer.
|
| drag-drop showing tooltip at cursor while dragging | 11 Nov 2005 12:42 GMT | 1 |
While dragging an object onto another, i want to show a tooltip or text balloon that informs the user where it can be dropped. What about showing a 50% opague thumbnail image ? I need some hints to get started. (any samplecode ?)
|
| Is it possible to end the Main() thread while the other threads continue? | 11 Nov 2005 12:11 GMT | 7 |
I would like the Main()-thread to end (because it runs out of the code), but all started threads should continue. Is this possible. Eg. [STAThread]
|