Click here to Skip to main content
16,004,452 members

Comments by Elite Labs (Top 9 by date)

Elite Labs 3-Jun-21 4:48am View    
For that application UI to trigger in browser we have to start windows service
Elite Labs 3-Jun-21 4:37am View    
I have been working on IBM Datacap navigator which picks up entire path of the file.It is a web application how is it possible
Elite Labs 3-Jun-21 4:32am View    
I'm running a thread on client machine which is running in background which accepts the filepath as input and then fetch the file from that location and send it to server in background without freezing UI.In order to perform this i need complete path of the input file.
Elite Labs 3-Jun-21 4:23am View    
But on using that i cannot get full path which is required for me,i seen in some application they are getting full path how is this possible when there are security restrictions to get full path
Elite Labs 3-Jun-21 4:16am View    
i'm consuming wcf library as windows service in Angular application ,so when i click upload in angular the windows service should trigger the custom file explorer.if i use desktop application .is it possible to trigger the desktop application using windows service