Sign In
Nam, Seungho's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET 2.0
.NET 3.0
ActiveSync
Agile
application compatibility
IE
News
VBS
Visual Studio
Windows
Windows 7
Windows Programming
Windows Vista
Archive
Archives
June 2010
(1)
December 2009
(7)
July 2009
(3)
July 2008
(1)
September 2007
(2)
July 2007
(3)
May 2007
(3)
January 2007
(7)
December 2006
(1)
November 2006
(6)
September 2006
(9)
August 2006
(2)
July 2006
(1)
June 2006
(1)
MSDN Blogs
>
Nam, Seungho's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Nam, Seungho's Blog
If you don't want IE8 to run with many iexplore.exe processes...
Posted
over 2 years ago
by
nevermet
0
Comments
Opening a New Tab may launch a New Process with Internet Explorer 8.0 http://blogs.msdn.com/b/askie/archive/2009/03/09/opening-a-new-tab-may-launch-a-new-process-with-internet-explorer-8-0.aspx
Nam, Seungho's Blog
Default Input Language Setting
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 7] Some application that one of my customers has has this problem when running on Windows 7. Well, this application is written in Visual Basic 6, which is not supported by Microsoft anymore. But I...
Nam, Seungho's Blog
The minimum IE window size
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 6] One of my customers came to me and asked why IE8 cannot open a 140px wide window. Well, if you drag IE border and resize IE window to the minimum, it can be as small as 250px wide x 100px tall. ...
Nam, Seungho's Blog
Do you still use Visual Basic6?
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 5] One of my customers is still using VB6 applications... And this caused quite serious problems... such as 'crash'... Well, I know VB6 is not supported by Microsoft anymore... so this article cannot...
Nam, Seungho's Blog
Some application tries to install continuously (Virtualization)
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 4] Someone brought me an application, an ActiveX application, oops... not the ActiveX itself but the application that the ActiveX control installs. Well, when the user goes to the web page, the ActiveX...
Nam, Seungho's Blog
Some application tries to write files under system32 folder.
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 3] Someone brought me an application complaining that it fails while installing MSVBVM60.dll... Well, I think this application tries to write this file under System32 folder before running the application...
Nam, Seungho's Blog
Some web pages have larger margin
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 2] I met customers saying that their pop up window got wider and taller after installing IE7 or IE8. Yes, as for getting taller (larger in height), IE7's window height accounts for the content area only...
Nam, Seungho's Blog
An app runs well with Visual Studio debugger not by itself
Posted
over 3 years ago
by
nevermet
0
Comments
[Windows 7 Application Compatibility episode 1] I've tested an application built for Windows XP on Windows 7 machine. The application failed silently on Windows 7 so I checked event log. There was no hint. So, I downloaded application verifier...
Nam, Seungho's Blog
My Windows 7 rebooted continuously...
Posted
over 3 years ago
by
nevermet
0
Comments
The other morining, I turned on my Windows 7 RC machine and went to bring some snacks... When I came back, the machine was rebooting... just after the animation 'Starting Windows...' And next time, it asked me if I will boot the machine in safe...
Nam, Seungho's Blog
document.domain can cause invalid argument error in IE8
Posted
over 3 years ago
by
nevermet
2
Comments
One of my customers asked me how to mitigate this IE8's application compatibility issue. Well, when their application tries to execute this code, it failes with 'invalide argument' error: document.domain = somevalue ; Their web application works...
Nam, Seungho's Blog
Application compatibility between IE6 to IE8
Posted
over 3 years ago
by
nevermet
0
Comments
A few days ago, one of my customers asked me to identify their web application's compatibility issue. Actually, the problem was that the 3rd party ActiveX control is not shown in IE8, even though it works perfectly in IE6. Can you guess what prevents...
Nam, Seungho's Blog
How to identify Windows version and edition with VBS
Posted
over 4 years ago
by
nevermet
1
Comments
Do you need to identify the OS version and edition? I really needed this when I make a install package application. So, I looked it up from the web and this was really useful for me. http://www.msfn.org/board/How-to-identify-exact-Windows-Version...
Nam, Seungho's Blog
Change System Settings? SystemParametersInfo()!
Posted
over 5 years ago
by
nevermet
0
Comments
I needed to change ClearType settings programmatically. So, I tried to modify registry key values. It worked! But, it did after rebooting. :( What if you would like to make it effective right away as you click ok button on the control panel? Write...
Nam, Seungho's Blog
WPF Resources
Posted
over 5 years ago
by
nevermet
0
Comments
WPF Debugging Tool http://www.blois.us/Snoop/ http://www.beacosta.com/ http://blogs.msdn.com/okoboji/
Nam, Seungho's Blog
ASP Performance (in Korean)
Posted
over 5 years ago
by
nevermet
0
Comments
성능 및 스타일 향상에 도움이 되는 28가지 ASP 팁 http://www.microsoft.com/Korea/technet/iis/tips/asptips17_29.asp
Nam, Seungho's Blog
ActiveSync Error Code
Posted
over 5 years ago
by
nevermet
1
Comments
Today I've been requested to find some documents expaining what the activesync error codes mean. These are the something to look up I've found: http://support.microsoft.com/kb/915152 http://blog.flaphead.dns2go.com/archive/2005/11/21/3202.aspx
Nam, Seungho's Blog
Walkthrough: Encrypting Configuration Information Using Protected Configuration
Posted
over 5 years ago
by
nevermet
1
Comments
http://msdn2.microsoft.com/en-us/library/dtkwfdky(VS.80).aspx
Nam, Seungho's Blog
WPF Performance
Posted
over 5 years ago
by
nevermet
0
Comments
http://msdn2.microsoft.com/en-us/library/aa970683.aspx http://msdn2.microsoft.com/en-us/library/aa969767.aspx
Nam, Seungho's Blog
Visual Studio Team Test Load Test - Accessing Remote Computer's performance counter
Posted
over 5 years ago
by
nevermet
1
Comments
When I run VSTS Loadtest on XP machine, I can get the remote computers' performance counter just by accessing their C drives. But, if you run VSTS loadtest on Vista, maybe you'll find that you cannot access their performance counters. This is not resolved...
Nam, Seungho's Blog
Using Netmon 3 on Windows Vista
Posted
over 5 years ago
by
nevermet
1
Comments
download netmon3 here: http://www.microsoft.com/downloads/details.aspx?FamilyID=aa8be06d-4a6a-4b69-b861-2043b665cb53&DisplayLang=en and if you don't run it elevated, you'll see the error message as follows when you click the play button: ...
Nam, Seungho's Blog
A few Load Testing Resources
Posted
over 5 years ago
by
nevermet
1
Comments
http://msdn.microsoft.com/msdnmag/issues/03/01/LoadTesting/ http://blogs.msdn.com/billbar/pages/517081.aspx
Nam, Seungho's Blog
IE7 CSS Change
Posted
over 5 years ago
by
nevermet
1
Comments
http://blogs.msdn.com/ie/archive/2005/09/02/460115.aspx http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx http://blogs.msdn.com/ie/archive/2006/08/22/712830.aspx http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx http://msdn.microsoft...
Nam, Seungho's Blog
VSTS resources on MSDN
Posted
over 5 years ago
by
nevermet
1
Comments
MOC Curriculum : Course 2631A Optimizing the Software Development Lifecycle with Microsoft Visual Studio Team System VSTS walkthrough http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/default.htm Useful blogs : James Manning...
Nam, Seungho's Blog
IE7 window size
Posted
over 5 years ago
by
nevermet
0
Comments
Well... as you might know, IE7 doesn't allow open a very small new window... What if we try to open such a small new window? IE7 opens the window, however it makes the window as big as it's required...
Nam, Seungho's Blog
IE7 requires more resource?
Posted
over 5 years ago
by
nevermet
0
Comments
Some people say IE7 is heavier... But, in theory, there's no difference between IE6 and IE7 in resource consuming... In other words, To open 10 tabs IE7 requires the same resource that IE6 requires to open 10 windows.
Page 1 of 2 (47 items)
1
2