2010年1月15日のブックマーク (2件)

  • STARTUPINFO を使用したウィンドウ プロパティの設定 - Win32 apps

    親プロセスでは、子プロセスのメイン ウィンドウに関連付けられているプロパティを指定できます。 CreateProcess 関数は、パラメーターの 1 つとして STARTUPINFO 構造体へのポインターを受け取ります。 この構造体のメンバーを使用して、子プロセスのメイン ウィンドウの特性を指定します。 dwFlags メンバーには、構造体の他のどのメンバーが使用されているかを決定するビットフィールドが含まれています。 これにより、ウィンドウ プロパティの任意のサブセットの値を指定できます。 システムでは、指定しないプロパティに既定値が使用されます。 dwFlags メンバーは、新しいプロセスの初期化中にフィードバック カーソルを強制的に表示することもできます。 GUI プロセスの場合、STARTUPINFO 構造体は、新しいプロセスが CreateWindow 関数と ShowWindo

    STARTUPINFO を使用したウィンドウ プロパティの設定 - Win32 apps
  • AddCommentMacro – Trac Hacks - Plugins Macros etc.

    Notice: This plugin does not necessarily meet coding standards or functions correctly in all use cases. Description This macro allows for easily adding comments to a wiki page, in a standard format. Each comment is added in the following form: ==== Comment by <user> on <date> ==== <comment-body> The comment body supports normal Trac WikiFormatting. Comments are added after the first line that star