This will disable the pop up:
For Visual Studio 2008:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0
DWORD DontShowMacrosBalloon=6
For Visual Studio 2010 (the DWORD won't be there by default, use New | DWORD value
to create it):
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0
DWORD DontShowMacrosBalloon=6
Delete the same key to re-enable it.
'Windows > MFC' 카테고리의 다른 글
wp7 code sample (코드 샘플) (0) | 2013.10.02 |
---|---|
wp7 샘플 소스 (training tool kit) (0) | 2013.10.02 |
클라우드 서비스 (Windows azure toolkit for windows phone) (0) | 2013.10.02 |
android to wp7 or iphone to wp7 api mapping tool (0) | 2013.10.02 |
앱 디자인 가이드 (0) | 2013.10.02 |