Plugins and Winsock communication

Iniciado por ntaryl, 13 Noviembre 2010, 01:19 AM

0 Miembros y 1 Visitante están viendo este tema.

ntaryl

Good  morning
I play with sandsprite plugin example a litle 
In main Form(host  project) put a winsock .How can communicate  the plugin(test.dll)with  the  host ?
When plugin load can  use the winsock like the host...
i try to explain  clearly   
thanks for the time

BlackZeroX

#1
.
translate this text to your language...

Declara una Variable/Propiedad publica o Setea el Control en un OBJECTO tipo Object y declarala como publica, los eventos puedes hacer uso de CallByname()

Example:

Cita de: BlackZeroX▓▓▒▒░░ en 19 Julio 2010, 08:19 AM
Mira aquí hay un ejemplo de un DLL que puede tratarse como Plugin, ya que l forma de hacer por comunicacion de archivos de texto no va de muy grata forma xP:

http://infrangelux.sytes.net/filex/?file=/BlackZeroX/Proyectos/Proyecto%20InfraExplorer/SRC_ExamplePlugin.rar&modo=2&dir=/BlackZeroX/Proyectos/Proyecto%20InfraExplorer&;

Lo que debes saber para tratar una DLL como plugin es que:

Nombre del proyecto = que el Nombre de la DLL ( si tu proyecto se llama Proyect1 tu DLL debera llamarse Proyect1.dll)
El nombre de los módulos de clase da igual, pero estos son usados para crear el Objeto con CreateObject()!¡.
Deben estar registrados con RegServ32

compila y con este código puedes correr un proceso X

El Siguiente código esta Orientado en el source qué te puse arriba ok!¡.

Código (vb) [Seleccionar]


'   by BlackZeroX.
'   Antes debes generar el Plugin "PluginExplicit" y registrarlo con RegServ32 (Solo en equipos donde NO SE COMPILO!¡.)

Dim ObjPlugin as Object
set ObjPlugin = createobject("PluginExplicit.cMain") ' // cMain es el nombre del Modulo de Clase!¡.
with ObjPlugin
   call .WSConnect ' // ejecuta el proceso deseado
   msgbox .Nombre
   msgbox .Version
   msgbox .ProcesoUno("") ' // proceso con parámetros en este caso e sun ParamArray xP
   msgbox .ProcesoDos("","","") ' // proceso con parámetros en este caso e sun ParamArray xP
   msgbox .ProcesoTres("","","") ' // proceso con parámetros en este caso e sun ParamArray xP
   CMain=nothing  ' // le puedes espesificar un Objeto para que el plugin trabaje con este!¡.
end with
set ObjPlugin = nothing ' // hay que descargarlo cuando ya no este en uso si no la memoria uff xS



la alternativa a CreateObject es CreateFromFile esta en PSC el modulo, y se trata de la misma manera, y hasta donde recuerdo este ultimo no nesesita que la DLL o plugin este registrado con RegServ32!¡.

Sangriento Infierno Lunar!¡.


P.D.: CreateFromFile  ---> http://foro.elhacker.net/programacion_visual_basic/getmethod_en_vb6_y_createobject_mediante_api-t310380.0.html;msg1541127#msg1541127

Sangriento Infierno Lunar!¡.
The Dark Shadow is my passion.

ntaryl

Thanks for the time  u spend  to  answer  me   
I willl  check  it  right  now 
Havea  good  night 

ntaryl

I  cant make  this example  to  work   
I will  try it tommorow  again
thanks my   friend   


ntaryl

I  cant   make  it to work   
Please  someone  can  make  it  to work  with this plugins   
thanks  for the  time 

BlackZeroX

#5
.
This example is complete and interacts with the WinSock OCX is equally likely to interact with and CSocketPlus CSocketMaster


Este ejemplo esta completo y se interactua con el OCX WinSock es factible de igual manera interactuar con CSocketMaster y CSocketPlus

http://infrangelux.sytes.net/FileX/index.php?dir=/BlackZeroX/Programacion/vb6/Plugins&file=Example%20Plugin%20Interaction%20With%20WinSock.zip

Rapid communication can check this site:


Puedes verificar la comunicacion rapida con esta pagina:

http://infrangelux.sytes.net/ScanX/?port=666&msg=Hello%20Word


Tranlate By http://translate.google.com.mx/#es|en

Sweet Moon!¡.
Dulces Luans!¡.
The Dark Shadow is my passion.

ntaryl

Thanks  for  ur  time  bro   
wish  u  have a good  night   
ciao