Author |
Message |
Topic: vds-l rules |
LiquidCode
Replies: 1
Views: 801
|
Forum: Miscellaneous Posted: Mon Oct 05, 2020 7:40 pm Subject: Re: vds-l rules |
I remember the rules...
Wow...  |
Topic: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
LiquidCode
Replies: 10
Views: 2249
|
Forum: General Help Posted: Fri Sep 11, 2020 5:48 pm Subject: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
Try this API code:
Windows = (Windows NT, Windows 95, Windows 98, Win32's)
wParam = (WPARAM) index;// item index
lParam = (LPARAM) fScroll; // flag for scrolling item
Message ID = $019E
D ... |
Topic: Visual DialogShell |
LiquidCode
Replies: 32
Views: 20992
|
Forum: Other Product Support/Announcements Posted: Fri Aug 28, 2020 10:28 pm Subject: Visual DialogShell |
Nice! Any more info on the new VDS version (sorry I know it's not related to the main topic)? |
Topic: Python help... yeah I know it's not VDS |
LiquidCode
Replies: 2
Views: 2591
|
Forum: General Help Posted: Mon May 18, 2020 3:51 pm Subject: Python help... yeah I know it's not VDS |
Hey Brandon,
Thanks for the reply, but I am not having issues editing it. I can edit it just fine, but the code I use to allow PDFs to drag/drop or send as parameter is not working. I've been bangi ... |
Topic: Dialog Designer Easter Egg! |
LiquidCode
Replies: 1
Views: 2460
|
Forum: Miscellaneous Posted: Mon May 11, 2020 7:43 pm Subject: Dialog Designer Easter Egg! |
Not sure if anyone else found this, but there is an Easter Egg hidden in the Info/About dialog.
Open dialog designer, click on the Info button. When the dialog shows, press TAB 2x, then enter the c ... |
Topic: Python help... yeah I know it's not VDS |
LiquidCode
Replies: 2
Views: 2591
|
Forum: General Help Posted: Fri May 08, 2020 11:24 pm Subject: Python help... yeah I know it's not VDS |
I know this isn't a Python forum, but off the off chance anyone here knows Python also... I made an app for Mac and I want to be able to pass a file to it. I want to edit the info.plist to be able to ... |
Topic: Is another dll exist like Vdshtml control ? |
LiquidCode
Replies: 15
Views: 14779
|
Forum: General Help Posted: Tue Mar 31, 2020 2:00 pm Subject: Is another dll exist like Vdshtml control ? |
Ha, thanks Tommy! I made it out of boredom one day. I haven't put out any cards in a while (though I plan on doing it more once I move to my new house in a few months). It's fun and interesting to hea ... |
Topic: Is another dll exist like Vdshtml control ? |
LiquidCode
Replies: 15
Views: 14779
|
Forum: General Help Posted: Mon Mar 30, 2020 2:06 pm Subject: Is another dll exist like Vdshtml control ? |
You can highlight VDS-code with vdstag.dll. THen you can load it with the use of vdshtml to your dialog... You can download vdstag @
Hello (everyone )
Anyone know where I could find VDSTAG.DLL? ... |
Topic: Visual DialogShell |
LiquidCode
Replies: 44
Views: 32773
|
Forum: Miscellaneous Posted: Wed Feb 27, 2019 12:04 am Subject: Visual DialogShell |
This is very cool. I'll be following this. |
Topic: Markdown |
LiquidCode
Replies: 3
Views: 5287
|
Forum: General Help Posted: Fri Feb 01, 2019 3:02 pm Subject: Markdown |
Made one. This is for use with the extText element.
%t = @markdown(<String>)
:markdown
if @not(%1)
exit
end
%%md = @new(list)
%%out = @new(list ... |
Topic: Markdown |
LiquidCode
Replies: 3
Views: 5287
|
Forum: General Help Posted: Fri Feb 01, 2019 1:41 pm Subject: Markdown |
Does anyone have code to convert markdown to html? I am going to try to write my own, but wanted to ask first. |
Topic: GetWindowThreadProcessId / GetWindowModuleFileNameA |
LiquidCode
Replies: 12
Views: 7821
|
Forum: General Help Posted: Fri Feb 01, 2019 1:26 pm Subject: GetWindowThreadProcessId / GetWindowModuleFileNameA |
Thanks! |
Topic: GetWindowThreadProcessId / GetWindowModuleFileNameA |
LiquidCode
Replies: 12
Views: 7821
|
Forum: General Help Posted: Wed Dec 05, 2018 3:30 pm Subject: GetWindowThreadProcessId / GetWindowModuleFileNameA |
I have tried that also, but it doesn't work very well and doesn't like window titles that have spaces. I would like to be able to use the class of the window. |
Topic: GetWindowThreadProcessId / GetWindowModuleFileNameA |
LiquidCode
Replies: 12
Views: 7821
|
Forum: General Help Posted: Tue Dec 04, 2018 4:00 pm Subject: GetWindowThreadProcessId / GetWindowModuleFileNameA |
I am trying to get the EXE name from a Class/ID, but I am having issues. Anyone around that can help? I am on Windows 10 64bit. I need something that works on both 32 and 64.
I have tried this but ... |
Topic: startHERE |
LiquidCode
Replies: 2
Views: 6964
|
Forum: Visual DialogScript Open Source Projects Posted: Thu Sep 20, 2018 1:28 pm Subject: startHERE |
1.9.13.2018 - Added option to return to favorites when hidden
- fixed favs bug. If no favs were set it would error
- fixed display issue when changing colors |
|