B
Bharathi kumar
Hi,
I have 4 threads running in my windows application. (No. of
threads may increase also)
My application is an Inventory Management appln.
Customers will place orders, Trade center will serve customer orders,
Warehouses inturn serve Trade centers orders etc.
Customer activities will be running in one thread, Trade center
activities will be running in another thread and Warehouses activities
will be running in another thread.
I have one master thread also that displays the status.
I created user controls for each one (Customer, Retailer, warehouse).
User control displays one image and the inventory values associated
with the entity.
My problem here is while the threads are performing their operation, if
user places mouse on any entity, I should show his current staus in a
tool tip (like baloon help).
In the User control, for mouse over event I added the tool tip code.
But its not showing the tool tip always. When I keep mouse on it for
sometime, sometimes its showing and sometimes its not showing.
Sometimes the tool tip shows immediately when the mouse enters the user
control.
Any ideas please..........
Thanks in advance,
Barti Kumar.
I have 4 threads running in my windows application. (No. of
threads may increase also)
My application is an Inventory Management appln.
Customers will place orders, Trade center will serve customer orders,
Warehouses inturn serve Trade centers orders etc.
Customer activities will be running in one thread, Trade center
activities will be running in another thread and Warehouses activities
will be running in another thread.
I have one master thread also that displays the status.
I created user controls for each one (Customer, Retailer, warehouse).
User control displays one image and the inventory values associated
with the entity.
My problem here is while the threads are performing their operation, if
user places mouse on any entity, I should show his current staus in a
tool tip (like baloon help).
In the User control, for mouse over event I added the tool tip code.
But its not showing the tool tip always. When I keep mouse on it for
sometime, sometimes its showing and sometimes its not showing.
Sometimes the tool tip shows immediately when the mouse enters the user
control.
Any ideas please..........
Thanks in advance,
Barti Kumar.