borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Захожу на сайте, а там на главной...)Next Topic (Help - Finding 3rd Point on Circle) New Topic New Poll Post Reply
AndreaVB Forum : VB General : Priority during execution code
Poster Message
emiliana
Level: Scholar

Registered: 27-07-2007
Posts: 36

Ads by Lake Quincy Media
icon Priority during execution code

I
I Would to know how to give more execution priority to a determinate section of an VB6 code
Thanks

[Edited by emiliana on 14-05-2009 at 07:55 AM GMT]

Ads by Lake Quincy Media
14-05-2009 at 06:50 AM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 606
icon Re: Priority during execution code

VB6 runs in a single thread, so a section of code will not execute until the previous section has finished. In other words, the priority of execution is in the order in which your program calls the procedures. If you want to run more than 1 section of code at the same time you will need to move to VB.NET which is capable of running your code in multiple threads.



____________________________
multi-tasking - the ability to hang more than one app. at the same time.

14-05-2009 at 01:56 PM
View Profile Send Email to User Show All Posts | Quote Reply
emiliana
Level: Scholar

Registered: 27-07-2007
Posts: 36
icon Re: Priority during execution code

Tanks for your answer

14-05-2009 at 02:08 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : Priority during execution code
Previous Topic (Захожу на сайте, а там на главной...)Next Topic (Help - Finding 3rd Point on Circle) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder