Search results for query: *

  • Users: rapture
  • Content: Threads
  • Order by date
  1. R

    Cannot hide form

    I am trying to hide a form but cannot seem to get it to work. Here is snippet of the code: PrivateSub myForm_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) HandlesMyBase.Load 'Display the form myForm.DefInstance.Show() 'Some code goes here which calls...
  2. R

    Cannot delete registry key

    I am attempting to delete a key under HKCU/software. I am getting the following error: "Cannot write to the registry key" error. The key located under "software" is named Parent. The key I would like to delete is named "Child" and is located as a subkey under Parent. regKey =...
  3. R

    System.ObjectDisposedException

    When I have the following line of code at the end of my file: myApp.DefInstance.Close() I am getting a System.ObjectDisposedException at the end of my program execution. The program works fine except for this issue. When I omit this line I don't get the exception, but the process still...
  4. R

    How to merge registry file

    Please bear with me as I am completely new to VB. I am trying to create an install procedure and part of it requires that a number of registry values be set. I have all these settings saved to a .reg file which was created by exporting the appropriate branch from another PC where the settings...
Back
Top