<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inspfightman</author_name>
  <author_url>https://blog.hatena.ne.jp/inspfightman/</author_url>
  <blog_title>inspfightmanの日記</blog_title>
  <blog_url>https://inspfightman.hatenadiary.org/</blog_url>
  <categories>
    <anon>VC++</anon>
    <anon>MFC</anon>
  </categories>
  <description>フルスクリーン描画したいのに、タスクバーが前面に出ちゃってどうしようもないときにした対応の覚書。 概要 タスクバーウィンドウを獲得して、表示を隠す指示を出す。 そのままにすると、アプリを終了しても隠れたままになってしまうので、終了時に元に戻すようにする。 問題点 この方法では、フルスクリーン状態で別のウィンドウをアクティブにしても、タスクバーは戻らない。 対応するとしたらイベントハンドラとかか。 サンプル 以下はダイアログアプリのサンプル。 /* * タスクバー獲得と非表示処理 */ HWND taskbar = ::FindWindow(&quot;Shell_TrayWnd&quot; , NULL); //…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finspfightman.hatenadiary.org%2Fentry%2F20120205%2F1328430423&quot; title=&quot; Windows7 でタスクバーを隠す - inspfightmanの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-02-05 17:27:03</published>
  <title> Windows7 でタスクバーを隠す</title>
  <type>rich</type>
  <url>https://inspfightman.hatenadiary.org/entry/20120205/1328430423</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
