Search found 2111 matches

by JHPJHP
Wed Mar 01, 2023 10:08 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Hi skinkairewalker, There are two methods for redirecting to another webpage. NOTE : The examples included with the framework demonstrate the following solutions. DevTools Method (internet webpage) SendData\EventID = 20300 SendData\Method = "Page.navigate" SendData\Params = #DQUOTE$ + &quo...
by JHPJHP
Tue Feb 28, 2023 8:59 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Hi skinkairewalker, It's not a bother asking a question, it's great to see interest in something I've written, even if it's just passing interest. But previously you've asked questions and I posted answers, but you neglected to provide any feedback or at the minimum a thank you. The three images you...
by JHPJHP
Mon Feb 27, 2023 5:27 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Hi skinkairewalker, Please download the latest version. Let me know if it resolves your concerns. When time permits I’m available to help with questions about the framework, and even provide additional examples and shortcuts to assist with development. That said, if you post a question and I take th...
by JHPJHP
Mon Feb 27, 2023 2:00 am
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130955

Re: Windows Services & Other Stuff

Updated : - added \Other_Stuff\ResizeWindowEx\ResizeWindowEx.pb While working on the Chromium WebGadget\CrWG Builder , I wanted a “flicker-free” method for animating a window when it was resized and/or moved. ResizeWindowEx.pb : Works the same as its PureBasic counterpart, but with animation, more ...
by JHPJHP
Sun Feb 19, 2023 6:57 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Updated (CrWG Builder) : - added Home screen - added Startup screen - improved Options screen - added zoom and tooltip - added progress bar - various other improvements Zoom and Tooltip Not only does it zoom the page, but also controls the size of the PureBasic window. NOTE : This is still a work i...
by JHPJHP
Thu Feb 16, 2023 4:53 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

I'm currently in the process of writing another tool to make the framework easier to use; it will be released in two parts. The first part will allow the user to select various features while also providing information on their use. The second part has to do with auto-generated scripts; see videos b...
by JHPJHP
Sun Feb 12, 2023 9:03 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Hi Caronte3D, Thank you for posting your observations and positive comments. I've made a few changes to the original Bootstrap example and added a new example to help demonstrate how easy the framework can be to use. The new example is identical to the first example except that it loads a completely...
by JHPJHP
Thu Feb 09, 2023 7:05 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Updated : - restructured directories - added \CrWG Framework\Bootstrap Modern UI\DevTools_Heroes.pb - improved \CrWG Framework\Framework Standard\DevTools_Advanced.pb Bootstrap Modern UI Lately I've read some posts concerning PureBasic and programming a Modern UI. This simple example demonstrates h...
by JHPJHP
Mon Feb 06, 2023 10:39 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47171

Re: Chromium WebGadget

Updated:
- minor improvements to Remote Command
- fixed a couple memory issues

Memory Issues
Added a check to determine if a memory variable was initialized, and another when clearing a memory variable; issues affected all examples.
by JHPJHP
Fri Feb 03, 2023 7:56 pm
Forum: Coding Questions
Topic: Specific console colours — is it possible?
Replies: 15
Views: 898

Re: Specific console colours — is it possible?

Hi Oso, As I think the above thread concludes, console applications allow only a very limited set of background colours to be set programmatically through the Windows API. An example to programmatically set the Windows Console background (RGB) color through an API can be found in Alternate Console .
by JHPJHP
Fri Feb 03, 2023 4:49 pm
Forum: Windows
Topic: C++ conversion of interactive process
Replies: 19
Views: 1712

Re: C++ conversion of interactive process

Hi tatanas, I just want to do the same as psexec. Are you under the assumption that the Interactive Client Process script can function like PsExec , or do you understand that the code can only be used to "impersonate" a local user account, executing programs locally? PsExec executes proces...
by JHPJHP
Fri Feb 03, 2023 3:46 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130955

Re: Windows Services & Other Stuff

Hi Kuron,

Your donation is very much appreciated as are your supportive comments. I hope you find some of the code useful or at least interesting.
by JHPJHP
Fri Feb 03, 2023 3:13 pm
Forum: Windows
Topic: C++ conversion of interactive process
Replies: 19
Views: 1712

Re: C++ conversion of interactive process

Hi tatanas, Are you trying to run an Interactive Process from a Windows Service? You didn't answer my question. I asked it because included in my Windows Services & Other Stuff download is script to create and run a service as the logged-in user without having to provide login credentials . It d...
by JHPJHP
Thu Feb 02, 2023 5:21 pm
Forum: Windows
Topic: C++ conversion of interactive process
Replies: 19
Views: 1712

Re: C++ conversion of interactive process

Hi tatanas, I tried the latest version posted by Pierre Bellisle , and it worked as expected. I compiled the code into an executable, ran it from the NT Authority\System account and Notepad opened. Are you trying to run an Interactive Process from a Windows Service? If not, what are your requiremen...
by JHPJHP
Thu Feb 02, 2023 4:58 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130955

Re: Windows Services & Other Stuff

Hi BarryG, You are most welcome. ------------------------------------------ Updated : - added \Other_Stuff\ProcessStuff\RunProcess\SICP-EXE.pb Based on a question asked here and converted from Starting an Interactive Client Process . The example requires a username and password. In addition, the acc...