|
-
Nov 10th, 2000, 05:55 AM
#1
Thread Starter
New Member
Is it possible to write non-blocking calls (calls that don't wait for the called function to finish before moving on?) within VB?
-
Nov 10th, 2000, 05:59 AM
#2
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 10th, 2000, 06:04 AM
#3
Thread Starter
New Member
Ok, if i pass a hDC to a C++ DLL, will it be able to use that to alter a picture box from within the VB form? (forcing me to write a non-blocking call in C)
-
Nov 10th, 2000, 07:43 AM
#4
transcendental analytic
Yes if you refresh the picturebox. since the DC is attached to the bitmap you have in the picturebox.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|