| Author |
Message |
Topic: Cpu type |
DanTheMan
Replies: 9
Views: 49948
|
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: Address bar text (Chrome and FireFox) |
DanTheMan
Replies: 4
Views: 24515
|
Forum: General Help Posted: Tue Mar 29, 2016 7:39 pm Subject: Address bar text (Chrome and FireFox) |
This will work on IE browser , just use Windows Spy to navigate down the Windows ID . /Dan
title IE - Test
rem
%I = @winexists(#IEFrame)
if %I
%%ID = @window(%I,CHILD)
%%ID = @window(%% ... |
Topic: Seeking to purchase vds6 and reg key... |
DanTheMan
Replies: 10
Views: 29729
|
Forum: General Help Posted: Fri Sep 03, 2010 4:50 pm Subject: Seeking to purchase vds6 and reg key... |
agree ... attempted to buy VDS 6 for over a year now , no response at all from CR . i give up now ...  |
Topic: [Solved] Is Binary File ? |
DanTheMan
Replies: 17
Views: 41071
|
Forum: General Help Posted: Thu Mar 26, 2009 10:58 am Subject: [Solved] Is Binary File ? |
An example of VDS code i hope it will work ?, the only problem
is if the ascii file contains special chars non ascii it will be treated as binary...
%%File = c:\x.x
BINFILE OPEN,1,%%File,REA ... |
Topic: [Solved] Is Binary File ? |
DanTheMan
Replies: 17
Views: 41071
|
Forum: General Help Posted: Wed Mar 25, 2009 12:55 pm Subject: [Solved] Is Binary File ? |
This snippet of C code can give you an idea.
It opens a stream assuming it to be an ascii first. The While loop checkes
for non ascii byte. I don't know if it's to slow ? but it's
an idea anyw ... |
Topic: @winexists() Problem ? |
DanTheMan
Replies: 4
Views: 15324
|
Forum: General Help Posted: Wed Feb 25, 2009 9:35 pm Subject: @winexists() Problem ? |
You will need to use "@WINDOW(<window>,CHILD|OWNER|FIRST|LAST|PREV|NEXT) " to get what you need. And it can be very confusing using this, but it does work.
Great, thanks! That did ... |
Topic: @winexists() Problem ? |
DanTheMan
Replies: 4
Views: 15324
|
Forum: General Help Posted: Tue Feb 24, 2009 2:09 pm Subject: @winexists() Problem ? |
Having probs with the @winexists() func. For me it seemes to work
for parent instaces only, not on child window ?. When using the Spy utility
and the SPYxx (Microsoft utility) the id is there all t ... |
Topic: Internet Suite post HTTPS? |
DanTheMan
Replies: 16
Views: 41152
|
Forum: General Help Posted: Thu Feb 19, 2009 8:08 am Subject: Internet Suite post HTTPS? |
Dragonsphere > is it the one called postmsg.dsc ?
I've got a precompiler error
..................................................
Compiling C:\Gadget\postmsg.dsc
Error: Cannot open utils.ds ... |
Topic: Internet Suite post HTTPS? |
DanTheMan
Replies: 16
Views: 41152
|
Forum: General Help Posted: Wed Feb 18, 2009 12:28 pm Subject: Internet Suite post HTTPS? |
Found this old thread about capturing https: site information. This is for legal purposes only. I want to get statitistic information about my IP phone
ringing, and that site is a https:// I have a ... |
Topic: Upgrading or not ? |
DanTheMan
Replies: 7
Views: 20669
|
Forum: General Help Posted: Sat Feb 14, 2009 12:46 pm Subject: Upgrading or not ? |
Thank you for your opinion, i tryed to order but
i did not find an option for "discount ordering" in the online shop ?
and there is no reply from the company when asking them. I don't know ... |
Topic: Upgrading or not ? |
DanTheMan
Replies: 7
Views: 20669
|
Forum: General Help Posted: Fri Feb 13, 2009 8:33 am Subject: Upgrading or not ? |
Is it worth upgrading to VDS6 ?
I understand that this is the only way to let VDS survive, but considering the benefits when writing scripts?
I sent a question "Contact us" to the company ... |
Topic: Help files in Win Vista ? |
DanTheMan
Replies: 19
Views: 52635
|
Forum: General Help Posted: Thu Mar 15, 2007 2:40 pm Subject: Help files in Win Vista ? |
Hi,
I'm running a Win Vista machine with VDS 5, everything seemes to be fine
except for the help menu in GUI and (Ctrl+F1 for context-sensitive help.)
Just get a splash screen with: HTML help ... |
Topic: Dial Phone |
DanTheMan
Replies: 25
Views: 72452
|
Forum: Advanced Help for VDS 5 & Up Posted: Fri Sep 05, 2003 12:03 pm Subject: Dial Phone |
I don't now anyting about TAPI but i'm sure you can use Tommy's
vdsserio.dll for a proper comport setup. I used it for a file spooling system working with serial printers with success.
It's not rec ... |
Topic: VDSIPP |
DanTheMan
Replies: 3
Views: 13715
|
Forum: General Help Posted: Thu Sep 04, 2003 1:06 pm Subject: VDSIPP |
| Thanks again PGWARE! |
Topic: VDSIPP |
DanTheMan
Replies: 3
Views: 13715
|
Forum: General Help Posted: Wed Sep 03, 2003 11:29 am Subject: VDSIPP |
The same problem described above also happens for FTP-server based on "WS-FTP Server Manager".
/Dan |
| |