by: Morten Wennevik |
last post by:
Saving a color object to registry will set it's value to something like
"Color ", or "Color ",
but how do I get this back into a Color object???
Casting it to Color only causes an exception.
...
|
by: Ashok |
last post by:
Hello
I need to programmatically change the permissions (ACL) on a specific
registry key in a .NET app. Is there a way to do this in .NET?
Thanks for the help,
Ashok
|
by: CMG |
last post by:
I am writing a little code to associate an extention with
my program. And as far as i can see, i need to do the
following:
Public Function associatefile(ByVal
FILE_EXTENTION_TO_ASSOCIATE As...
|
by: Paul Remblance |
last post by:
The following code fails due to security:
Dim regKey As RegistryKey
Dim strEvent As String
Dim index As Integer
Dim f As New RegistryPermission(RegistryPermissionAccess.AllAccess,...
|
by: pagates |
last post by:
Hi All,
I am attempting to write values to the registry, but get an
UnauthorizedAccessException when I try to do a SetValue on an existing key.
However, I can create the key, with a value, when...
|
by: gsb58 |
last post by:
Hi!
I have a little problem with the registry function. The function is
supposed to check the registry as the main form is activated. If there
is a key it should not write to the registry, as it...
|
by: beaker |
last post by:
Hi,
This may be slightly OT, but as I'm using VB.NET I'll ask anyway...
I'm trying to update my path using the following code to tweak the registry
Dim regKey As RegistryKey
regKey =...
|
by: Mark |
last post by:
I am trying to read a key in the registry but I get nothing in response and I
copied the code from the help files.
Here is the code:
Dim readValue As Object
readValue =...
|
by: Piotrekk |
last post by:
Hi
I have accessed registry key where system path is stored:
RegistryKey myKey =
Registry.LocalMachine.OpenSubKey("System\\CurrentControlSet\\Control\\Session
Manager\\Environment");
...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|