I think you might run into some security problems trying to start a windows application from a service. Try setting the login credentials of your service.
Kurt _B
Posts
-
Starting a .NET application from .NET service -
Help with MFC TimersWhy would you create a whole class just for a timer? Seems to be overkill.
-
Detecting when one side of a Socket Connection ClosesConnected property is true. Even tried waiting a few minutes. Using asynchronous methods which do not use a timeout I believe.
-
Detecting when one side of a Socket Connection ClosesI am using the Socket class to communicate between two applications and if I close my server app closing the socket connections my client app is unable to detect that it is closed. Even doing a send from the client app does not throw an exception. Does anyone know how to detect if a socket has been closed from the other side? Thanks Kurt
-
SetTimer, nIDEvent and timer identificationi. If you do "this->SetTimer(100, 2000, NULL)" inside your CScrollView class it will use the handle for your view. ii. It is unique to your view. How many timers are you planning on using? If just one declare a constant. iii. Yes if some sends the WM_TIMER message to that view. Really shouldn't happen though. iv. How do you know it's failing?
-
How many people are using VSTS?I'm sure they will be giving it away before to long.
-
Serial Port 2.0 to 1.1 backward compatibilityI think the serial port classes were new in 2.0 so they wouldn't even be in 1.1.
-
How many people are using VSTS?Visual Studio Team System, I think most people know what it is. -- modified at 11:52 Monday 17th July, 2006
-
vs2003 SCM integrationWith VS2003 it only recognizes 1 SCM. You have to modify the registry to see the new SCM.
-
including default project comments in new source codeYou could try writing a macro. There are also serveral third party tools out there. -- modified at 11:48 Monday 17th July, 2006
-
How many people are using VSTS?Are alot of people using this and if so how is it?
-
Release build runs slower than Debug buildI would have to say it's the slower processor in your test machine.
-
How do I do this ? [modified]Try using a SafeArray on the ATL side.
-
data not being inserted/updatedYou need a java forum not a C++ forum. Give a little more detail when describing your problem. -- modified at 8:59 Tuesday 27th June, 2006
-
Is the tier design approach good for a windows app? [modified]We are converting our system over to C# and I am wondering if the the tier design is worth the extra trouble. And it seems most of the applications I see designed this way are mainly web apps. -- modified at 9:09 Tuesday 13th June, 2006
-
Using unmanaged MFC classes from C#No just exported mfc classes.
-
Using unmanaged MFC classes from C#Is it possible to use unmanaged MFC classes from C#?
-
ATL property problemCOleDateTime is a MFC\ATL class and cannot be used in a idl file, you need to use DATE*.
-
Dynamic cast problemWhy are you casting to the same type?
-
Folders in the left tree in VS2003Use the solution explorer to move them.