does user32.dll contain some function for opening a new form...if does is it faster then classic way of opening a new form with Show() method???
3 replies to this topic
#1
Posted 11 May 2011 - 10:38 AM
|
|
|
#2
Posted 11 May 2011 - 11:23 AM
The show function likely does this for you, if you do it directly you may miss the benefit of better error handling.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 11 May 2011 - 11:51 AM
ok...you clear that but does that dll have that function???
#4
Posted 11 May 2011 - 01:18 PM
It should contain the ShowWindow function, although using that in your code would not be an optimization that is worth it.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









