| Thread | Last Post | Replies |
|
| Thread Local Linking | 28 Nov 2007 15:25 GMT | 6 |
I have a legacy project with hundreds of unmanaged C programs, that I am porting to .NET. There are a lot of globally scoped variables in the C programs, which I have had to convert to thread local, so that multiple threads of the same program do not interfere with each other. ...
|
| Get the IL out of a method? | 28 Nov 2007 13:37 GMT | 1 |
I am curious if there is any way to get the IL from a given method at runtime? I know about ILDasm.exe, but I was hoping to peek into the assembly and get the actual IL. In practice, I want to compile code on the fly using the
|
| Can't find modem! | 28 Nov 2007 12:35 GMT | 1 |
I lost the mother board in a storm and had a tech replace it under warenty, but after he left I tried to go on line and the message no modem located came up. I've tried to get back with the support people but it's almost impossible. It's a Compac with xp home. What if anything ...
|
| 2007 Home & Student Edition Trial to Full Version | 27 Nov 2007 23:51 GMT | 1 |
My trial version will soon expire and I will be purchasing the full version of the software. Will all my files that I have saved in the Trial Edition transfer to the full version. I have made backups of all the files I want to save.
|
| NET 2008 | 27 Nov 2007 20:35 GMT | 4 |
Can NET 2008 run side by side with NET 2005?
 Signature Regards, Jamie
|
| Did I Miss The Announcement? Is 3.5 and VS2008 Available as RTM? | 27 Nov 2007 19:58 GMT | 1 |
I looked on Scott gu's blog and it still says Beta 2 is available, but going to the respective download pages - they don't say anything about beta. Are these available to MSDN subscribers yet as RTM versions (no longer Beta)?
|
| VS 2008 (VB Express) Registry.GetValue question | 27 Nov 2007 16:08 GMT | 2 |
I'm trying to read from: HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current to get the value in: (Default) using: strCurrentSound =
|
| Junk E-Mail Reporting Tool button has disappeared | 27 Nov 2007 15:37 GMT | 1 |
For some reason, my toolbar button for the Junk Reporting Tool has disappeared. I'm running OL2003 on XP. I've downloaded and installed the tool again, but the button still does not appear. There is also no mention of this Tool in Add/Remove Programs. How can I get it back?
|
| dell madness | 27 Nov 2007 15:33 GMT | 1 |
I just up-graded my "Dell Help & Support Center" and now every time I start upthe Dell folder is open on the desk top. How do I make it GO AWAY, lest madness overtake me. Thanks!
|
| visual studio 2005 and 2008 | 27 Nov 2007 08:16 GMT | 3 |
Can I run both on the same machine?
 Signature Victor
|
| XAML | 27 Nov 2007 08:12 GMT | 3 |
Please answer me 1. Is XAML maily aiming windows. Why is the controls on double click not produce the event handlers in the c# file( code behind or something ...)
|
| why not to change name... | 27 Nov 2007 07:32 GMT | 1 |
In this NG, we will see many many words not related to dotnet. As I see, may be the 'dotnet' name is so confusable for one not programmer. Why not to change a new name like 'microsoft.public.development.dotnet.*'....
|
| >> dot Net User Group Meetings | 27 Nov 2007 02:08 GMT | 2 |
Hi I am hoping that the user group meetings in Auckland, New Zealand are still being organised. Does anyone know when and where the next meeting is being held? Many thanks, Jonathan
|
| How to call a method defined in grandparent class? | 26 Nov 2007 23:30 GMT | 5 |
I'll need something like: base.base.Show(); However, this doesn't work. The grandparent class name is "BaseForm". What's the correct syntax to call the "Show" method defined in the
|
| missingmethodexception | 26 Nov 2007 16:11 GMT | 1 |
I've got a VS2005 solution (written in C# and OpenGL) with an executable, that calls lots of sub project dlls (which are in the same solution). I briefly changed the main project to a dll (class library), then back to an exe (windows application) but now when I try to run it I get ...
|