Search:

Type: Posts; User: ladoo

Page 1 of 13 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    906

    Re: webbrowser clicking java p me offf

    you guys are refferring to programme omg , you guys seen a page using rich quality buttons made out of java script
  2. Replies
    5
    Views
    906

    Re: webbrowser clicking java p me offf

    :plol it is

    java is run by javascript

    like html

    html outside layer human readable text


    java outside layer high quality buttons
  3. Thread: internet cafe

    by ladoo
    Replies
    4
    Views
    1,017

    Re: internet cafe

    to be honest i have got r.a.t made i can prove , chat clients + rats = remote admin same funchtions i have lots i made in past and got them now.

    making rat isnt something new to me and this...
  4. Thread: internet cafe

    by ladoo
    Replies
    4
    Views
    1,017

    internet cafe

    making an internet cafee admin tool control multi pc

    need your info how to make this


    do i just make client and server , and then install server on all pc thats it ?????
  5. Replies
    5
    Views
    1,391

    Re: listbox click event

    good luck just work your way from there rename it to grades and add also use select case preferd

    u can use select case also
  6. Replies
    5
    Views
    906

    webbrowser clicking java p me offf

    what is the code similar to this
    WebBrowser1.Document.parentWindow.execScript "toggleQueueButton()","JavaScript"

    am sure i seen another 1 with a click at the end of the line
  7. Replies
    13
    Views
    1,392

    Re: count total lable ? number

    this issue has been solved , each counter were it generates each number i placed my total code there

    so when each counter +1 goes up the total label will count 1 for each simple approach
  8. Replies
    13
    Views
    1,392

    [RESOLVED] count total lable ? number

    label1.caption=4
    label2.caption=3
    label3.caption=6

    total is 13 ,

    by click of a button how do i count all that then output to label5.caption=total:13

    ?
  9. Replies
    7
    Views
    1,079

    Re: winsock getdata help

    am thinking which source it was am taking a look untill then if you can pull it out can u post thanks.
  10. Replies
    7
    Views
    1,079

    Re: winsock getdata help

    there is a 1 second delay before the data comes this is when the else statement kicks in its bugger
  11. Replies
    7
    Views
    1,079

    Re: winsock getdata help

    i want to detect if verification is found that

    If InStrRev(data, "Verification") Then
    Me.Caption = "found"
    Else
    Me.Caption = "not found"
    End If

    always detected as not found because of the...
  12. Replies
    7
    Views
    1,079

    winsock getdata help

    Private Sub wss_DataArrival(Index As Integer, ByVal bytesTotal As Long)
    Dim data As String
    On Error Resume Next
    Dim x As Integer
    data = ""
    wss(Index).GetData data



    If InStrRev(data,...
  13. Replies
    2
    Views
    623

    times used then pay

    i need a code showing how many use is left them after its ran out you need to buy licence or purchase please help guys i forgoten then code.
  14. Replies
    4
    Views
    1,572

    Re: getting webbrowser data to text file

    good luck
  15. Replies
    6
    Views
    946

    Re: text1.text help

    great thanks allot
  16. Replies
    6
    Views
    946

    Re: text1.text help

    i need to do something like this without the keypress event , but keypress event will help me allot when am typing large text instead of click the button

    when i use keypress textbox leaves emty...
  17. Replies
    14
    Views
    1,546

    Re: breaking 1 line of keyword into 5 pieaces

    il will check it now @ max thanks il figure it out

    the date is needed at times when combining keywords

    people often search like this

    latest cars of 2013
    ps4 2013
    etc
  18. Replies
    6
    Views
    946

    Re: text1.text help

    If KeyAscii = 13 Then ' The ENTER key.
    Text21.Text = Text21.Text & "<br>"

    End If


    when i do this the textbox leaves emty room on top and starts all them in new...
  19. Replies
    6
    Views
    946

    [RESOLVED] text1.text help

    multi line textbox

    i wish to add <br> front of all text



    demo

    once upon a time (i hit enter hey here ) <br> there was a tiger i love it alot (i hit enter hey here ) <br> that night was...
  20. Replies
    14
    Views
    1,546

    Re: breaking 1 line of keyword into 5 pieaces

    am sorry for late reply guys

    keyword means a specific word search engines reconize when you type in google and then google gets all the results showing all websites relating to your keyword you...
  21. Replies
    9
    Views
    1,160

    Re: Listview check uncheck need help

    here


    Private Sub Command1_Click()

    For Each itm In ListView1.ListItems

    If itm.Checked = False Then

    itm.Checked = True
  22. Replies
    14
    Views
    1,546

    breaking 1 line of keyword into 5 pieaces

    this is involved in (seo) search engine optimization project working with keywords there is 1 thing i need to do breaking 1 line of string into 5 pieces no matter how long or short it should add...
  23. Replies
    9
    Views
    1,160

    Re: Listview check uncheck need help

    Private Sub Command1_Click()

    select all



    unselect all
  24. Replies
    2
    Views
    843

    Re: rotate strings - please read

    Thanks Allot Bonnie 10 million rep and a joke:D:p <<< lol >>:p nice one

    Private Sub Command1_Click()
    Dim i As Long, sLines() As String

    Randomize
    sLines = Split(Text1.Text,...
  25. Re: reset the internet explorer settings code in vb6

    my friend i will do there if i was u its good approach

    add what ever you can on the tool

    delete all internet history
    etc etc what ever you can
    then finally just manually hit the internet...
  26. Replies
    2
    Views
    843

    [RESOLVED] rotate strings - please read

    this is the text



    may have long

    i need to rotate each string with space switch the orders like this short example

    once upon a time there was a girl dressed in tshirt
  27. Re: reset the internet explorer settings code in vb6

    :p:po checked all google not 1 site has what u need:p we need to go ask the main person (bill gates):p
    my friend why dont you use firefox or crome i recommened firefox , internet explorer is the...
  28. Replies
    3
    Views
    706

    Re: if statement help

    thanks bonnie++++++++++++ tried to rep u but it dont allow me soz
  29. Replies
    3
    Views
    706

    if statement help

    If InStr(Text1.Text, "1" Or "2" Or "3" Or "4") Then
    Me.Caption = "works"
    Else
    Me.Caption = "not"
    End If

    need this working

    or what i defo need is
  30. Re: Obtain Memory Addresses of specified process

    google search ( cheat engine ) best also u can get idea off that then make 1 of your own similar
  31. Replies
    11
    Views
    1,215

    Re: randomizing words in list1

    thanks guyz appreciate it
  32. Replies
    1
    Views
    854

    webbrowser msgbox accept

    how do i auto accept msgbox on webbrowser


    msg

    ok and cancle

    i want to press ok please help or will be best to disable popup but accept in background
  33. Replies
    11
    Views
    1,215

    Re: randomizing words in list1

    how do i call this from button click event

    Private Function ReverseSentence(ByVal s As String) As String

    Dim a() As String
    Dim j As Long
    Dim strRet As String

    a =...
  34. Replies
    11
    Views
    1,215

    [RESOLVED] randomizing words in list1

    list1 items

    tool box
    machine gun
    full magazines
    dvd movies
    pizza box
    air planes

    this list can be big for now this is simple list , i need a code to switch the string to this order
  35. Replies
    4
    Views
    1,533

    Re: general help sligtly stuck

    excellent simple clean code very affective nice job thanks.
  36. Replies
    4
    Views
    1,533

    Re: general help sligtly stuck

    Private Sub List1_Click()
    If List1.ListIndex = List1.ListCount - 1 Then
    List1.ListIndex = 0
    ' Text1.Text = List1.Text '& "," & List1.List(List1.ListIndex - 0 + 1) & "," &...
  37. Replies
    4
    Views
    1,533

    [RESOLVED] general help sligtly stuck

    i have a listbox1 and text1.text

    list1 holds keywords

    office books <<<<<<< when i click here it should automaticly select that and 5 lines below and add to text1.text with comma ,
    plane...
  38. Replies
    37
    Views
    2,602

    Re: combo is text read only

    what do you mean replacement?[/QUOTE]



    in form1 it has combo1 = read only


    remove combo1 and re add combo1
  39. Replies
    37
    Views
    2,602

    Re: combo is text read only

    set combobox style to 2 also u can delete the combobox and add a replacment to remove the read only message
  40. Replies
    21
    Views
    1,755

    Re: [RESOLVED] RictTextBox Question

    it is possible had this done in past when i made a tool

    6am got bad tummy
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width