Launch A Winform Application From A Windows Service?

Aug 26, 2010

I run the app under current logged in user from the service.To give you background, I have a VB.NET Windows service whose sole functionality is to run a Winform App at a specified time. Apart from that it also sets a system wakeup timer so that the system can be woken up at the specified time, if it goes into standby/sleep, to run the app. This service has to cater to XP/Vista/Win7 desktops on our network. This service won't run on servers and laptops.

The Winform App shows a UI for the user to provide some inputs. If the user does not provide the input within 15 minutes, then it defaults the value and then goes into system tray icon. The user can click on the icon and change the values later (within in a specified time frame and that too only twice).

There is absolutely no interaction between the service and the winform app apart from the service starting the app. It also monitors if the app has been killed by the user/crashed. If it has been killed/crashed, then a new instance is run after 30 mins from previous run.

If there is no user logged on, then also I want the app to be run at the specified time. As I said before, the app has a default timer. So if some user has just logged off from the system, then defaults would be set by the winform app.Now coming to why I am stuck with this design - I cannot use TaskScheduler because it has been disabled on all machines and security team is not willing to change it. TaskScheduler had the option to wakeup the machine from sleep and other things. So basically I ended up creating a service which is acting like task scheduler.

Currently when I run the app.exe via process.start() within the service, its running under SYSTEM account as the service is also running under LOCAL SYSTEM. So basically I am not getting any UI. Is there anyway to run it under the current logged in user? I am not worried about multiple user login as we wont be running it on servers and switch user is not enabled on our desktops. Even if somebody has done a remote login via mstsc, then also I need the run the app and show the UI to the user.

View 1 Replies


ADVERTISEMENT

.net - WCF Service Hosted In A Managed Windows Service Connect Using A WCF Service Application

Jul 14, 2011

i have a Windows service that is hosting a WCF service through net.tcp and this is working great. I have also created a WCF service application. I am trying to add the net.tcp service reference to the service application. Then I add it to the GAC that goes ok but if I try to RegAsm the WCF service application to allow it to be called from Server.CreateObject I get the error:

Warning: Type library exporter encountered a type that derives from a
generic class and is not marked as
[ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be
exposed for such types. Consider marking the type with
[ClassInterface(ClassInterfaceType.None)] and exposing an explicit
interface as the default interface to COM using the
ComDefaultInterface attribute.

It does not work. I have tried to call it through a class library but this does not work either as the end point is not set correctly.

View 1 Replies

Show A Dialog (based On Current Code Is Running In A Winform App OR Windows Service)?

Apr 7, 2011

I have some shared code I need to use both in a WinForm and a service. How can I test if my code is running in a service, so I can avoid problems with modal dialogs.

View 2 Replies

C# - Launch A Windows Application From A Webpage?

Mar 8, 2011

We have a company intranet and the powers that be think it would be nice to have a collection of icons/links representing the applications that most reps use (Outlook, Excel, few other apps).

The idea would be that if the application is installed, clicking the link/icon would launch the application on the client machine.

Anyone ever had a requirement like that and been successful implementing it?

View 3 Replies

Launch A .wsf From Winform?

Sep 4, 2011

ok so i dynamically create a wsf for running an automated telnet session that works great!!(finally!!) but auto executing the script from my code is proving difficult for whatever reason.

I have tried:


Shell("C:shutoffscript.wsf") this produces this result.

also tried setting a bat file that launches the script and launching it as well using shell every time I launch it I get an error in the script that works just fine executed outside my code.

using outfile As New StreamWriter("c:" & "shutoffscript.wsf")
outfile.Write(sb.ToString())
End Using
MsgBox("Script built press ok to execute")
Shell("C:shutoffscript.wsf")

I think this has to be some sort of permissions error right? Since both errors tend to not be able to find the file. Just not sure how to fix it.

View 6 Replies

How To Launch Website Using WinForm

Aug 8, 2007

I want to launch any URL using desktop application developed using VB.NET using POST method.

View 5 Replies

Make Windows Application Launch From A Url Like Mirc Or Ventrilo?

Jul 16, 2009

I have seen various applications that can be launched from a link embedded in a web page. example: irc ://irc .freenode.net/#roomname Opens IRC and joins the room.

View 1 Replies

Launch An Excel Document In Windows, Edit It And Get The Application To Ask To Save It?

Nov 1, 2010

I can launch Excel with the document I want using VB.Net 2010:

Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.xlsx"
p.Start()

Excel starts OK with the file opened. I edit the file, but when I close it down, Excel doesn't ask if I want to save changes. So it closes and loses my edits.

If I do the same with a text file:

Dim p As New System.Diagnostics.Process
p.StartInfo.FileName = "c: empmyfile.txt"
p.Start()

It opens (in Notepad++), I edit it and close it, and Notepad++ asks if I want to save changes.

I've now tried similar code with a Word document - and that's OK. Also with an OpenOffice Sheet document and that works as well.

This behaviour is happening in Windows 7 with Excel 2010. It works as expected in Windows XP with Excel 2007.

What am I doing wrong with Excel? Is it me?

View 2 Replies

Windows - Programmatically Change The Startup Form On Application Launch?

Feb 16, 2010

Can I programmatically change the startup form on application launch in VB.Net?

View 2 Replies

Code Works In A Windows Forms Application, But Not In A Windows Service

Jan 19, 2010

I'm porting code that I wrote for use in a Windows Forms application to a Windows Service, but for some reason, the code that worked in the Windows Forms application is now throwing errors in the Service

View 7 Replies

Take And Run .net Windows Application Setup As Windows Service?

Feb 17, 2009

is it possible to take and run vb.net windows application setup as windows service...if possible means how to take and run vb.net windows application setup as windows service....is it possible to run the vb.net windows application setup automatically 5 mins once....if possible means...how to run vb.net windows application setup automatically...want to run 5 minutes once automatically..

View 2 Replies

Windows Service Launching A Windows Application?

Sep 7, 2008

Windows Service launching a Windows application?

View 3 Replies

Add A SMS Service To Windows Application?

Aug 5, 2009

I am building a windows based application using Visual basic.net , for Real estate management office and I want my software to send SMS messages to the tenant that it's time to pay for the rent.

View 3 Replies

How To Run An Application From A Windows Service

May 16, 2012

I have one windows applciaction and a windows service, I need my WinApp running all the time and if it is not runing I need the service to run it.the question is how can I run my app from the windows service, I dont need any interaction between them I just need the service as an agent that secure the winApp is running and if not, make it run.I got the service and winthin I got a timer that every minuto will check for the running app the questions are:

1-How the service cheks for the application

2-How the service can lunch the application??

View 2 Replies

IDE :: Using A Windows Service To Run An Other Application?

Oct 28, 2009

I have a windows application that updates somedata every 10 mins. I need to make sure that this application keeps running.I was thinking of having a service with a timer that checks if the application is running and if not it fires it up.

View 4 Replies

Run GUI Application As Windows Service

Feb 25, 2010

I am having a hard time figuring out how would my vb.net application to run as window service so that it would not appear in the task manager's processes list so that it can't be terminated and would constantly run in a background. Is there anyway we could make to run our vb.net application as Windows Service, programmatically? If not, could you provide me sample code that has this Windows Service that's constantly from time to time check whether my application is running or not? If not, then the Windows Service will rerun it for me.?

View 4 Replies

Use A Web Service Within A Windows Application?

Jul 14, 2009

I created a very simple web service on my godaddy shared hosting web site, using VWD. I wrote a VB app to use some web services. I added a web reference to another web service with no problem. But I could not add a web reference to MY OWN web service. It was blocked by a Discovery Credential dialog that could not succeed. After days of communication with godaddy tech support they stated it could not be done (for security reasons).

View 4 Replies

Call Win Application From Windows Service?

Apr 18, 2006

Can somebody tell me the steps to follow so that i can call my windows application (.exe) file from my windows service in C# (.Net 2003

View 2 Replies

Debugging Windows Service Application

Sep 1, 2011

I have created and deployed a windows service application and I added this line of code "System.Diagnostics.Debugger.Launch()" in the beginning of OnStart method in order to be able to debug the service but when I start the service the nothing is happened. I think the OnStart method have never fired otherwise the visual studio will popup once the debugger.launch line is executed even I tried to write some text to the event viewer to make sure but nothing gets written to the events viewer after I started the service. I included also the debugging symbol in my windows service setup project but I end up with the same result.Why it's not working? How can I make sure that the OnStart method gets fired or not?

View 2 Replies

VS 2005 How To Run Any Application From Within A Windows Service??

May 19, 2009

I am using Vb 2005 to develope a windows service, i have completed a long flow,but at the end i am having a little problem.When i use process.start("abc.exe"), it didnt show me But when i have a little more analysis of the problem i noticed that its running in background by making windows service as its parten process, So it means process runs but as a service how i can show that application on desktop?

View 3 Replies

VS 2008 - Cannot Run Other Application In Windows Service

Apr 15, 2009

I created new windows service with timer inside it for scheduler purpose and it can run successfully but it can't run other application (ex: notepad) when the timer elapsed. I can see the process running in Task Manager but the notepad windows is not open. I used this code in timer_elapsed event.

AppLauncher oAppLauncher = new AppLauncher(@"C:WindowsRegedit.exe");
new Thread(new ThreadStart(oAppLauncher.StartProcess)).Start();
where applauncher is a Class
Class AppLauncher {
string myAppPath = string.Empty;
[Code] .....
When I build windows App I can see Notepad open using the same code.

View 4 Replies

Windows Service Application VB2010?

Feb 14, 2012

I made a program that makes backups of a database when the user runs the application, etc. But now my new work is to make it as a Windows Service, to run on the days and time that the person choose, how do I do it ? I never created something like this. I got all the code to make the backup, now the problem is to create it as a service.

This is my form to the person choose the days and the hour to the process runs and install it as a service, and when it runs to be minimizated on the windows icons near clock and date and another option on another button to make it a service too, but now to load all the time that the windows starts :s

View 10 Replies

Unable To Launch And GUI Program From A Service?

Oct 22, 2011

I am trying to startup a simple VB.net program that has a GUI from a service. I have tried a few flavors of Process.Start and none of them allow the GUI to work. I can get the farthest using:

System.Diagnostics.Process.Start(
"C:ProgramDataWatcherStartIt.bat")
And from inside the batch:
start C:TestTestStart.exe

Eventually I get an "Interactive Services Detection" dialog telling me that a message is trying to be displayed and when I click View the message, I see my expected dialog but the program won't run. I am Running on Win7 Home 64 bit. My Simple GUI program was written in VB.net VS2008. I set the service properties to "allow interaction with the desktop" but this does not help.Is there any way to launch a program from within a service that will allow you to interact with the desktop?

View 17 Replies

Application.ExecutablePath Equivalent In A Windows Service

Apr 28, 2010

I've been tasked with the development of a Widows service, and so far i've pretty much got it all done, except I'm looking for the Services equivalent to a forms applications 'Application.ExecutablePath'.I've search the net, and gone through most of the intelesence's item's but cant find it, and acctually have very little idea where else to look for it..

View 6 Replies

Build One Windows Service Application Which Has The Reference To 4 Dll?

Apr 1, 2010

Today I was build one Windows Service Application which has the reference to 4 Dll. After building the Release I found that there was one more DLL in addition to the reference I have. I checked using ILDASM and it only showed 4 dlls.What could be the issue ? How I can I check why it is getting unwanted DLL's in Release Folder?

View 10 Replies

Call A Windows Service Written In Net From Application?

Sep 8, 2006

I have written a windows service to do some operation (in .net), im calling the same in .net it works quite fine without any issues. Now my problem is i need to call the same service which is written in .net from an VB application.

View 4 Replies

Have A Windows Service Application That Runs A Timer?

Jan 19, 2010

I have a windows service application that runs a timer. When this timer ticks it starts another application that runs a process.The application is started but it does nothing. On the other hand if i run the application manually it works fine.

View 5 Replies

Running A Console Application As A Windows Service?

Jun 29, 2010

I have a console application that is ready to be used as a windows service, I have been looking around for a couple of hours and tried many of the tutorials out there but none of them worked with me.

The closest one was: [URL] but it didn't go into the process of doing it. I converted that code to VB.NET but then I don't know where to go from there. I have the Module1.vb which runs my console application all ready to be used.

show me a way to use my console application as a service, I tried using the InstallUtil feature but my app never showed under "services".

View 8 Replies

Windows Xp Stop Service Application In Program?

Apr 16, 2010

How can any windows xp stop service application in vb.net2008?

View 1 Replies

C# - Launch A Process In A User's Session From A Service?

Jun 27, 2010

In Windows Vista/7/2008/2008R2, is it at all possible to launch a process in a user's session from a service? Specifically, the local session would be most useful.Everything I've been reading seems to say this isn't possible, but I figured I'd ask here before giving up completely.My service signs on as Local System.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved