Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9173291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:33:18+00:00 2026-06-17T16:33:18+00:00

I have a software that uses a service to encrypt files. The GUI serializes

  • 0

I have a software that uses a service to encrypt files. The GUI serializes a hashtable containing the file paths, then uses the ExecuteCommand method to notify the service. The service deserializes the hashtable and processes the files.

What I need for the service to do is somehow tell the GUI that it’s done processing so the GUI can display some form of notification. What would be the best way for the service to send the data to the GUI? Also if anyone has an alternative to my current method of sending file paths to a service, I am open to suggestions.

EDIT:
This is what I am doing now:

Dim sk = My.Computer.Registry.LocalMachine.CreateSubKey("SOFTWARE\AesESvc")
Dim scAES As New ServiceProcess.ServiceController("AesESvc")

sk.SetValue("Processing", 1, Microsoft.Win32.RegistryValueKind.DWord)

scAES.ExecuteCommand(132)


Do While (sk.GetValue("Processing") = 1)
    sblProcess.Text = "Processing"
Loop

Dim total As Int32 = lvwLoad.Items.Count - sk.GetValue("ErrorsInLastProcess")

If total > 1 Then
    sblProcess.Text = (total & " items successfully processed." & vbCrLf & sk.GetValue("ErrorsInLastProcess") & " error(s)")
ElseIf total = 1 Then
    sblProcess.Text = (total & " item successfully processed." & vbCrLf & sk.GetValue("ErrorsInLastProcess") & " error(s)")
ElseIf total < 1 Then
    sblProcess.Text = ("None of the items could be processed." & vbCrLf & sk.GetValue("ErrorsInLastProcess") & " error(s)")
End If

The service changes the Processing registry value to 0 when it is finished.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:33:20+00:00Added an answer on June 17, 2026 at 4:33 pm

    Named pipes should work well. Here’s some information:

    http://msdn.microsoft.com/en-us/library/bb546085.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a software as a service app that uses JSON communicated via a
Hi I have some software written in VB6.0 that uses an SQL Server, but
I have an application that is installed per-machine (since it uses a service). One
Do you know any open source software that uses Orient DB ? Or have
I have a Visual Studio project that uses a solution file to build it.
I have been writing some software that uses a random string to create a
I am developing a software that uses number precision, but I have this problem,
We have a 3rd party piece of software that uses a bunch of internal
I am working on an old software that uses a .mdb database. I have
We have a Java product that uses a lot of FOSS/COTS software. A number

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.