by: nigb |
last post by:
I am running a 3rd party commercial access application (Access 2003 &
XP) which initially installs in demo mode then when registered the
details are kept in HKEY_CURRENT_USER\Software\VB and VBA...
|
by: akhare1 |
last post by:
OK, before I start, let me clarify a few things here. This is not the
run of the mill failure to read a registry key while trying to write
to the Event Log.
Here's our setup:
a) IIS 6.0...
|
by: Henry Fleming |
last post by:
I have an C# assembly that is supposed to read a registry key:
RegistryKey regCurrentUser = Registry.CurrentUser;
RegistryKey regSoftware = regCurrentUser.OpenSubKey("Software",true);...
|
by: eric |
last post by:
Is there any way for .net to get the name of the changing entry of registry
in real time? We want to monitor the whole registry and be notified when
there was a entry is changed on time. We also...
|
by: predoni |
last post by:
Hello,
I developed a program that monitor the registry.
This program notify if one of the key is changed.
The next step is to create the posibility to tell what process have
modified the...
|
by: Parv |
last post by:
I am working in a domain environment. I am on a client machine and
wants to edit registery of domain server. I am currently in a Domain
user account and member of Domain administrators on the...
|
by: ewolfman |
last post by:
Hi,
Is there any way in which I can monitor / hook the Registry, and upon a
call to a specific key from a specific application - swap the returned
value?
I was thinking of using this method...
|
by: Rymfax |
last post by:
Hello, I was hoping someone could help me with a problem I'm having.
I've got a C# app that uses several DLL Imports from setupapi.dll and
others (Thanks again for the Help on those Willy). One...
|
by: keane |
last post by:
Develope a registry monitor
--------------------------------------------------------------------------------
i m going to use detour library to intercept API calls to the the registry from .NET...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
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: 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: 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: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
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...
|