Visual Basic Forum

Visual Basic Forum
für VB6 und VB.NET Programmierer
 
RegistrierenRegistrieren  LoginLogin

 
Informationen über write process
 Download mit Backgroundworker sehr langsam :(
Verfasst am: 25.03.2011, 00:11  Aufrufe: 673 


Imports System.IO Imports System.Net Imports System.ComponentModel Public Class Form1 Dim watch As Long Private th As BackgroundWorker Dim speed1 As Long = 0 Dim speed2 As Long = 0 Dim Temp As String = Environment.GetEnvironmentVariable("Temp") Dim Patcherver As String = "1.0" Dim MyPfad As String = Path.GetDirectoryName(Application.Executa ...

 TCP/IP Verbindung hängt sich auf
Verfasst am: 09.06.2010, 19:51  Aufrufe: 868 

Datenübertragung funktioniert nur manchmal Hallo ersteinmal denn ich bin neu hier. Ich habe ein Tool geschrieben mit dem es möglich sein soll Prozesse von einem anderen Rechner zu sehen und diese gegebenenfalls zu beenden. Die Prozesse sendet die Clientanwendung auf Anfrage an die Serveranwendung. Mein Problem ist, dass wenn ich einen Prozess beende oder mehrmals die Prozessliste neu lade sich die Liste nicht mehr ...

 Memory Value Inc
Verfasst am: 03.07.2009, 12:25  Aufrufe: 591 

... String) As Long<br />'Get Process ID<br />Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal Hwnd As Long, lpdwProcessId As Long) As Long<br />'Open Process<br />Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long<br />'Write Process ...

 Multithreading mit VB.NET 2005
Verfasst am: 29.06.2009, 14:15  Aufrufe: 1263 

Mit .NET brachte Microsoft den heiligen Gral des Mutlithreadings zu den VB Programmierern. Bis dahin mußten wir uns mit DoEvents vor UI Lockups bewahren, oder noch schlimmer Out Of Process ActiveX-Exen programmieren um diese zu verhinden. Programmieren mit Threads bringt jedoch neue Probleme mit sich wie Deadlocks, nicht mehr ansprechbare Controls da diese in einem anderen Thread laufen usw.Dieses kleine VB.NET 2005 ...

 Listbox in txt schreiben
Verfasst am: 06.06.2008, 14:51  Aufrufe: 862 



 [Text] GameTrainer (Gamehacking): Statische Adresse Freezen
Verfasst am: 14.01.2008, 14:56  Aufrufe: 6126 

... Classname As String, ByVal WindowName As String) As Long 'Get Process ID Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal Hwnd As Long, lpdwProcessId As Long) As Long 'Open Process Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long 'Write Process ...

 [Text] GameTrainer (Gamehacking): Statische Adresse Freezen
Verfasst am: 05.01.2008, 13:25  Aufrufe: 6126 

... ByVal Classname As String, ByVal WindowName As String) As Long 'Get Process ID Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal Hwnd As Long, lpdwProcessId As Long) As Long 'Open Process Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long 'Write Process ...

 [Text] GameTrainer (Gamehacking): Statische Adresse Freezen
Verfasst am: 05.01.2008, 00:48  Aufrufe: 6126 

... ByVal Classname As String, ByVal WindowName As String) As Long 'Get Process ID Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal Hwnd As Long, lpdwProcessId As Long) As Long 'Open Process Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long 'Write Process ...

 [Trainer] in Prozess eingreifen/verändern
Verfasst am: 16.12.2007, 18:05  Aufrufe: 1691 

... ;FindWindowA" (ByVal Classname As String, ByVal WindowName As String) As Long 'Get Process ID Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal Hwnd As Long, lpdwProcessId As Long) As Long 'Open Process Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long 'Write Process ...




[ Time: 0.2802s ][ Queries: 90 (0.1279s) ][ GZIP on - Debug on ]