Results 1 to 2 of 2
  1. #1
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134

    [HELP] User-Definable Function Strings

    I want to make User Defineable Function Strings EXAMPLE:
    Code:
    Public Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    i want the part in bold to read a string from textbox i tried using this
    Code:
    Public Declare Function Form1.Text1.Text Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    but it doesnt work HELP ME PLEASE

  2. #2
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    I don't think you can do that.. it's in the module not the form.

Similar Threads

  1. [Help]Search File Function[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 1
    Last Post: 06-09-2010, 07:50 AM
  2. User defined functions?
    By Void in forum Assembly
    Replies: 2
    Last Post: 12-20-2009, 02:11 PM
  3. Working Hacks User helps User
    By oaschkropfn in forum Combat Arms Europe Hacks
    Replies: 6
    Last Post: 03-05-2009, 07:53 AM
  4. hi,, can anyone help me define what each hack is for?
    By ttt279 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 10-19-2008, 02:29 PM
  5. How do u define function in VB6
    By ilovepie21 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 03-02-2008, 12:20 PM

Tags for this Thread