forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Search found 1381 matches
forum.vdsworld.com Forum Index
Author Message
  Topic: FREELIB Question
vdsalchemist

Replies: 11
Views: 22525

PostForum: General Help   Posted: Sun Sep 26, 2010 12:52 pm   Subject: FREELIB Question
I think he is also concerned that the programmer's code might free the dll his dsu is using. But I see your point that if he loaded the dll every time a function of the dsu is used would correct that. ...
  Topic: bsGetIcon DSU ( Get any file's associated icon )
vdsalchemist

Replies: 17
Views: 44068

PostForum: Visual DialogScript 6 Units   Posted: Sun Sep 26, 2010 12:46 pm   Subject: bsGetIcon DSU ( Get any file's associated icon )
Bornsoft,
Have you done a search on the forum. Garrett wrote a program called IconCommander take a look http://forum.vdsworld.com/viewtopic.php?t=4866&highlight=icon+commander
It may help you ...
  Topic: FREELIB Question
vdsalchemist

Replies: 11
Views: 22525

PostForum: General Help   Posted: Sat Sep 25, 2010 9:13 pm   Subject: FREELIB Question
You're jokin' man Wink

I'm pretty sure that @mousepos() uses the same api.

It would make sense not to load/unload a dll every time, even if it's not used that much frequently.

Edit: How about ...
  Topic: FREELIB Question
vdsalchemist

Replies: 11
Views: 22525

PostForum: General Help   Posted: Wed Sep 22, 2010 3:09 pm   Subject: FREELIB Question
All DLL's have a reference count being held by the OS for the process that has called the LoadLibrary API function. If the process loads the DLL multiple times the reference count increases. Until t ...
  Topic: Use scanner Help [SOLVED]
vdsalchemist

Replies: 14
Views: 33869

PostForum: Advanced Help for VDS 5 & Up   Posted: Sat Aug 28, 2010 12:04 pm   Subject: Use scanner Help [SOLVED]
You are very welcome Wink If I had more time I would wrap this DLL and build us a nice little DSU but for now that should do much of what one would want to do with a scanner.
  Topic: Use scanner Help [SOLVED]
vdsalchemist

Replies: 14
Views: 33869

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Aug 27, 2010 8:56 pm   Subject: Use scanner Help [SOLVED]
Tdk161, Well from what I can tell from the source that is included with the dll it used a product called EZTwain. This brings back memories so I did some googling and found that if you go here http: ...
  Topic: Use scanner Help [SOLVED]
vdsalchemist

Replies: 14
Views: 33869

PostForum: Advanced Help for VDS 5 & Up   Posted: Tue Aug 17, 2010 1:48 pm   Subject: Use scanner Help [SOLVED]
I think there was a version of VDSDLL that had this ability??? It may be a module?
  Topic: VDSWorld News Reader
vdsalchemist

Replies: 7
Views: 24169

PostForum: Visual DialogScript Open Source Projects   Posted: Tue Aug 17, 2010 1:42 pm   Subject: VDSWorld News Reader
This is a free open source project for VDS NOOB's to learn from. The VDS code is given please update as you desire all I ask is that you share your changes or fixes so others may benefit and learn as ...
  Topic: VDS for Android
vdsalchemist

Replies: 8
Views: 38983

PostForum: Wish List   Posted: Tue Aug 17, 2010 1:38 pm   Subject: VDS for Android
Actually from what I understand Android uses Java for just about everything so all you would have to do is rap the javascript into a java class then to launch it just build a webpage on the fly with t ...
  Topic: VDS for Android
vdsalchemist

Replies: 8
Views: 38983

PostForum: Wish List   Posted: Fri Jul 16, 2010 1:26 pm   Subject: VDS for Android
Laughing Laughing Laughing Laughing Laughing Laughing

ROTFLMAO Insane You would have better luck making it to the moon in a bathtub.

Now on a serious note... Have you tried loading Wine? Android is af ...
  Topic: Retrive window identifier help *SOLVED*
vdsalchemist

Replies: 1
Views: 8093

PostForum: General Help   Posted: Sat Jul 03, 2010 8:20 pm   Subject: Retrive window identifier help *SOLVED*
Have you tried @winactive()? It should get the current active window. If you are launching an external give it a second then check for the active window.
  Topic: What went wrong with my transaction buying VDS6STD-*SOLVED*
vdsalchemist

Replies: 28
Views: 57937

PostForum: General Help   Posted: Thu Jun 17, 2010 1:36 pm   Subject: What went wrong with my transaction buying VDS6STD-*SOLVED*
Are you sure Prakash you want this responsibility? Managing the upkeep on a language is a lot of work not to mention a lot ove money. This is not a knock against your programming skills because you ...
  Topic: still alive?
vdsalchemist

Replies: 19
Views: 44351

PostForum: Miscellaneous   Posted: Thu Jun 17, 2010 1:15 pm   Subject: still alive?
If PK does take over VDS, it might spark me to start tinkering with VDS again here. Smile

Hmmm very interesting...
  Topic: Problems reading from a pipe using API
vdsalchemist

Replies: 4
Views: 18700

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Mar 05, 2010 2:55 am   Subject: Problems reading from a pipe using API
Here is another thought Idea Why don't you just use DDE? It is built into VDS and works just as good as Pipe's, File mappings, and Atoms.
  Topic: Problems reading from a pipe using API
vdsalchemist

Replies: 4
Views: 18700

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Mar 05, 2010 2:48 am   Subject: Problems reading from a pipe using API
The issue is not that your code is wrong. The issue is that you are violating process security by allocating memory in the heap of one process and sending that memory address to another process. You ...
 
Page 1 of 93 Goto page 1, 2, 3 ... 91, 92, 93  Next
All times are GMT
Jump to:  

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group