473,385 Members | 2,003 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Multithreading Component

Hello,

Out team is developing a GUI Application. This application will display
multiple images at a time. These images must be rotated, zoomed and do
various post processing tools. One of the requirement is to play back
multiple images at a time.
I have few queries here,

I developed a Windows control library Component in VC.NET. This component
is used in C# application to display images and play back. Multiple instance
of the component is created in the C# and used. When I play back any of the
component what happens is the control doesnt come out from it. I do display
each frame in loop. So at a time only one instance of the component play
back. But I need to display multiple components simultaneously. What should I
do it make it play independently.

or

Can I do this as a SDI application instead of C# and use the component or
code as such. But here too if I call the play function the control will not
return back until that play function is fully completed. So what should I do
here to make it work as required.
If I am going to use TIMER, am not sure how many components will be put on
it and how should i proceed.

If I use Multithreaded application, I have single global function to play
back a file. How can I call this global function multiple times
simultaneously. If I have this function as class member I got to have this as
static function and that too not sure will help me out.

So what would be the best option.
Waiting for your ideas..

Thanks a lot
Sudharsan
May 24 '06 #1
0 1154

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Mark Sisson | last post by:
Hey all. I've got a legacy COM dll that I'd like to use in my multithreaded C# app. Problem though is when I create several instances of the interop object and start them on their own threads...
1
by: Murad Tchary | last post by:
Hi Here is the code that I use in my app and that code works just fine: loProcessThread = New Thread(AddressOf ProcessSomething) loProcessThread.IsBackground = True loProcessThread.Start() ...
47
by: mihai | last post by:
What does the standard say about those two? Is any assurance that the use of STL is thread safe? Have a nice day, Mihai.
1
by: Ariel Gimenez | last post by:
Hi, in my web application im calling another component that performs tasks that takes too much time, im wandering what is the correct form to handle this... i mean i think i should call the...
5
by: MS Newsgroups | last post by:
Hi, I have an application that runs a timer and executes a method in a class as a new thread every 60 seconds, the thread takes 65 seconds to execute so there is a 5 second overlap when 2...
0
by: Sudharsan | last post by:
Hello, I posted this last week and didnt get any reply from anyone. Out team is developing a GUI Application. This application will display multiple images at a time. These images must be...
1
by: Sudharsan | last post by:
Hello, I posted this last week and didnt get any reply from anyone. Out team is developing a GUI Application. This application will display multiple images at a time. These images must be...
3
by: sundar22in | last post by:
Hi, Iam working on a ASP page which updates about 10000 datas. So it takes more than 1 hour. So how can we redure the time? Is multithreading possible in ASP? Kindly Help -Sundar
0
by: jaleel | last post by:
Hi , We have a Windows service which polls a DB table and spawns separate threads for each row in the table. Each thread carries some specific information from the table.Here the requirement is we...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.