| Thread | Last Post | Replies |
|
| c++ managed classes and garbage collectoin | 06 Nov 2003 14:47 GMT | 2 |
I am having really tough time finding anywhere on the web concrete explanation (if any) of how Garbage Colletor decided for C++ managed objects when object is ready to be released, and why? Refer to simple example below with
|
| How to retrieve the summary info shown on the properties tab for a file | 06 Nov 2003 13:48 GMT | 2 |
Can anyone tell me how to retrieve the summary information for the properties of a file. In windows explorer you would right on the file, select properties and then click the summary tab.
|
| listbox/listview - content drawing problem | 05 Nov 2003 17:38 GMT | 1 |
Don't know if this is known or not - I can't find anything describing my issue. I fill standard listbox in form Load event handler using loop with lb.Items.Add(someString) inside BeginUpdate/EndUpdate - exactly as MS
|
| NT Service, .NET and Sockets | 05 Nov 2003 07:04 GMT | 2 |
I have two different programs- one uses IMAP and the other uses it's own IMAP protocol (implemented using sockets). Both programs use the IP*Works toolkit (for .NET). When the "socket" code is running from a desktop (winform) test harness, there are few if any timeouts when these ...
|
| QuickStart Tutorial "A Personalized Portal" does not work (for me) | 04 Nov 2003 22:29 GMT | 1 |
When I try to execute this sample, I get an error indicating it could not find SQL stored procedure "LoadPersonalizationSettings". Did I miss something in setting the tutorial up? I found nothing on the Microsoft site about this.
|
| Eject USB flash disk | 04 Nov 2003 08:22 GMT | 1 |
In my application, i want to flush all data to USB and eject it (like select Safe Remove from tray icon). Is it possible ? How to to that ? Thanks a lot
|
| Framework 1.0 to 1.1 conversion | 04 Nov 2003 02:04 GMT | 1 |
We are using Framework 1.0 for all our ASP.NET and Windows application projects. We plan on going to Framework 1.1. On MSDN, they say that for Windows application, we have to add a section in
|
| Stream I/O: what about arrays of records, etc (why only byte[])? | 04 Nov 2003 00:31 GMT | 3 |
So I've got a class that wants to write out an array of uints to a Stream. It seems that in the most general case I am forced to copy my uint[] into a byte[] just so I can call Stream.Write. If there was an overload of Stream.Write that took a System.Array, an index, and a count, ...
|
| COM interop | 03 Nov 2003 21:44 GMT | 2 |
I know it's possible to call COM server in C#. but is it possible to create a new COM sever in C# ? I mean I want to create a IShellBrowser (well something like that, I just dicover it recently) I mean I want to write a shell extension to appear in
|
| bug in TimeSpan ? | 03 Nov 2003 21:31 GMT | 1 |
I created a TimeSpan with some Ticks value (roughly equal to one day interval) However when I print Hours and Milliseconds property of this TimeSpan I obtain this very weird result:
|
| How to distribute a C# Application | 03 Nov 2003 17:35 GMT | 3 |
I have written a C# application uding MS Visual Studio .NET When runnig the program in another maachine i get an error message "Program failed to initialise properly"
|
| Work only inside debuger?! | 03 Nov 2003 10:55 GMT | 7 |
get this string when I press CTRL-F5 to run: ØB- I get this string when I press F5 to run: Mobile Intel(R) Celeron(R) CPU 1.50GHz
|
| how to write a "hard drive" driver | 03 Nov 2003 10:19 GMT | 8 |
I'm writting a C# network application, which could expose its data as a file system. I was thinking to have one back-end which would install itself as a hard-drive on the client's computer, I would host the .NET runtime in my
|