You must Sign In to post a response.
  • Category: Windows 8

    For automtic send birthday wish

    Using serviceController As New System.ServiceProcess.ServiceController("SimpleService")
    serviceController.[Stop]()
    End Using

    above error in vb.net code for automatic birthday wish
    please solution for that
  • #769441
    Hi

    you can go to service for this depends on your sql database

    ex: step1

    create table and enter dob in every person


    step 2 retrieve data and send email or sms from your service.

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments