473,394 Members | 1,778 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,394 software developers and data experts.

If the window gets minimized is there any thread problem?

hi,

i have created an application which opens the web page after clicking on button but after opening the web page it will automatically get minimized..i have also used thread abort condition in this application.so is there any thread problem??

Thank u.
Jan 18 '12 #1
1 1782
Fr33dan
57
I'm mildly confused as you what specifically you're asking but either way I think the answer is no.

Running threads are separate entities from form will not be interrupted by the minimizing the application window. Threads can even be run in the background without any window open.

If there is some code that is supposed to call the Thread.Abort method after the web page is opened as part of the Button.OnClick event then it will still be run after the window is minimized. (assuming your method of loading a webpage does not block).
Jan 18 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Lakshmi Narayanan.R | last post by:
Hi experts, How to find the changes in the asp, while the window is minimized. I need to maximize if i found the changes in the asp file. Thats is, if recordcount value changes. pls guide me.
7
by: Colleyville Alan | last post by:
I have an app that uses Access to grab various PowerPoint slides using the followhyperlink command. I have set the PPT window to run in a minimized state: FollowHyperlink link Set oPres =...
8
by: Serge | last post by:
Hi, I have some intensive code that is running on my main thread. I try to show a status update on a 'status form'. The problem that i have is that because it is running in the same thread the...
3
by: Nagachandra Sekhar Grandhi | last post by:
Hi, I am opening a dialog box (which is also a form) after clicking a button in the main form using ".ShowDialog(this)". There is a minimize button for the opened dialog box(form). I want to...
10
by: Xarky | last post by:
Hi, I created a thread, that is creating an array of labels and is writing them to my windows form, exatly on a tab page. But it is giving me the following error. An unhandled exception of...
1
by: Max Khitrov | last post by:
Hi there, I realize this is more of a Windows API question then C#, but thought I'd ask anyway just in case anyone had experience with this specifically in C#. What I'm trying to do is read...
3
by: Steve Covert | last post by:
I apologize if this resolution is commonplace, but I have not found a solution as of yet. When I open a popup window from asp.net using Javascript as follows: Page.RegisterStartupScript("Title",...
11
by: Bernie Yaeger | last post by:
I have a thread call as follows: Dim th As New paydue Dim bgthread As Thread = New Thread(AddressOf th.threadroutine) bgthread.Start() paydue is the class of the form. threadroutine looks...
3
by: xplosiveconcepts | last post by:
Hello all, I have a very simple PHP script that is reading a plain-text CSV file and parses it out into into a HTML table to display the data. No biggie. What I want to do is while keeping...
6
by: SAL | last post by:
Hi, VS2005 post I'm opening a window using the following syntax: Protected Sub lbEstValue_Click(ByVal sender As Object, ByVal e As System.EventArgs)...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.