473,326 Members | 2,126 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,326 software developers and data experts.

whats is parkingwindow??

I have a program written in vb.net and its working normaly most of the
time but sometimes it loses focus and any interaction with its
interface is prevented.... i tracked the problem and found out that the
reason behind that is called Parkingwindow...
what is Parkingwindow??? can anyone help me fix this problem???
thx in advance!!!

Mar 15 '06 #1
3 3261
Hello,

Winforms internally uses the ParkingWindow Class to Manage Instances of of
Windows that don't yet have a parent or components that need a message pump.

I have come across problems before when using Modal Dialogs that produce a
System.ObjectDisposedException and during the stack trace this has been
something to do with the ParkingWindow Class.

Firstly can you check that your not making more than one call to
EnableVisualStyles, as this has been known in my own experience to cause this
problem.

Secondly ensure that nothing happens in the focused windows
InitalizeComponent method which would cause another WinForm to be created
before the current form has finished Initializing as it will not yet have a
valid handle.

I hope some of this helps you , if not post back and i will look further
into this.

Regards
Scott Blood
c# Developer

"Ar*********@gmail.com" wrote:
I have a program written in vb.net and its working normaly most of the
time but sometimes it loses focus and any interaction with its
interface is prevented.... i tracked the problem and found out that the
reason behind that is called Parkingwindow...
what is Parkingwindow??? can anyone help me fix this problem???
thx in advance!!!

Mar 15 '06 #2
thx alot Scott...
i'll check out and see what i get....

Mar 15 '06 #3
hello...,
i checked out and nothing of what you told me happens....
might there be any other reason for parkingwindow...???

Mar 19 '06 #4

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

Similar topics

9
by: cricketunes | last post by:
Hi folks, this one's had me stumped! $conn=ora_logon("cricketunes@pickles","j8j3kf"); if ($conn != TRUE) die("Unable to connect to oracle, exiting...\n"); $cursor = ora_open($conn); if...
5
by: Mike M | last post by:
Hi all, I ahve the following SQL string but when i try to response.Write it there is a error where the ',' should be between "city" and "County" SQL = "INSERT * INTO customers (Company_Name,...
6
by: Colin Steadman | last post by:
I have created a function to kill all session variables that aren't in a safe list. This is the function - Sub PurgeSessionVariables For Each Item In Session.Contents Select Case Trim(Item)...
3
by: Kevin Steffer | last post by:
Hi group I have a webform which I want to make an ftp connection for a filetransfer from. The thing is when I use the WebRequest class it says "The URI prefix is not recognized" and my URI is...
4
by: David Lozzi | last post by:
OK simple question. Whats the default value for an string() array? sub LoadStuff(byval one as integer, byval two as string, optional byval three() as string = ??) Its driving me nuts! ...
1
by: M O J O | last post by:
Hi, I'm using a thread to fill a listview and I get this error... 'Cannot access a disposed object named "ParkingWindow"' I use Invoke to fill the list and the above error ocours randomly. ...
4
by: sophie | last post by:
Whats going on here: Read in a number as a string: scanf("%s", &number); number = 12345, for arguements sake Print it like this its fine:
7
by: Mike Barnard | last post by:
It's a simple test... VERY SIMPLE. But... In an external stlyesheet some attributes don't show. With the same styles cut and pasted to the test internally it works as expected. Anyone tell...
7
by: Paulo | last post by:
Hi, what is diference between: File -New Web Site and File -New Project -VB/C# -Web Application ?????? VS 2005
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.