Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Windows reg extractor
Post: RE: Windows reg extractor

Thank you, I will give that a go.
shappaeye General Coding Help 4 2,403 May-23-2020, 12:33 PM
    Thread: Windows reg extractor
Post: RE: Windows reg extractor

aReg = ConnectRegistry(None, HKEY_LOCAL_MACHINE) #The following opens the registry to extract all software version numbers aKey = OpenKey(aReg, r"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"\ ...
shappaeye General Coding Help 4 2,403 May-22-2020, 09:55 AM
    Thread: Windows reg extractor
Post: Windows reg extractor

I have written code to extract the software version and name from the Windows 10 registry. But i have noticed it extracts all named software folders correctly but fails to extract any software names ...
shappaeye General Coding Help 4 2,403 May-22-2020, 09:45 AM
    Thread: Inserting input into Word doc bookmark
Post: RE: Inserting input into Word doc bookmark

OK, got a little further, realised it wasn't a bookmark but a FormField with a Bookmark reference! Doh! So now I can get the data into the FormField but having problems with the Unprotect/Protect com...
shappaeye General Coding Help 2 2,194 Apr-21-2020, 08:12 AM
    Thread: Inserting input into Word doc bookmark
Post: RE: Inserting input into Word doc bookmark

I should have said the GUI is a Python/Tkinter GUI and the bookmark is an enclosed bookmark.
shappaeye General Coding Help 2 2,194 Apr-20-2020, 11:15 AM
    Thread: Inserting input into Word doc bookmark
Post: Inserting input into Word doc bookmark

Hey all, I have a python script which asks for values from the user in a GUI in Windows, when the values are input, I want them to be placed in a bookmark in a pre formatted MS Word doc. I have look...
shappaeye General Coding Help 2 2,194 Apr-18-2020, 01:43 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020