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

 

 


Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis


  Mostrar Mensajes
Páginas: [1]
1  Programación / Programación Visual Basic / Re: [HELP] How to use & invoke API function "MulDiv" en: 30 Abril 2012, 21:38 pm
i mean can i call this api with callapibyname function (with out declaration)?
2  Programación / Programación Visual Basic / Re: [HELP] How to use & invoke API function "MulDiv" en: 30 Abril 2012, 21:16 pm
Finally I got it now I understood why it's not working with strptr
thanks a lot karcrack you are always the best :)

one last question
is it possible to invoke this API (without using strptr or varptr) ?
and if yes can you show me how ?
3  Programación / Programación Visual Basic / Re: [HELP] How to use & invoke API function "MulDiv" en: 30 Abril 2012, 18:16 pm
thanks a lot..
but still i can't figure out how to use at a replacement of ObjPtr
:(
4  Programación / Programación Visual Basic / [HELP] How to use & invoke API function "MulDiv" en: 29 Abril 2012, 15:47 pm
Hello..
The Win32 API function MulDiv can be used to get the address of a variable.
It can be used as an alternative for StrPtr/VarPtr/ObjPtr..
I've already managed to use it as a replacement for VarPtr but I couldn't find out how
to use it as StrPtr/ObjPtr!!

example: "Credit's to karcrack"
Código:
Private Declare Function var2ptr Lib "KERNEL32" Alias "MulDiv" (ByRef a As Any, Optional ByVal b As Long = 1, Optional ByVal c As Long = 1) as Long
            Dim x   As Long
 
            x = 1337
            MsgBox "Is it working? " & Format$(var2ptr(x) = VarPtr(x), "Yes/No")

I need help to:
1. Use it as replacement for StrPtr/ObjPtr.
2. know how to invoke this API.
5  Programación / Programación Visual Basic / Re: [Help] Add Data To Resource As (MENU\Dialog\..) ? en: 30 Marzo 2011, 17:12 pm
Here is an example of what I'm doing...


http://www.multiupload.com/IFTN37DU2I
6  Programación / Programación Visual Basic / [Help] Add Data To Resource As (MENU\Dialog\..) ? en: 30 Marzo 2011, 15:24 pm
Hello..

How to add data to file resource as DIALOG or MENU or ...
using reshacker or UpdateResource API ??

Any help ??
7  Programación / Programación Visual Basic / Re: [HELP] Align Text ! en: 21 Marzo 2011, 13:53 pm
hey guys i just want a help to make align option !!

my homework is to do simple text editor like notepad ..
i already do replace , find , copy , paste , .... and i just wanna know how
to make all text aligned to left with no sapce or with specific number of spaces..

thats it ..!!
8  Programación / Programación Visual Basic / Re: [HELP] Align Text ! en: 21 Marzo 2011, 12:30 pm
raul338 what code ??
my homework is to code simple text editor with VB6 ..
!!
9  Programación / Programación Visual Basic / [HELP] Align Text ! en: 21 Marzo 2011, 11:54 am
hello..

I just wonder how to Align Text to left direction ...

example :

Código:
     Name : XXXX XXXX
       Age : 23
   Skills : XXXX, XXXX , XXXX
            Address : XXXXX XXXX ( XXXX )

I want to align it to be like this :
Código:

 Name : XXXX XXXX
 Age : 23
 Skills : XXXX, XXXX , XXXX
 Address : XXXXX XXXX ( XXXX )

with no space before words or with specific number of spaces ..

any idea .. ??!!?!
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines