Skip to content
  • Home
  • Pricing
  • Tutorial
  • Download

[VB6] Webcam Bild erstellen und speichern

Mit folgender Funktion lässt sich ein Bild mit der Webcam erstellen und als Datei speichern, bitte in ein Modul speichern: Option Explicit Public Video_Handle As Long ' benötigte Deklarationen Private…

Continue Reading[VB6] Webcam Bild erstellen und speichern

Is Process running? Prüfen, ob ein Prozess läuft.

Mit folgender Funktion lässt sich prüfen, ob ein Prozess läuft (Is Exe / Process running?), am besten in ein Modul kopieren: Private Const TH32CS_SNAPPROCERSS = &H2& Private Type PROCESSENTRY32 dwSize…

Continue ReadingIs Process running? Prüfen, ob ein Prozess läuft.

[VB6] Festplatten-ID / Hardware-ID auslesen

Es gibt Situationen, in denen Sie die Festplatten-ID bzw. Hardware ID auslesen. Ein Grund kann sein, dass Sie einen Lizenzmechanismus einbauen wollen, um Lizenzen zu verkaufen. Die Software erkennt dann…

Continue Reading[VB6] Festplatten-ID / Hardware-ID auslesen

[VB6] Emailversand mit PHP

Mit folgender Funktion lassen sich Dateien aus dem Internet herunterladen: Private Declare Function URLDownloadToFile Lib "urlmon" _ Alias "URLDownloadToFileA" ( _ ByVal pCaller As Long, _ ByVal szURL As String,…

Continue Reading[VB6] Emailversand mit PHP

[VB6] String2Hex und Hex2String Umwandlung

String zu Hex: Public Function Str2Hex(text As String, Optional separator As String = "") _ As String Dim val As String Do While Len(text) > 0 val = Hex(Asc(Left(text, 1)))…

Continue Reading[VB6] String2Hex und Hex2String Umwandlung
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Home  | Contact |  Employee Monitoring  |  Parental Control  |  Tutorial  |  Blog  |  About  |  Affiliates  |  Imprint  |  Privacy Policy 

  • 4915123278866
  • "kontakt@wolfeye.de"