 |
Title |
User |
Language |
Tags |
Description |
Date |
|
|
|
Borderless Form Mouse Move
|
p p
|
C# |
Borderless
Form
Mouse
Move
|
This is a nice little hack that tells the system that any mouse clicks inside the toolbar should be treated like they are in a caption bar. used for moving a borderless form |
May 14, 2010 |
|
Load and Play .wav
|
p p
|
C# |
Load
Play
.wav
|
handles the playing of the chosen .wav file |
May 14, 2010 |
|
Paint System Close Button
|
p p
|
C# |
Paint
System
Close
Button
|
When making a borderless form with your own toolbar, you can recreate the system buttons (close,minimize, max, etc) "icon" |
May 14, 2010 |
|
Borderless Form - simulate focus/blur ui cues
|
p p
|
C# |
Borderless
Form
simulate
focus/blur
cues
|
When using an borderless form, this simulates the focus/blur ui cues for a form |
May 14, 2010 |
|
Calculate and Convert size of file
|
p p
|
C# |
Calculate
Convert
size
file
|
Get file size and converts from bytes to other units (Mb, Gb, etc) |
May 13, 2010 |
|
Auto Adjust Size Units
|
p p
|
C# |
Auto
Adjust
Size
Units
|
Takes in a number (assumed to be computer-relevant) and returns a string adjusted to the largest size that looks pretty |
May 13, 2010 |
|
Get File Type Descriptions
|
p p
|
C# |
File
Type
Descriptions
|
Goes through the registry looking for the system description for each registered file type |
May 13, 2010 |
|
Touch
|
p p
|
C# |
Touch
|
Sets Creation, Last Access and Last Write Time dates to now |
May 13, 2010 |
|
FileInfo to detect path type
|
p p
|
C# |
FileInfo
detect
path
type
|
Figure out if its a directory or a file |
May 13, 2010 |
|
Fill Listview with Directory Info
|
p p
|
C# |
Fill
Listview
with
Directory
Info
|
Fill Listview with Directory Info |
May 13, 2010 |
|
Copy Directories/ Sub dirs
|
p p
|
C# |
Copy
Directories/
dirs
|
Copys directory, including sub directories, if desired |
May 13, 2010 |
|
HTML DOM to TreeView
|
p p
|
C# |
HTML
TreeView
|
Parses a webpage, extracting the elements and placing them in a hierarchical tree |
May 12, 2010 |
|
Iterate Forms On Webpage
|
p p
|
C# |
Iterate
Forms
Webpage
|
Tries to go through all the forms in a page. |
May 12, 2010 |
|
Highlight Webpage Node
|
p p
|
C# |
Highlight
Webpage
Node
|
Handles highlighting selected area based on node in DOM tree. |
May 12, 2010 |
|
Change style on Web browser Control
|
p p
|
C# |
Change
style
browser
Control
|
What it says |
May 12, 2010 |