| Author |
Message |
Topic: Progress Bar Example |
ACE
Replies: 15
Views: 88177
|
Forum: Visual DialogScript 4 Source Code Posted: Sat Mar 29, 2003 10:34 pm Subject: Progress Bar Example |
| Mac, i dont have vds in my computer, as a software developer i dont use others software without registering as i dont like other people using non registered copies of my software (i think its called m ... |
Topic: Creating Progress Bar for Single Large File |
ACE
Replies: 8
Views: 24588
|
Forum: General Help Posted: Sat Mar 29, 2003 9:32 pm Subject: Creating Progress Bar for Single Large File |
sorry but the monitoring idea was mine
Lioric |
Topic: VDS5 Compatability |
ACE
Replies: 10
Views: 23534
|
Forum: General Help Posted: Sat Mar 29, 2003 9:30 pm Subject: VDS5 Compatability |
a PE/exe compressor/packer is not a good idea for security, for size yes
UPX files can be decompressed to their original state with the just one parameter in the command line ( even the scrambled one ... |
Topic: Vdsipp.dll question |
ACE
Replies: 3
Views: 12671
|
Forum: General Help Posted: Sat Mar 29, 2003 9:23 pm Subject: Vdsipp.dll question |
in different computers / OSes ?
Right after the "start listening" command ?
Lioric |
Topic: I have other idea...only run so many times |
ACE
Replies: 65
Views: 110464
|
Forum: General Help Posted: Fri Mar 28, 2003 11:11 pm Subject: I have other idea...only run so many times |
and check for the info in different parts of the program, at start, when using a tool of the menu, saving a file, randomly
Lioric |
Topic: I have other idea...only run so many times |
ACE
Replies: 65
Views: 110464
|
Forum: General Help Posted: Fri Mar 28, 2003 11:07 pm Subject: I have other idea...only run so many times |
keep in mind that no matter what encryption algo you use, a cracker can see your regcode or serial.
A cracker (a real one) can see the code at run time like you see the code when you debug your scr ... |
Topic: Progress Bar Example |
ACE
Replies: 15
Views: 88177
|
Forum: Visual DialogScript 4 Source Code Posted: Fri Mar 28, 2003 10:08 pm Subject: Progress Bar Example |
Thanks Serge, im glad to help
Now you know why i said that PGWARE is one of the best vds dll authors , great dlls
(of course mine will be avaliable soon/i hope)
Lior ... |
Topic: Progress Bar Example |
ACE
Replies: 15
Views: 88177
|
Forum: Visual DialogScript 4 Source Code Posted: Wed Mar 26, 2003 10:57 pm Subject: Progress Bar Example |
there is no way to set a proggres bar during a file copy operation, the FILE commands dont return the control to VDS until have finished with the operation. But you can do this:
Make 2 proggrams, o ... |
Topic: A Little About VDS 5 - Part II |
ACE
Replies: 114
Views: 188892
|
Forum: General Help Posted: Wed Mar 26, 2003 10:38 pm Subject: A Little About VDS 5 - Part II |
| of course are only personal opinions, but saying that a scripted language is more reliable and powerful than a real (machine code level) language is not a matter of opinion, you are making an affirma ... |
Topic: A Little About VDS 5 - Part II |
ACE
Replies: 114
Views: 188892
|
Forum: General Help Posted: Tue Mar 25, 2003 9:51 pm Subject: A Little About VDS 5 - Part II |
I think they are better due to modular code (included "black box" functions) and the ability to comprise an efficient "grammer" style that breaks the mold and dogma of traditional code scripting.
... |
Topic: Toolbar GoSub |
ACE
Replies: 1
Views: 23449
|
Forum: Visual DialogScript 4 Source Code Posted: Mon Mar 24, 2003 4:30 pm Subject: Toolbar GoSub |
great code you have there LiquidCode
I like how you make reusable code, thats the concept of efficient proggraming. Whit VDS5 it will be very useful, can be converted to fuction and put in a e ... |
Topic: Maxinum # of TEXT dialog items? |
ACE
Replies: 9
Views: 25122
|
Forum: General Help Posted: Mon Mar 24, 2003 4:21 pm Subject: Maxinum # of TEXT dialog items? |
Probably the text controls are not contained in the tab group, are you showing/hiding them via show/hide commands each one ?
Make sure that the controls fall in the bundaries of the tab control gro ... |
Topic: DIALOG hide/show BUG |
ACE
Replies: 9
Views: 26320
|
Forum: Bug Reports Posted: Sun Mar 23, 2003 10:03 pm Subject: DIALOG hide/show BUG |
| with my wnd dll, you can add any dialog elements(controls) to any created group even if the group is created after the element or if the element is on another postion that doesnt fall in over the grou ... |
Topic: A Little About VDS 5 - Part II |
ACE
Replies: 114
Views: 188892
|
Forum: General Help Posted: Sun Mar 23, 2003 8:27 pm Subject: A Little About VDS 5 - Part II |
| in vds5 i think fuctions are kinda-like to gosubs, but in real languages (not scripting) gosubs are nothing to do with fuctions, gosubs jumps the code execution to another line, fuctions executes and ... |
Topic: DIALOG hide/show BUG |
ACE
Replies: 9
Views: 26320
|
Forum: Bug Reports Posted: Sat Mar 22, 2003 10:46 pm Subject: DIALOG hide/show BUG |
| Garret you are right, in vds, there is no way to have direct control over the z order of the windows, so what you are doing with groups (creating, moving and resizing to 1,1 or 0,0) is the correct way ... |
| |