| Thread | Last Post | Replies |
|
| BitConverter.ToInt32 - weird optimization? | 13 Feb 2007 23:16 GMT | 6 |
Now, if we take a look at the reflected BitConverter.ToInt32 method it looks something like this: public static unsafe int ToInt32(byte[] value, int startIndex) {
|
| MSFS 2004 | 13 Feb 2007 21:57 GMT | 1 |
Can anyone tell me how to program the autopliot to line my aircraft up with the runway i need to land on?
|
| Indexed Properties | 13 Feb 2007 20:59 GMT | 3 |
I wonder about the pros and cons of a setter for an index property. As an example let's look at the Dataset DataSet ds; ....
|
| Wireless Info | 13 Feb 2007 17:27 GMT | 2 |
What's the recommended way to obtain wireless information in .NET using C#? I am looking for SSID, signal strength, security mode, channel, etc. TIA, midas
|
| Exception trying to retrieve from My.Resources | 13 Feb 2007 16:49 GMT | 1 |
In a Property Set statement, I'm trying to retrieve a value from My.Resources like this: Public Property TimeEnd() As DateTime <System.Runtime.CompilerServices.MethodImpl(Runtime.CompilerServices.MethodImplOptions.NoInlining)> _
|
| WPF/E doesn't work in Windows 2000 | 13 Feb 2007 14:55 GMT | 3 |
The WPF/E doesn't work in Windows 2000 unsing IE6. On the contrary it works on MAC OS. I can't belive it. Microsoft did a big mistake!
|
| Adding a hyperlink button to a windows form project | 13 Feb 2007 13:50 GMT | 1 |
does anyone have the code to goto a website when they click on a button in a windows application project?
|
| ArgumentNullException went passing remoted ManualResetEvent to WaitAny | 13 Feb 2007 11:06 GMT | 2 |
I'm creating a ManualResetEvent in one AppDomain and then passing it to a second AppDomain. (WaitHandle derives from MarshalByRefObject.) If I call WaitOne() on my wait handle's remoting proxy, it works just fine. If I pass the proxy to WaitHandle.WaitAny(), however, I get an
|
| Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? | 13 Feb 2007 08:11 GMT | 1 |
Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? I know the OS needs to be updated but I care now about C libraries, .net binaries, etc. that microsoft maintains which have coded in them logic
|
| WPF/Avalon: Adding Controls During Runtime | 13 Feb 2007 01:24 GMT | 2 |
I have to present inputs (textbox, combobox, etc) that are not known during design time. In the past this was pretty simple to do. You just add a new control to the Controls property of a form. How can I achieve the same thing with WPF?
|
| Outlook 2007 | 13 Feb 2007 01:20 GMT | 1 |
in the trial version of Office 2007 - Professional - should Outlook 2007 downloaded? if so - I didn't get this - can I download it on it's own? if Not, why dont MS tell you this!
|
| xp re install - stuck in loop rebooting into safe mode | 13 Feb 2007 01:20 GMT | 1 |
I have re install xp, PC re boots after installation, blue screen appears restarting installation and then goes into xp safe mode. Box appears saying cannot install in safe mode and reboots. The above cycle keeps happening.
|
| GAC, AssemblyResolve event, fusion.dll, Assembly.Load fails | 12 Feb 2007 21:09 GMT | 1 |
I am having an issue where Assembly.Load fails, even after installing a signed assembly to the GAC via the fusion.dll API. I have supplied a link to the simple test harness that reproduces the
|
| Max pool size reached exception when trying to open a new connection | 12 Feb 2007 16:23 GMT | 1 |
i am working on a asp.net web app and using ado.net 's SqlClient Data Provider to connect to sqlserver 2005. I am getting the exception "Timeout expired. The timeout period elapsed
|
| VS@005 Extensions for .NET Framework 3.0 | 12 Feb 2007 16:11 GMT | 9 |
When installing Visual Studio 2005 extensions for .NET Framework 3.0 (WCF_WPF) November 2006 CTP I get two error messages (below). Before this installation I installed both of them. How do I install the two missing components?
|