ホーム » Iwao の投稿 (ページ 63)

作者アーカイブ: Iwao

2025年9月
 123456
78910111213
14151617181920
21222324252627
282930  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 123,320 アクセス




VS 6 の SP の確認

VS 6 の SP の確認 http://support.microsoft.com/kb/316915/ja https://www.betaarchive.com/wiki/index.php?title=Micro […]

Continue Reading →

IE8 での User Agent 文字列

IE8 での User Agent 文字列 http://msdn.microsoft.com/ja-jp/ie/dd557721.aspx   イントラネット内で「互換表示」が ON になっていることがある. 「ツール […]

Continue Reading →

Excel 2007 ダブルクリックで開かない

Excel 2007 xls のダブルクリックで開かない. http://support.microsoft.com/kb/938381/ja   Is this 投稿 useful? Useful Useless 0 […]

Continue Reading →

ダイアログにドロップ機能の追加

VC 6 「ダイアログ プロパティ」-「拡張スタイル」タブ内の「ドラッグアンドドロップを許可」にチェック. 「MFC ClassWizard」の「クラス情報」-「詳細設定オプション」の「メッセージフィルタ」を「ウィンドウ […]

Continue Reading →

IIS 環境の設定

2018/11/16 追記  Win7 x86 に IIS  IIS 環境の再設定  PAtoMHD.AsPln2D を …  RegSvr32 で ocx などの登録   以下は Win XP 相当の内容です. htt […]

Continue Reading →

IIS XP へのインストール

「Windows コンポーネントの追加と削除」より,IIS を追加.   Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.

Continue Reading →

SCREnc スクリプト エンコーダ

http://msdn.microsoft.com/ja-jp/library/cc392173.aspx SCREnc.exe http://www.microsoft.com/downloads/details.as […]

Continue Reading →

複数のツールバーを横に並べて作成

//******************************************************************************* // 関数名 :ツールバーの作成の後処理 // 作成日  […]

Continue Reading →

CMenu::SetDefaultItem()

CMenu::SetDefaultItem() では,サブメニューに設定できない CMenu menu ; CMenu* pPopup = menu.GetSubMenu(0); pPopup->SetDefaul […]

Continue Reading →

ShellExtension

CXxx::XPersistFile::Load は呼ばれるのに CXxx::XExtractIcon::GetIconLocation が呼ばれない [HKEY_CLASSES_ROOTCLSID{xxxxx […]

Continue Reading →

Tool Bar のドロップダウンボタン

VC7 exe で,ビジュアルスタイルが有効な時,ツールバーの幅が正しくない   VC7.1 もNG  VC8 以降では OK VC6 exe で,リサイズした時ダウン 2009/06/18 10:48 http://c […]

Continue Reading →

MFC DLL → Static

Open Dialog , Print Preview でのエラー ダイアログの DDV でメッセージなし(アイコンのみ) VC7 で 共有DLL ⇒ Static DLL に変更した場合 Vista で Common […]

Continue Reading →

UNICODE と VC6 → VC8

VC6 UNICODE  wWinMainCRTStartup VC6 → VC8 http://cid-535f5973454c1292.skydrive.live.com/self.aspx/.Public/MFC/ […]

Continue Reading →

コンテキストメニューで MK_SHIFT , MK_CONTROL

switch (message) {       case WM_MOUSEMOVE :    Mouse.Move(Wnd,point) ;  return TRUE ; break ;       case WM_R […]

Continue Reading →

Windows 7 のタスクバー(進行状況バー)

VS 2010 β2 ITaskbarList3* GetITaskbarList3 (void){      ITaskbarList3* pTL3 = NULL ;      HRESULT   hr  = […]

Continue Reading →