Search results for query: *

  1. V

    how to send a file in client/server using socket?

    Thank you man, i go test.
  2. V

    how to send a file in client/server using socket?

    Cool Thank you man.
  3. V

    how to send a file in client/server using socket?

    This code send String and File ? I try understand the code, i need only TCP sample.
  4. V

    how to send a file

    Hi guys, i am looking this sample code and try get some help. http://www.vbdotnetforums.com/showthread.php?p=23514#post23514 I try extend code for upload file .jpg in server. http://www.elguille.info/colabora/puntoNET/PabloTilli_SocketsVBNET.htm Some can help me in extend code in SUB when...
  5. V

    how to send a file in client/server using socket?

    Ho i can extend here server recibe the file ? Private Sub LeerSocket() Dim IDReal As Net.IPEndPoint 'ID del cliente que se va a escuchar Dim Recibir() As Byte 'Array utilizado para recibir los datos que llegan Dim InfoClienteActual As InfoDeUnCliente 'Informacion del...
  6. V

    how to send a file in client/server using socket?

    Hi, i try understand the server side. You can post little Sample Client/Server Sending String and File ?
  7. V

    AllocateAndGetTcpExTableFromStack

    Hi, i have code the Table TCP, but need the PID the connection. Any can help me in Sample code the : AllocateAndGetTcpExTableFromStack This is code the TCPTable : http://vbnet.mvps.org/index.html?code/network/gettcpconnectiontable.htm I need Get vale the dwProcessId Thank you. Imports...
  8. V

    how to send a file in client/server using socket?

    Yes, correct question is : Like the server it differentiates when what receives it is a String or File ?
  9. V

    how to send a file in client/server using socket?

    Differences Hi man, very thank you. I have Socket Client/Server sending String. http://www.elguille.info/colabora/puntoNET/PabloTilli_SocketsVBNET.htm I try extend code for Send File to Server. Problem is : How Server Difference when Client is sending String or File ? Thank you again.
  10. V

    how to send a file in client/server using socket?

    Server side What is Server Side for save file in disk ?
  11. V

    API Hook - WriteProcessMemory

    OpenProcess Hi man, is problem have more detail. Global Model Image. http://www.legion-of-terror.cl/download/temp/model.jpg Detail : This is the API OpenProcess or Class in .Net GetProcessID...
  12. V

    API Hook - WriteProcessMemory

    Hi, is posible Hook API WriteProcessMemory ?
  13. V

    WMI and Win32_ProcessStartTrace

    upgrade Upgrading XP SP2 to Last SecurityFix problem was fixed. I need think now, how detect last patch installed for my code working, If last patched is not installed Close VB.Net Program.
  14. V

    WMI and Win32_ProcessStartTrace

    test You can test, in you VB.Net Express please, maybe the problem is in PRO. http://www.legion-of-terror.cl/download/temp/WMIProcessStart.zip I not can get what is wrong. I re-install my computer and install all again. Thank you.
  15. V

    WMI and Win32_ProcessStartTrace

    .. Maybe is different PRO vs Express, how i can switch in Debug mode to Release. In VS.2003 we have listbox for switch and not found in 2005. :)
  16. V

    WMI and Win32_ProcessStartTrace

    VB.Net 2005 hi man, again here. I make in VB.NET 2005 Profesional Release and have this problem when compile code. A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll And never look new process. You have any idea ? Please post you...
  17. V

    Return process paths

    .. Yes man, this is complex challenger. I try get solution maybe in year 2006 :(
  18. V

    Processes

    WMI and Win32_ProcessStartTrace Hi, use WMI and Win32_ProcessStartTrace http://www.vbdotnetforums.com/attachment.php?attachmentid=430&d=1135639929 Dim q As New EventQuery("SELECT * FROM Win32_ProcessStartTrace") WithEvents w As New ManagementEventWatcher(q) Private Sub Form1_Load(ByVal...
  19. V

    how to send a file in client/server using socket?

    Help Hi man, i am using this code. You can help me, inserting some new method for upload file to server in default foder ? http://www.elguille.info/colabora/puntoNET/PabloTilli_SocketsVBNET.htm Thank you.
  20. V

    Return process paths

    ,,, - learn in detail all the methods used to patch/crack other applications when they are not running. **** This is fixed, i launch my process game and control. - learn in detail all the methods used to hook into other processes while they are running. **** That working in Antihook 2.5...
Back
Top