Post Event/Function

  • Thread starter Thread starter Laurensius Handra
  • Start date Start date
L

Laurensius Handra

Did anyone know how to call event or function but application did not run
immediately to that event/function, the application put that event/function
in queue ...
for example :
1 event Clicked()
1 funtion PostClicked()

in event Clicked() there is a script to call funtion
event Clicked()
Call PostClicked()
end

after user trigger the event clicked()
the postclicked function will run immediately ... this is what happen right

My problem is .. i want to run that PostClicked function after the event
clicked()
so the PostClicked() called in event clicked() but the function have to wait
in queue and run after the event clicked script finished
I hope u guys understand what i wrote :)
my english is not good anyway

Thanks in advance
LHandra
 
Laurensius,
This is a VB.net languages group.
To use that you (normaly) use the Visual Studio Tools.
So far as I understand, you want to do something with Scripting.
Probably this is not the right newsgroup for your question.
But we will help you to tell what group is better.
Can you tell us what kind of scripting or is this just a way of notating it?
Cor
 
Back
Top