elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Recuerda que debes registrarte en el foro para poder participar (preguntar y responder)


  Mostrar Temas
Páginas: 1 2 [3] 4
21  Programación / Programación Visual Basic / Spalsh Hourglass en: 14 Junio 2009, 16:47 pm
Good afternoon   
Want to  find how to make a small splash with hourglass 
Take this idea from a programm when  load  some  data   have a progresss and  the  hourglass  turning  round 
Please  if  someone  have  something  to help  me 
thanks  for the time 
22  Programación / Programación Visual Basic / FindnextFile and Hide file en: 2 Marzo 2009, 18:05 pm
Good  afternoon
Try to hook the FindNextFileW to hide a filke from Explorer.
Hook sucessfully .
Try to build the Callback but not enough luck for it
There is someone to give me some help to find the way ?
Thanks for the time
Código:

Public Function NowFindnextfile_call(ByVal hFindFile As Long, pFindFileData As WIN32_FIND_DATA) As Long
If (pFindFileData.cFileName) = "TEST.EXE" Then
NowFindnextfile_call = -1
End If
End Function
in my screenshot hook the W and A also
http://img168.imageshack.us/img168/2921/screen0wa.jpg


p.s Someone point me how to solve this 
thanks guys   




23  Programación / Programación Visual Basic / Detect Jmp en: 16 Enero 2009, 19:07 pm
Good  afternoon   

want to detect if in adress there  is  the Jmp   ?
please  any  idea how to solve  it   
 
24  Programación / Programación Visual Basic / Drivers is possible en: 21 Octubre 2008, 21:44 pm
Good  evening 
Maby  my question is stupid .
want to  know  is  possible  someone build a driver in  visual basic  ?
i know u can build driver in any other language(c++,asm) but  not  in vbasic 
and of course u can make the driver loader in  vbasic 
I thing EON told us about this  is possible !
Please  someone  to know  make  clear this question 
thanks   

25  Programación / Programación Visual Basic / Process32next Callback en: 23 Septiembre 2008, 23:09 pm
Good  evening 

Time now try to make a callback function for process32next function
Want to hook this function and i dont know how implement the Callback to Hide a file with name "test.exe"
Código:

Public Function Process32Next_Callback(ByVal hSnapshot As Long, ByRef lppe As PROCESSENTRY32) As Long
Dim Ret_val As Long
If ippe.szExeFile = "test.exe" Then
Ret_val = Process32Next(hSnapshot, lppe)
End If
Process32Next_Callback = Ret_val
end function



But  not work  i  cant find my mistake 
thanks 


P.s  EON  u  can help me
26  Programación / Programación Visual Basic / no-ip checking en: 13 Septiembre 2008, 20:06 pm
Good  evening   
Need some  help 
How  can  i  test  my no-ip (ten-no-ip.biz) in  port 80 if  it  work  ?
Hope  to  explain  correct  my question 
thanks   
27  Programación / Programación Visual Basic / Detect Scrolling en: 2 Septiembre 2008, 01:20 am
Good  morning 
I  have a  form and one textbox  .is Muktiline and  have a scrollbar  vertical 
please want to know how  detect when the  scroll  go to the  bottom  ?
When move the scroll untill the end have a popup!
thanks for the time 
28  Programación / Programación Visual Basic / NtQuerysysteminformation and Task manager en: 31 Agosto 2008, 01:54 am
Good  morning Guys 
Iam back   hehehe 
Want to  find any  info about this api how work.
Also  how ride this api to  make invisible a specific executable in task manager 
thanks   
 
29  Programación / Programación Visual Basic / Compiller controller question en: 13 Julio 2008, 15:53 pm
Good  afternoon 
I go   and install the compiller controller but  when go to hook  the compilation  have error .
Want to test the  codein controller   
please want to  know  how  i will  use  it   ?
some  tips or how  to   ?
thanks  for the time   
30  Programación / Programación Visual Basic / win32 api programming en: 12 Julio 2008, 16:00 pm
hello 
this  is  useful  for   vb guys   

http://rapidshare.com/files/128895883/Win32_API_Programming_with_Visual_Basic__Fourth_Edition.rar.html
thanks 
Páginas: 1 2 [3] 4
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines