2014-05-01から1ヶ月間の記事一覧

C# ドラッグ&ドロップしたディレクトリ階層を表示

使用するもの TextBox 1 TreeView 1TextBoxはイベント「DragDrop」、「DragEnter」を使用。※TextBoxのプロパティ「ArrowDrap」をtrueにすること。 ※ドライブには対応してません。試しにトイウォーズフォルダ表示 (怒られる?) using System.Collections.Gene…

スキニング Cube DirectX9 シェーダ版

// ----------------------------------------------------- // main.cpp // ----------------------------------------------------- #pragma comment(lib, "d3d9.lib") #pragma comment(lib, "d3dx9.lib") #include <windows.h> #include <tchar.h> #include <d3d9.h> #include <d3dx9.h> #inclu</d3dx9.h></d3d9.h></tchar.h></windows.h>…