| Thread | Last Post | Replies |
|
| Tracking changes on specified file | 09 Jun 2007 23:01 GMT | 1 |
I need to precisely track changes on a specified file. I have to be able to know exactly what bytes of a file had been modified (or how much added/deleted). This file is a binary file containing an old database, changes on it are made by an dedicated DBMS. I found
|
| IL code debugging? | 09 Jun 2007 15:09 GMT | 1 |
Is it possible to debug IL code using VS.SET? It would be very useful, when some error occurs in the module without source-code.
|
| how to simulate a different time zone? | 09 Jun 2007 10:49 GMT | 1 |
¿is it possible by code to simulate that i am in a different time zone just for to execute a few lines of code? in my case i am in the time zone "Santiago/Chile" which is GMT-04, but for to execute a few lines of code that demand time zone "GMT 0"
|
| deriving from Byte[] in C# | 09 Jun 2007 04:50 GMT | 1 |
is it possible to derive from an array type - in my case from Byte[]. The purpose is to override the ToString() of Byte[] method in such a way that it results in a string representing the Byte[] as a 'normal' string - i know that only legal ASCIIs are in the array - and not ...
|
| Keep a selection highlighted in a listView when it loses the focus | 08 Jun 2007 19:05 GMT | 2 |
I've created a ListView with some images. I can selected an image, but when the focus leaves the listView, the item doesn't appear highlighted. I've tried to change the property HideSelection to false, but it doesn't
|
| What CLR/JIT version compiles my 1.1 IL code ? | 08 Jun 2007 16:32 GMT | 5 |
I have Framework 1.1 and 2.0 installed both in my PC. When my IE hosts/runs a .Net(C#) applet written in Framework 1.1, what version of my framework (CLRs/JIT)compiles the control in binary code, the 2.0 or 1.1 ? Genc Ymeri
|
| winforms + resize | 08 Jun 2007 16:18 GMT | 1 |
i'm a newbie to winforms.. in my application..i've created a main form.. i show the other forms as dialog form on click event of buttons of my mainform ...
|
| .Net substitute for the Borland TMediaPlayer control | 08 Jun 2007 15:29 GMT | 1 |
My client has an existing project done in Borland C++ that I was wanting to port to .Net. Most of seems fairly easy to move over except that it uses (heavily) the Borland TMediaPlayer control for:
|
| Saving a bitmap as a PNG without the gamma info | 08 Jun 2007 14:01 GMT | 4 |
[Apologize for the cross-post in microsoft.public.dotnet.framework.drawing, but I just noticed the .drawing group is not in the managed newsgroups list] I have written a custom web control that dynamically generates bitmaps in the response stream, using the Image.Save(stream, ...
|
| Email fonts | 08 Jun 2007 03:38 GMT | 1 |
I have selected the fonts that I want to use when composing and replying to emails but when I "create email" my chosen font isn't there. It defaults to Arial. Any help?
|
| Can you step into .NET framework calls when debugging? | 08 Jun 2007 00:05 GMT | 1 |
I'm sure this is a question that a million people have asked, but I'm having trouble finding the answer. I want to be able to step through .NET framework code. Basically, I want to walk through the kind of code that Reflector exposes (http://www.aisto.com/roeder/dotnet/) at ...
|
| I want an "autosort" class | 07 Jun 2007 22:37 GMT | 1 |
Unless a project particularly interests me, I'll try to see if someone else has created what I need rather than doing it myself. Such is the case now. I'm wondering if anyone has made a list/array class (preferrably a generic one) that holds IComparable[<T>] objects and ...
|
| dynamic C# functions... | 07 Jun 2007 21:34 GMT | 1 |
i need to be able to create a dynamic C# function on the fly on an existing type that exists within an assembly already loaded into memory. basically, the body of this dynamic function will be loaded from an external source (e.g. a file).
|
| Visual Studio 2005 & SQLite | 07 Jun 2007 18:49 GMT | 1 |
Is there any documentation on how to interact with VS2005 and a SQLite database? Thanks a lot!
|
| .NET Remoting works only once | 07 Jun 2007 17:12 GMT | 1 |
Hello... I am implementing .NET remoting with a WebService as client. All works fine the first time, but when I call again the method from WS that gets the remote object and calls a remote method, I don`t get into the
|