| Author |
Message |
Topic: Markdown |
DaveR
Replies: 3
Views: 29341
|
Forum: General Help Posted: Sun Apr 21, 2019 5:21 am Subject: Re: hello hello |
I compiled it as it is, but it got below error:
Invalid function at line 15
As the code is just 2 user defined functions, you need to define those 2 functions at the top of your script:
#define fun ... |
Topic: Visual DialogShell |
DaveR
Replies: 44
Views: 166532
|
Forum: Miscellaneous Posted: Wed Mar 06, 2019 4:18 am Subject: Visual DialogShell |
Thanks for reading!
Thanks for sharing |
Topic: String processing DLL |
DaveR
Replies: 170
Views: 476663
|
Forum: Other Product Support/Announcements Posted: Tue Mar 05, 2019 3:07 am Subject: String processing DLL |
I cannot get String.dll 5.11 to obey modifiers. I cannot turn off "dot matches newline"
Yay!
I just needed (?m-s) to make 5.11 work the same as 5.3 did.
e.g. in 5.3 this wo ... |
Topic: String processing DLL |
DaveR
Replies: 170
Views: 476663
|
Forum: Other Product Support/Announcements Posted: Tue Mar 05, 2019 2:22 am Subject: String processing DLL |
I've found a solution to @string(RegxRepInFile, returning the number of changes from the previous operation if this operation makes no changes to the file.
# Lists used to prevent false result be ... |
Topic: String processing DLL |
DaveR
Replies: 170
Views: 476663
|
Forum: Other Product Support/Announcements Posted: Mon Mar 04, 2019 5:53 am Subject: String processing DLL |
Does the good Dr still visit here occasionally?
Or does anyone have a copy of string.dll personal in version 5.8 or either of the 5.9 versions Or even version 5.5 or 5.7
I have String.d ... |
Topic: Later Browser Control |
DaveR
Replies: 3
Views: 36588
|
Forum: Knowledge Base Posted: Fri Feb 22, 2019 3:27 am Subject: Later Browser Control |
How can I make use of this information?
2 years later I was wondering this myself, until I had a look at the linked Microsoft web page.
Apparently the Default value for applications hosting the W ... |
Topic: Visual DialogShell |
DaveR
Replies: 44
Views: 166532
|
Forum: Miscellaneous Posted: Sat Feb 09, 2019 11:18 pm Subject: Visual DialogShell |
Nice work B,
I've only tried to use powershell once but ended up doing what I needed in VDS. I will have a look at the Powershell ISE and your Visual DialogShell as your excellent notes and inline ... |
Topic: Ctrl+Click |
DaveR
Replies: 2
Views: 25814
|
Forum: General Help Posted: Mon Jan 28, 2019 5:45 am Subject: Ctrl+Click |
A left-click is the same as pressing Enter on a keyboard. The VDS help file says if you want to send the Enter key use @CR()
So try: "window send,myWindow,@ctrl()@cr()"
EDIT: I acciden ... |
Topic: Vdsconv.dll compatibility |
DaveR
Replies: 1
Views: 23374
|
Forum: General Help Posted: Mon Jan 28, 2019 5:34 am Subject: Vdsconv.dll compatibility |
I had the "External library not available" error years ago but cannot remember what the cause was.
Try specifying the program's path: external @path(%0)vdsimg60.dll
Or the full path: e ... |
Topic: Maximum number of User defined Functions |
DaveR
Replies: 2
Views: 27471
|
Forum: General Help Posted: Sat Dec 22, 2018 11:41 pm Subject: Maximum number of User defined Functions |
Hi David,
You may have found the answer already, but in case anyone else searches and finds this topic I'll answer your question.
I don't know of a limit on the number of User Defined Functions ... |
Topic: Extract ip-addresses from strings and ip-validity-check |
DaveR
Replies: 2
Views: 26094
|
Forum: Visual DialogScript 6 Source Code Posted: Sun Nov 21, 2010 6:52 am Subject: Extract ip-addresses from strings and ip-validity-check |
.
Here is another version for the one who is interested.
It's completely rewritten and works much faster and more reliable now.
An 80kB html file from the Wikipedia site with IP numbers in it is ... |
Topic: question to api-gurus - SHFILEINFO |
DaveR
Replies: 3
Views: 28338
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Oct 30, 2009 9:47 am Subject: question to api-gurus - SHFILEINFO |
| That URL won't work. But this works: http://www.vdsworld.com/search.php?view_mode=fileinfo&file_id=503 |
Topic: vds program that returns a return code |
DaveR
Replies: 9
Views: 30017
|
Forum: General Help Posted: Tue Oct 27, 2009 8:43 am Subject: vds program that returns a return code |
Are you running the script in the VDS IDE?
Yes
If so then yes that is what it is supposed to do.
Thanks |
Topic: vds program that returns a return code |
DaveR
Replies: 9
Views: 30017
|
Forum: General Help Posted: Sun Oct 25, 2009 6:04 am Subject: vds program that returns a return code |
When I run that code it closes the VDS IDE. Is this normal?
Does the ExitProcess kernel32.dll API function also close the application?
I assume that because the ExitProcess function ends a proce ... |
Topic: @shortname error |
DaveR
Replies: 4
Views: 32970
|
Forum: Bug Reports Posted: Wed Oct 07, 2009 12:45 pm Subject: Re: @shortname error |
OS: Windows XP SP3
VDS 6.0 Exactly the same here.
But this:
info @shortname(C:\Documents and Settings\Administrator\Local Settings)
Correctly returns this:
C:\DOCUME~2\ADMINI~1\ ... |
| |