Search results for query: *

  • Users: metalm3
  • Content: Threads
  • Order by date
  1. M

    Question Adding icons (:

    Hi there. May I know how do I get the icon of a program to display along with the name of it? Public Partial Class MainForm Public Sub New() ' The Me.InitializeComponent call is required for Windows Forms designer support. Me.InitializeComponent() Try Dim rk As...
  2. M

    Question HOW: Getting this code to work

    Platform: SharpDeveloper Okay, basically, I've just gotten this piece of code to get the Battery Level on a notebook. 1. Private Type SYSTEM_POWER_STATUS 2. 3. ACLineStatus As Byte 4. 5. BatteryFlag As Byte 6. 7. BatteryLifePercent As Byte 8. 9. Reserved1 As...
Back
Top