Author |
Message |
Topic: Backspace Key |
vtol
Replies: 9
Views: 435
|
Forum: General Help Posted: Fri Nov 22, 2024 7:36 pm Subject: Backspace Key |
I glad it helped
I wrote this kinda quickly and you can ignore /skip the readings of the bottom left EDIT2 box, I just wanted to see them results in case they were handy for something else and ... |
Topic: Backspace Key |
vtol
Replies: 9
Views: 435
|
Forum: General Help Posted: Fri Nov 22, 2024 2:40 am Subject: Backspace Key |
Hopefully this DEMO can help ya in some way:
detect Keyboard keys (API) 2024 DEMO
REM ----------------------------------------
# API - partial keyboard key detection -DEMO
# Use at ... |
Topic: Backspace Key |
vtol
Replies: 9
Views: 435
|
Forum: General Help Posted: Tue Nov 19, 2024 4:04 pm Subject: Backspace Key |
I'm not a pro at it but have wrote a few when I really needed them.
But they a very simple layouts once you get 1 running, its easy peasy.
Hopefully I'll have time today and write a really simple ... |
Topic: Backspace Key |
vtol
Replies: 9
Views: 435
|
Forum: General Help Posted: Tue Nov 19, 2024 3:46 pm Subject: Backspace Key |
Your very welcome
Glad to help.. I remember it was like a short simple command line.
If you like I will have some spare time in a few days and could write the function, and that way I could docume ... |
Topic: AlwaysOnTop GadGetX - anyone get this working? |
vtol
Replies: 0
Views: 84
|
Forum: General Help Posted: Wed Nov 13, 2024 11:46 pm Subject: AlwaysOnTop GadGetX - anyone get this working? |
I found 1 POST of this AlwaysOnTop GadGetX but I had ERROR on the FIRST user-LIB line, anyone have working code of this please?
older TOPIC:
ONTOP option from child window for the main window
T ... |
Topic: Backspace Key |
vtol
Replies: 9
Views: 435
|
Forum: General Help Posted: Wed Nov 13, 2024 3:59 am Subject: Backspace Key |
I was using API to do it but cant find it.
I did find this online:
VK_BACK 0x08 BACKSPACE key
All I can find right now is couple number keys possible examples:
LOADLIB USER32
rem %%num0 ... |
Topic: Server Moved |
vtol
Replies: 4
Views: 5133
|
Forum: News/Announcements Posted: Fri Oct 06, 2023 12:57 am Subject: Server Moved |
.
I pop in once in awhile as mentioned above.
Appreciate all involved in keeping this site alive.
Thank you all very much
cheers
.
.
|
Topic: Vdsworld problems? |
vtol
Replies: 3
Views: 4217
|
Forum: Miscellaneous Posted: Fri Feb 17, 2023 12:49 am Subject: Vdsworld problems? |
-----------------------------------------
Sorry I never noticed this older post.
yes, me too
Thank you so much, I would miss this site big time if gone
more than any site!
Does it need ... |
Topic: Checking In.... |
vtol
Replies: 22
Views: 21217
|
Forum: Miscellaneous Posted: Wed Apr 06, 2022 11:03 pm Subject: Checking In.... |
Hello, good to see you all!
Have visual studio 8 and mainly use several other stuff with VDS6.
Few days ago, emailed VisualDialogScript-email trying to get my
email and password straightened out ... |
Topic: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
vtol
Replies: 2
Views: 7197
|
Forum: General Help Posted: Fri Nov 27, 2020 6:45 am Subject: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
I was wrong because VDS can do it.
I found that it just won't work if you do
something like @CTRL(a) before it.
So it seems to be a release problem, or
something, or slight bug, I don't know.
... |
Topic: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
vtol
Replies: 2
Views: 7197
|
Forum: General Help Posted: Thu Nov 26, 2020 1:44 am Subject: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
Thanks for reading
I got it to work in AutoHotkey and VBscript no problem.
But you know how nice it is to let VDS do most everything.
It seems VDS should be able to do this with ease.
... |
Topic: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
vtol
Replies: 2
Views: 7197
|
Forum: General Help Posted: Mon Nov 23, 2020 8:51 am Subject: window SEND,x,@CTRL(@SHIFT(@KEY(HOME))) is this possible? |
Hello
If you CTRL A on a webpage, it selects all.
*The above works for me in VDS.
If you CTRL(SHIFT(HOME)) it deselects all.
But this one does not work for me:
window SEND,myWin,@CTRL(@ ... |
Topic: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
vtol
Replies: 10
Views: 16755
|
Forum: General Help Posted: Fri Nov 20, 2020 5:48 am Subject: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
SOLVED
I finally put it all together as a nice little example code below.
DIALOG CREATE,"GOTO Line EXAMPLE",-1,0,290,192
DIALOG ADD,STYLE,STYLE1,calibri,12,b,,0|110|0
DIALOG ADD,ST ... |
Topic: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
vtol
Replies: 10
Views: 16755
|
Forum: General Help Posted: Mon Nov 16, 2020 7:39 am Subject: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
Thanks for the reply Nathan
Checking this every few days.
Part of the list function is to have it searchable, so as you type in the Search edit box, the original list feeds to the displayed list, ... |
Topic: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
vtol
Replies: 10
Views: 16755
|
Forum: General Help Posted: Tue Oct 27, 2020 11:18 pm Subject: API for GOTO Line number in EDIT box +LIST box (SOLVED) |
Concerning EDIT box below:
At first I thought maybe it was dividing the total lines by 3 for the result.
So I tried 10 at 100 lines and it equaled 31
So I tried 7 at 100 lines and it equaled 21
So ... |
|