2022-08-15から1日間の記事一覧

CWindow::GetWindowTextLength

今度はテキストを取得できるように、まずはCWindow::GetWindowTextLengthを実装して、テキストの長さを取得する。 Window.hで、GetWindowTextLengthを追加。 Window.cppにて、中で、Win32APIのGetWindowTextLengthを呼んでる。 MainWindow.hで、CButtonCore…

HttpServerUtility.MapPath

HttpServerUtility.MapPathは、指定された仮想パスに対する物理パスを返す。HttpServerUtility.MapPath(String) メソッド (System.Web) | Microsoft DocsHttpServerUtility_.aspxで、"."を指定すると、 authdirまでのパスが出る。authdirまでのパスが出る。S…