Strange dialog behaviour unter Windows NT 4.0

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi all,

i have a C# app with a modal dialog. After showing the dialog via
ShowDialog() it often disappears after moving the mouse over it. When
i click somewhere on the main app window the dialog is shown again.
I'm using .net Framework 1.1.

This don't happen under Windows XP. I cannot reproduce the conditions
under which this happens. The only fact is that it happens when the
mouse pointer is moved.

Any ideas?
 
Hello Thomas,
First you'd better check the system requirements of the .NET Framework
v1.1
you can find the information in the following link
http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx
If your system had met the system requirement, please send me a small
example to reproducle the problem,
I'll research on this issue, thanks!

Kind regards,

Ying-Shen Yu [MS]
Microsoft Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. 2001 Microsoft Corporation. All rights
reserved.
--------------------
| From: (e-mail address removed) (Thomas)
| Newsgroups: microsoft.public.dotnet.framework.windowsforms
| Subject: Strange dialog behaviour unter Windows NT 4.0
| Date: 1 Sep 2003 02:56:21 -0700
| Organization: http://groups.google.com/
| Lines: 12
| Message-ID: <[email protected]>
| NNTP-Posting-Host: 53.122.192.14
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1062410182 3624 127.0.0.1 (1 Sep 2003
09:56:22 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: 1 Sep 2003 09:56:22 GMT
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-
xit-05!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.windowsforms:51380
| X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
|
| Hi all,
|
| i have a C# app with a modal dialog. After showing the dialog via
| ShowDialog() it often disappears after moving the mouse over it. When
| i click somewhere on the main app window the dialog is shown again.
| I'm using .net Framework 1.1.
|
| This don't happen under Windows XP. I cannot reproduce the conditions
| under which this happens. The only fact is that it happens when the
| mouse pointer is moved.
|
| Any ideas?
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top