Started 10 hours, 25 minutes ago (2008-10-07 09:02:00)
by Simon Harvey
Hi guys, I'd be really greatful if any COM/interop gurus could help me with the following issue. We have a .net application that uses the
MapPoint 13 COM control to display maps within our application. The problem that I'm having is that although the application does work when I run the application within Visual ...

Started 1 day, 22 hours ago (2008-10-05 21:20:00)
by peter.mcclymont@gmail.com
Hi All, If our application is run on a computer which doesn't have SQL compact installed on it (our app is
WPF .NET 3.5) then I get an exception, InvalidOperationException - Provider 'System.Data.SqlServerCe.3.5' not installed. I was just wondering if there is a nice clean way to test from .NET 3.5 whether the ...

Started 2 days, 8 hours ago (2008-10-05 10:32:00)
by giddy
hi, This is more of a design question, If I have something like: class Person { //functions: static Person[] GetAllPersons(); static Person[] Search(string field,string value); } In the second function I would do something like build an sql query like this: >SELECT ........... ...

Started 2 days, 17 hours ago (2008-10-05 02:19:00)
by unknown
Started 3 days, 4 hours ago (2008-10-04 15:13:00)
by Alvin Bruney [ASP.NET MVP]
a multi-post? -- Want a free copy of VS 2008 w/
MSDN premium subscription? Details at http://msmvps.com/blogs/alvin/Default.aspx Auther Plug OWC Blackbook now on download at www.lulu.com/owc "adhingra" <adhingra@discussions.microsoft.com> wrote in message news:EB8D0537-97C7-4D01-8640-30D1F228922D@microsof t.com... > I...

Started 4 days, 5 hours ago (2008-10-03 13:44:00)
by Leon
Is there any way to run DOS programs in Full Screen mode at Vista (
Microsoft windows Vista version 6.0.6001) Same programs running in full screen mode at Win XP. (Microsoft windows XP version 5.1.2600)

Started 4 days, 16 hours ago (2008-10-03 03:15:00)
by microsoft.public.dotnet.framework
On 3
oct, 05:06, "peter.mcclym...@gmail.com" <peter.mcclym...@gmail.com> wrote: > Hi All, > > I have a WPF app written in .NET 3.5. > > The App.xaml file has a startup method on it like this (the line > Startup=App_Startup), > > <Application x:Class="iC3.App" > xmlns=" http://schemas.microsoft.com/winfx/...

Started 5 days, 16 hours ago (2008-10-02 02:29:00)
by Adam Benson
You can only catch an exception in the thread that raised it. If you want to signal an event from one thread to another use System.
Threading.AutoResetEvent or System.Threading.ManualResetEvent Kind Regards, Adam. ========= <yeye.yang@yahoo.fr> wrote in message news:c4520cd5-d588-4ac1-b787-...

Started 5 days, 9 hours ago (2008-10-02 09:35:00)
by Kerem Gümrükcü
Hi, how can i remove/disable the tray icon for the started Express Edition from the
system tray. Te icon directs me to the express editons website after clicking on it. I dont want these tray icon. It will be shown for any Express Edition: C#,VB,VC++,... Thanks in advance,... Regards Kerem...

Started 5 days, 12 hours ago (2008-10-02 07:05:00)
by Jeroen Mostert
Leon_Amirreza wrote: > How to obtain .net framwork programatically? > I used Environment.Version; it reports version 2 on a Vista machine that > .net 3.5 SP1 is installed: > This is correct. Environment.Version reports the CLR version, which is 2.0 (with a different build for 2.0 SP1) for all version of the framework >= 2...
