2008년 2월 22일 금요일

c# resize dialog - Google Search

c# resize dialog - Google Search

DragEventArgs.KeyState Property (System.Windows.Forms)

DragEventArgs.KeyState Property (System.Windows.Forms)

XNA Tutorials and XNA Tools - Adding Drag And Drop to the XNADev.ru Content Builder

XNA Tutorials and XNA Tools - Adding Drag And Drop to the XNADev.ru Content Builder: "string[] files = (string[])e.Data.GetData('FileDrop');

for (int x = 0; x < files.Length; x++)
{
if (File.Exists(files[x]))
AddContentFile(files[x]);
else if(Directory.Exists(files[x]))
{
AddDirectory(files[x]);
}
}string[] files = (string[])e.Data.GetData('FileDrop');

for (int x = 0; x < files.Length; x++)
{
if (File.Exists(files[x]))
AddContentFile(files[x]);
else if(Directory.Exists(files[x]))
{
AddDirectory(files[x]);
}
}"

Drag and Drop Using C#

Drag and Drop Using C#

Drag and Drop Files with C#

Drag and Drop Files with C#: "// loop through the string array, adding each filename to the ListBox
foreach( string file in files )
{
listBox1.Items.Add(file);
}"

c# drag drop - Google Search

c# drag drop - Google Search

CodeProject: C# File Browser. Free source code and programming help

CodeProject: C# File Browser. Free source code and programming help

CodeProject: Drag and Drop Archiver gadget. Free source code and programming help

CodeProject: Drag and Drop Archiver gadget. Free source code and programming help

CodeProject: How to Implement Drag and Drop Between Your Program and Explorer. Free source code and programming help

CodeProject: How to Implement Drag and Drop Between Your Program and Explorer. Free source code and programming help: "using Windows 2000 and run a MultiFiler that uses an OLE drop target, you'll notice that the drag image is the new-fangled faded style:"

초보자를 위한 XML - PowerPoint - Microsoft Office Online

초보자를 위한 XML - PowerPoint - Microsoft Office Online

2008년 2월 20일 수요일

ons*tory :: 우리는 우리가 읽은 것으로 만들어진다.

ons*tory :: 우리는 우리가 읽은 것으로 만들어진다.: "그가 지금 무슨 책을 읽고 있는가를 보면
그를 알 수 있다.
3년 후, 10년 후 어떤 사람이 될지는
어떤 책을 읽느냐가 중요한 요소로 결정될 것이다.
우리는 우리가 읽은 것으로 만들어진다.

- 마더 말러"