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

Where have you vanished, IE?

I've an IE control in my form.
When minimizing to systray, the IE control simply disappear,
programatically, it's still there, but all I can see is just huge blank
space (the color of the form backcolor) where it should be!
Anyone knows why?
I'm not using anything fancy.

//Code for hiding app:
private void RoarView_SizeChanged(object sender, System.EventArgs e)

{

if(WindowState==FormWindowState.Minimized)

{

RoarNotify.Visible=true;

ShowInTaskbar=false;

}

}

//Code to show app:

private void RoarNotify_Click(object sender, System.EventArgs e)

{

ShowInTaskbar=true;

RoarNotify.Visible=false;

WindowState=FormWindowState.Normal;

}

Nov 15 '05 #1
0 851

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

Similar topics

47
by: Andrey Tatarinov | last post by:
Hi. It would be great to be able to reverse usage/definition parts in haskell-way with "where" keyword. Since Python 3 would miss lambda, that would be extremly useful for creating readable...
3
by: A.V.C. | last post by:
Hello, I found members of this group very helpful for my last queries. Have one problem with CASE. I can use the column name alias in Order By Clause but unable to use it in WHERE CLAUSE. PLS...
0
by: Ayende Rahien | last post by:
I've an IE control in my form. When minimizing to systray, the IE control simply disappear, programatically, it's still there, but all I can see is just huge blank space (the color of the form...
2
by: Paul | last post by:
I've searched this site for a few hours without a solution to my problem. Please help~ In short, the controls on my form have vanished. I can see nothing but a gray screen and grayed out navigator...
3
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also...
1
by: G. Völkl | last post by:
Hello, I have a real simple asp.net 2.0 page:: 1 button - 1 textfield If you press the button, the value of the textfield will be added to the arraylist: private x as new arraylist
6
by: John Krueger | last post by:
The FolderBrowserDialog control in my toolbox has vanished! I did not delibratly remove it and it is just not there anymore. I tried to add it back to the toolbox but there isn't even a .NET...
1
by: ollymr | last post by:
This may be a stupid question -- but on one of the PC's in work, the little + signs for expanding a subdatasheet have vanished -- the subdatasheet option is also greyed out -- I can't find any...
2
by: Tim Streater | last post by:
I couldn't understand why our Christmas letter, containing two photos and some text, should be 1.3Mbytes in size. I thought perhaps one of the pix had not been reduced in size before embedding in...
2
subashini Thiyagarajan
by: subashini Thiyagarajan | last post by:
My My Computer Icon has vanished from the desktop.now made some shortcut. how to bring back my original. while dragging other folder near this icon,my computer has disappeared.
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: 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...
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...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.