Search results for query: *

  1. D

    Window Service not triggering Functions in the Class Library

    I have a solution consists of 2 projects. 1) Email_Lib - which is a class library which consists of all the necessary functions. 2) Email_Services - a window service project that will start the email functions in the Email_Lib when the window is started. In the Email_Services project, I add...
  2. D

    License Key Generation Method

    I need to generate licence key for the software that I am developing. Anyone can advise on how to do it? coz I am new to win application development. any reply is greatly appreciated!!
  3. D

    What is the different between Window Application and Window service?

    Hi, Just would like to share with you guys that I have found the solution to my problem. Apparently, there are settings for the service. In the service properties menu -> Log On tap we need to logon as Local System Account, and also need to check the "Allow service to interact with desktop"...
  4. D

    What is the different between Window Application and Window service?

    sorry for my poor expression. I have put the initialisation code in the OnStart method and installed the service using Installutil.exe The way I test the program is: I installed the service namely : test_service 1) I start the service from the administrative tool->service 2) attach the...
  5. D

    What is the different between Window Application and Window service?

    Hi Neal, Thank you for your reply. I know window service doesn't have an interface. The problem I've got is, I move all the update coding from the "form_load" to a VB class, when the window service be started, it will just trigger the coding in the VB class, so.. no interface will be...
  6. D

    What is the different between Window Application and Window service?

    Hi, I have developed an window application, and I want to make it run as a window service. The application run so fine when being triggered from the application's interface, perform all the update to the respective database tables. However, when I try to run the same functions as a window...
Back
Top