| Thread | Last Post | Replies |
|
| Initializing threading model in VB. | 26 Nov 2008 10:08 GMT | 2 |
Whenever we are using any COM object in VC++ client, we are mentioning threading model using CoinitializeEx() function e.g. APARTMENT or MULTITHREADED. However, if we are using the same object in VB, we do not specify any threading model. How does it get initialized?
|
| usercontrol GotFocus/LostFocus | 22 Nov 2008 01:16 GMT | 6 |
After puting a lot of work in a usercontrol I suddenly found that UserControl_GotFocus and ..LostFocus won't work as expected, probably because the other controls which are visible get the focus and the container itself which is
|
| VB6 fit 3 points on a curve that has 3 edge points | 20 Nov 2008 20:23 GMT | 2 |
I want to categorize images, and I need to mark certain points manually. I would like to click for example on point x=0,y=0, point x=100,y = 100, point x = 200,y =200. These 3 edge points should form a curve which has 7 points of the same
|
| VB6: user32.dll function fails without any error. I am afraid it kills my business. | 19 Nov 2008 17:03 GMT | 5 |
I hope I am in the right newsgroup. I have a code that relies on the user32.dll. It uses the SendInput function. I am no SendInput newbie. This happens quite often (for about 1 of 50 customers):
|
| VB software | 16 Nov 2008 19:08 GMT | 1 |
Hello everyone, do anybody has the VB6.0 software. If you have it, could you sent it to me or give me the download address. Thanks!
 Signature ∑胜
|
| usercontrol events fired but not received | 10 Nov 2008 16:36 GMT | 1 |
My usercontrol should run four calculations when it processes its resize event and fire back the results to its parent form executing four RaiseEvents whenever it is resized. Of course, these events should be fired also
|
| Urgent! Error run-time 713 class not registered | 03 Nov 2008 18:02 GMT | 1 |
Unless everyone, from a VB6 project, if I try to put on a form component ComponentOne Chart 7.0 2D me is generated in the design of form this error message:
|
| how to detect a waiting modal form? | 03 Nov 2008 02:58 GMT | 2 |
How can I detect if an application launched by my code shows a **modal** window at startup and therfore hangs and doesn't continue? As the modal window might not have a visible caption I can't look for a specific one, and its hWnd might
|