Mein Leute
Ich Versuche grade ihn Echtzeit ein Icon zu malen. Was immer ne Nummer stehen hat. Ich malte schon mal ein Image aber wie bekomme ich es als icon ohne es zu speichern das Icon muss in der Software bleiben. Nutze nämlich die Icon Ovaly Funktion ab Windows 7.
MFG Marvin
*Topic verschoben*
Ich Versuche grade ihn Echtzeit ein Icon zu malen. Was immer ne Nummer stehen hat. Ich malte schon mal ein Image aber wie bekomme ich es als icon ohne es zu speichern das Icon muss in der Software bleiben. Nutze nämlich die Icon Ovaly Funktion ab Windows 7.
MFG Marvin
VB.NET-Quellcode
- Dim strString As String = 15
- Dim newBitmap As Bitmap = My.Resources.Nofication1
- Dim g As Graphics
- g = Graphics.FromImage(newBitmap)
- g.DrawString(strString, New Font("Calibri", 5, FontStyle.Bold), New SolidBrush(Color.White), New Point(22, 22))
- Dim icon As Icon = icon.FromHandle(newBitmap)
- If TaskbarManager.IsPlatformSupported Then
- TaskbarManager.Instance.SetOverlayIcon(icon, "Nofication")
- End If
*Topic verschoben*
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von „Marcus Gräfe“ ()