| Thread | Last Post | Replies |
|
| *int Vs IntPtr | 06 Dec 2006 09:50 GMT | 9 |
yello... Assuming a 32bit system for this Q.. Is there any proformance differences between an *int vs IntPtr ?? I know that the IntPtr can be an Int32* or an Int64* (or more) depending
|
| How to Serialize Class with System.Net.IPAddress Attribute? | 06 Dec 2006 09:45 GMT | 2 |
I have a an attribute within a Serializable class that is of type System.Net.IPAddress. When I try to serialize the class, I get the following error: System.InvalidOperationException: Cannot serialize member
|
| Object <-> XML serialization | 06 Dec 2006 09:42 GMT | 4 |
how can I create an object to get the following XML by serialization <ServiceHost> <HostId>cdf87f74-d15c-44a1-9c77-c03c2c5c1588</HostId> <ScreenIds>
|
| Thumbnail from Video file | 06 Dec 2006 09:35 GMT | 3 |
My Problem: I need some C# code which creates a thumbnail from a video. The only catch is that I need to run it on a shared host (web server) which will only support assemblies that have the Allow Partially Trusted Callers
|
| Storing data | 06 Dec 2006 09:13 GMT | 1 |
can someone tell me if there's a possibility to save some data/flag on a win2k/xp machine thats not that easy to track? I mean saving some data to a file you can use FileMon or a registry RegMon to check if an app accesses them.
|
| How to Ignore Non-Serializable Child When Serializing Object? | 06 Dec 2006 09:13 GMT | 1 |
I have two classes, Logger and LoggerRuntime. Logger is serializble, LoggerRuntime is not. LoggerRuntime inherits from Logger. At runtime, I get a list of LoggerRuntime instances to save to an XML file. I only want the public attributes of the parent Logger class to get ...
|
| windows application | 06 Dec 2006 09:00 GMT | 1 |
hey guys i am new to c#. i want to create application that uses data from some windows component or application. for example i want to add new user to any usergroup.(Computer
|
| code formatting: how to clean unnecessary blank lines? | 06 Dec 2006 08:57 GMT | 4 |
I have to audit some c# code. I know in the options I can adjust how the code should be formatted while entering it. But is there any way to apply afterwards a code template to the classes to adjust their appearance (except ctrl-k ctrl-f)? Foremost how to clear unnecessary
|
| sr.ReadLine() problem | 06 Dec 2006 08:24 GMT | 4 |
data is like below 1111 2222 3333
|
| Programmatically determine method name from within same method. | 06 Dec 2006 08:19 GMT | 3 |
How can I programmatically determine the [name of a method] from within that method. For example, consider the following code: private void DoSomething()
|
| Filtering concept - Not really but not sure what else to a call it. | 06 Dec 2006 07:57 GMT | 6 |
I'll try to explain this the best I can. I am using VS2005/c# and this is a web app. I have some data in the format of: Ford Focus 2000 Ford Focus 2001
|
| How do I know MAC and IP? | 06 Dec 2006 06:47 GMT | 2 |
In my C# windows form project, how do I know my MAC and IP address? Thanks for help. Jason
|
| IE toolbar show/hide | 06 Dec 2006 04:43 GMT | 1 |
I have created a custom IE tool bar in C# 2005 and I am using a setup and deployment package to install it. I need to know how I make the tool bar I just installed show up in IE. Right now I have to go to "View --> ToolBars -->" and the name of my tool bar.
|
| Pls help: a problem about IsHandleCreated property | 06 Dec 2006 03:41 GMT | 5 |
In my application, I create a form A and I pass the form A reference to another form B. When I try to check the IsHandleCreated property of the form A, it always return false. So, I cannot call the begininvoke of the form A as the IsHandleCreated always return false. Actually, the ...
|
| System.IO.Compression.GZipStream Decompression Losing Data | 05 Dec 2006 22:22 GMT | 4 |
I'm having some trouble with GZipStream in System.IO.Compression. I can compress a file without much trouble (at least as far as I can see), however when I decompress the data multiple problems arise. 1) I'm missing a couple bytes of data after performing the
|