ホーム » 2011 » 11月

月別アーカイブ: 11月 2011

2011年11月
 12345
6789101112
13141516171819
20212223242526
27282930  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,807 アクセス




UNICODE

UNICODE 文字関係へのリンク リコー ホーム > フォント > 過去のメルマガ >     第7号 JIS第3・第4水準    その中の 実際の文字種–>PDF     JIS第3水準 […]

Continue Reading →

RegRead でのエラー

RegRead メソッド ————————— Windows Script Host —— […]

Continue Reading →

起動時のエラー

Point.hxx include が間違っていて,VTABLE が合ってない. Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful […]

Continue Reading →

セットアッププロジェクト

カスタム動作の追加  「ソリューションエクスプローラ」で「右クリック」-「表示」-「カスタム動作」  起動ポイントは, /Install /Commit /Rollback /Uninstall カスタム動作の作成 Ms […]

Continue Reading →

Envy100 その後

以前,MN128-SOHO-IB3 + MN-WLC54g でうまく接続できないでいたが,ATerm WR8500N では簡単に接続できた. その代り? psc2550 がうまくつながらなくなり,有線に. 普通の印刷など […]

Continue Reading →

ログオン スクリーンセーバを無効に

[HKEY_USERS\.DEFAULT\Control Panel\Desktop] “ScreenSaveActive”=”0” LogonScreenSave.zip […]

Continue Reading →

Shell.Tile…

以前,デスクトップ上のウィンドウを操作したいことがあった. ToggleDT.scf [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleD […]

Continue Reading →

Copy SrcFolder\*.txt DstFolder

あるフォルダの複数ファイルのコピーと移動.  Files_Copy_or_Move を直接利用するのではなく,FolderCopyFiles , FolderMoveFiles を利用します. //*********** […]

Continue Reading →

GetLastError と FormatMessage

以前,以下を作成していた(Error.hxx) inline CString Error::FormatMessage(const DWORD error) { CString message ; LPVOID lpMe […]

Continue Reading →