public static class ShellUtils : object
| Member | Description | |
|---|---|---|
![]() ![]() |
GoUrl | Uses the Shell Extensions to launch a program based or URL moniker. public static int GoUrl(string url);
|
![]() ![]() |
HttpGet | Simple method to retrieve HTTP content from the Web quickly public static string HttpGet(string url,
ref string errorMessage); |
![]() ![]() |
HttpGetBytes | Retrieves a buffer of binary data from a URL using a plain HTTP Get. public static Byte[] HttpGetBytes(string url,
ref string errorMessage); |
![]() ![]() |
ShowHtml | public static int ShowHtml(string HtmlString);
|
![]() ![]() |
ShowString | Displays an HTML string in a browser window public static int ShowString(string HtmlString,
string extension); |
![]() ![]() |
ShowText | Displays a large Text string as a text file. public static int ShowText(string TextString);
|