| Thread | Last Post | Replies |
|
| how to naturally put an int into an array of bytes | 19 Dec 2006 20:46 GMT | 7 |
sorry for my bad english i ve array of bytes, byte[] data i wanna put an int into this array on some arbitrary position how is the better way to do this?
|
| What 'type' of member is this? | 19 Dec 2006 20:09 GMT | 5 |
Console.WriteLine("Current OS: {0} ", Environment.OSVersion) I'm trying to find out what .OSVersion is. It returns an object which details the OS. I know it's not a method, because it doesnt have any empty brackets ()
|
| Converting Borland C++ app to C# (question about Button type) | 19 Dec 2006 19:28 GMT | 5 |
I'm trying to convert a Borland C++ app to C# Borland C++ has 3 types of buttons: TButton, TBitBtn and TSpeedbutton TSpeedbutton has 'Down' and 'GroupIndex' properties.
|
| Read Windows Media file meta data? | 19 Dec 2006 18:39 GMT | 1 |
Does anyone know how to read Windows Media file meta data from within code? Thanks, Ron
|
| Create memory dump for non-fatal erros? | 19 Dec 2006 18:03 GMT | 1 |
I want to have my application create a memory/stack dump for some non-fatal exceptions of my choosing. Basically I want to see the state of the variables when the exception occurred. Is this possible? TIA
|
| Instant Communication in ASP.NET | 19 Dec 2006 17:53 GMT | 4 |
Does anyone know of a good way of instant communication between two users using an ASP.NET interface? I have always been a WinForms guy and used sockets for communication. I have an SQL Server 2005 database and was thinking of using Service Broker but i dont even know where to
|
| Exception creating csv file | 19 Dec 2006 17:09 GMT | 4 |
International settings: Italian Excecuting the following snippet System.Data.OleDb.OleDbConnection Conn=new System.Data.OleDb.OleDbConnection(
|
| Opening a dial-up connection. | 19 Dec 2006 16:59 GMT | 5 |
This is driving me nuts. I call the InternetDial API to open a dial-up connection and it just returns 0 (success) without actually making a call. Am I missing something really simple? I've tried disabling the lan connection, but all to no avail. Thanks.
|
| Unzipping Self Extracting Zip | 19 Dec 2006 16:26 GMT | 2 |
I created a self extracting zip file with about 9000 files in it. I extracted it manually from the command line without a problem. However, when I tried to do the same extraction at the same location with the same arguments (using the Process class), a command prompt
|
| unable to read data from transport connection. | 19 Dec 2006 15:11 GMT | 1 |
I am facing one wired problem while executing web request asynchronously. I am getting error An unhandled exception of type 'System.IO.IOException' occurred in
|
| Magnifying lens | 19 Dec 2006 14:44 GMT | 1 |
Need help with regards to implementing a magnifying lens using C#, any ideas, source code, algorithm any thing !!! Thanks in advance Regards
|
| deep copy (Clone) on System.Collections.Generic.Dictionary ? | 19 Dec 2006 14:36 GMT | 3 |
what is the best way to perform deep copy (Clone) on class that inherit from System.Collections.Generic.Dictionary ?
|
| Possible to debug with Command Line parameters in Visual Studio Express? | 19 Dec 2006 13:20 GMT | 2 |
Hi I'm playing around with the main method signature, and testing reading of command line paramaters. At the moment i have to build the solution, go to a command prompt, navigate to the folder, and then run the program. To test it.
|
| adding c style dll to c# app | 19 Dec 2006 12:42 GMT | 3 |
i have a dll with its .h file,in the .h i found the [ extern "C" ] . when i tried to add the dll to a c# app ,it give me that error [please make sure that it is a valid com or assembly component] so does anyone could help me to add the .dll to my app.
|
| MyJaggedIntArr(ICollection<ICollection<int>> items) rejects List<List<Int>> | 19 Dec 2006 12:21 GMT | 2 |
*background* I want a class containing an int[][] (a list of sets of integer). This should be hidden for the user and he/she should be able to insert his/her favourite data structure so to be a little fancy I thought I'd
|