public static Icon ExtractIconFromExecutableFile(
string filepath,
int iconIndex,
int iconSize
)
Public Shared Function ExtractIconFromExecutableFile (
filepath As String,
iconIndex As Integer,
iconSize As Integer
) As Icon
Dim filepath As String
Dim iconIndex As Integer
Dim iconSize As Integer
Dim returnValue As Icon
returnValue = UtilImage.ExtractIconFromExecutableFile(filepath,
iconIndex, iconSize)
public:
static Icon^ ExtractIconFromExecutableFile(
String^ filepath,
int iconIndex,
int iconSize
)
static member ExtractIconFromExecutableFile :
filepath : string *
iconIndex : int *
iconSize : int -> Icon
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Core.Media.Graphics.UtilImage.ExtractIconFromExecutableFile(System.String,System.Int32,System.Int32)"]
No code example is currently available or this language may not be supported.
Dim ico As Icon = ExtractIconFromExecutableFile("C:\Windows\Explorer.exe", 0, 256)
Dim bmp As Bitmap = ico.ToBitmap()
PictureBox1.BackgroundImage = bmp
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.