| Author |
Message |
Topic: HTA Support (HTML) |
LiquidCode
Replies: 19
Views: 451757
|
Forum: Advanced VDS 5 Source Code Posted: Mon May 03, 2021 2:27 pm Subject: HTA Support (HTML) |
| Thanks! I think I should have been more clear though. I want to automatically save the HTML source when I close the application. I want to rewrite my SelfNote.exe app to use HTA as the editor. I have ... |
Topic: HTA Support (HTML) |
cnodnarb
Replies: 19
Views: 451757
|
Forum: Advanced VDS 5 Source Code Posted: Sat May 01, 2021 1:43 am Subject: HTA Support (HTML) |
Usually hta applications are ascii text
Set Slist = window.document.getElementsByTagName("HTML")
myString = Slist(0).outerHTML
Set objFSO = CreateObject("Sc ... |
Topic: Powershell DSU |
cnodnarb
Replies: 6
Views: 32980
|
Forum: Other Product Support/Announcements Posted: Thu Apr 15, 2021 1:21 am Subject: Powershell DSU |
Figured out the @ symbol 'problem'.
#resource add,text, rancoh.psm1
#include powershell.dsu
list create,1
list loadfile,1,#rancoh.psm1
list savefile,1,rancoh.psm1
%%powershell = @powershell ... |
Topic: GetWindowThreadProcessId / GetWindowModuleFileNameA |
vtol
Replies: 12
Views: 71874
|
Forum: General Help Posted: Sat Sep 19, 2020 1:32 am Subject: GetWindowThreadProcessId / GetWindowModuleFileNameA |
Sorry about waiting so long to reply to this POST.
Just wanted to share this all-VDS6 PowerShell example.
Substitute the EXE with an externally running EXE.
I realize the below example could be ... |
Topic: Little MiniWiki (a small desktop Wiki program) |
GregLand
Replies: 9
Views: 56704
|
Forum: Other Product Support/Announcements Posted: Tue May 26, 2020 1:05 pm Subject: Little MiniWiki (a small desktop Wiki program) |
Thanks, very great !
There is a little error in the FR language file for
img.tip.configico&title.navpanel
which should be
img.tip.configico & title.navpanel
To restart app you can ... |
Topic: Visual DialogShell |
cnodnarb
Replies: 44
Views: 235322
|
Forum: Miscellaneous Posted: Sun Mar 24, 2019 1:01 am Subject: Visual DialogShell |
So, I was writing a presentation framework example regarding the richedit control this morning, and all was going well, except my open and save functions didn't operate how I expected....
10 hours ... |
Topic: Cpu type |
DanTheMan
Replies: 9
Views: 73871
|
Forum: General Help Posted: Mon Feb 26, 2018 2:52 pm Subject: Cpu type |
Hi
Try this : (should work on all windows, but tried only on Windows 10)
#define function,cpu_archi
INFO @cpu_archi()
EXIT
:cpu_archi
%%sdfgsdf = @new(LIST)
LIST loadtext, ... |
Topic: Cpu type |
GregLand
Replies: 9
Views: 73871
|
Forum: General Help Posted: Thu Feb 01, 2018 10:50 am Subject: Cpu type |
Hi
Try this : (should work on all windows, but tried only on Windows 10)
#define function,cpu_archi
INFO @cpu_archi()
EXIT
:cpu_archi
%%sdfgsdf = @new(LIST)
LIST loadtext, ... |
Topic: Tasklist in windows 7 64 bits |
GregLand
Replies: 8
Views: 65846
|
Forum: General Help Posted: Sat Jun 10, 2017 10:22 am Subject: Tasklist in windows 7 64 bits |
Hi
Could you try this function ?
Work with 7 until 10 french (don't know for XP)
#DEFINE function,checkprocess
%A = @checkprocess(chrome.exe)
# %A = 1 if running
# %A = 0 if not ru ... |
Topic: Tasklist in windows 7 64 bits |
marcelo
Replies: 8
Views: 65846
|
Forum: General Help Posted: Fri Jun 09, 2017 12:24 pm Subject: Tasklist in windows 7 64 bits |
Hi. I'm running a little program i wrote originally for win xp in an actual machine running Win 7 64 bits and i find a problem.
This proggy creates a List with TASKLIST and check if a specific proces ... |
Topic: get internet file |
harrys
Replies: 5
Views: 55744
|
Forum: General Help Posted: Tue Jun 06, 2017 7:32 pm Subject: get internet file |
thanks for the response ....
after downloading seems if you open the .json file with the word- rtf editor save it as a text file and its nicely formatted..
but if its straight to a ascii ... |
Topic: JSON Parser |
LiquidCode
Replies: 4
Views: 77874
|
Forum: Visual DialogScript 6 Source Code Posted: Mon Apr 10, 2017 2:01 pm Subject: JSON Parser |
| This is a very simple JSON parser. I'm sure it could be a lot better but I just wanted something quick. It only works with 1 level. If anyone has a better solution please post. Sorry for lack of comme ... |
Topic: Add external ressource before closing my app |
cnodnarb
Replies: 7
Views: 41082
|
Forum: General Help Posted: Sun Jan 10, 2016 5:49 am Subject: Add external ressource before closing my app |
| You can't have the exe modify itself while it is loaded in memory. The closest thing I can think to do is create a sfx with your exe and the txt file and use an external zip library to overwrite the t ... |
Topic: Frequent API calls |
dmonckton
Replies: 3
Views: 17251
|
Forum: General Help Posted: Thu Jun 11, 2015 9:45 am Subject: Frequent API calls |
Hi
I'm working on a MIDI project that requires me to make a lot of API calls many times per second. Should I load the Library at the start of the script and unload it at the end, or should I load t ... |
Topic: VDSBrw and contentEditable |
LiquidCode
Replies: 33
Views: 98889
|
Forum: General Help Posted: Wed Jul 09, 2014 7:18 pm Subject: VDSBrw and contentEditable |
Revised code with ; and "s. Still no luck
EXTERNAL VDSBRW60.DLL
#DEFINE COMMAND,BROWSER
#DEFINE FUNCTION,BROWSER,richedit
DIALOG CREATE,New Dialog,-1,0,761,478,RESIZABLE
DI ... |
| |