Search:

Type: Posts; User: gennna21

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: vb6 is their a code for pause , while its pausing other task should run as normal

    add a pause code

    add 1 timer = 1000
    in timer add label1.caption =label1.caption +1


    on button click
    timer1.enable=true

    button 2 click
  2. Replies
    11
    Views
    1,570

    Re: if statment question READ MORE

    thank u elroy wil test it, your the man:)
  3. Replies
    11
    Views
    1,570

    Re: if statment question READ MORE

    i tested this it works but is it good practice and accurate ?
    If Label1.Caption & Label2.Caption = 0 Then
  4. Replies
    11
    Views
    1,570

    Re: if statment question READ MORE

    how do i check all them in 1 go rather then making layers of code

    like if label5 ,label6,label7 ,label 8 = 0 then
  5. vb6 is their a code for pause , while its pausing other task should run as normal.

    i had a code like this cant find it.

    pause 1 or

    pause 5 and while its paused to test it let a label count up or down this way you know the pause execution is running and the counter is going...
  6. Replies
    11
    Views
    1,570

    if statment question READ MORE

    i want to check if all these labels are 0

    Label15.Caption = "0"
    Label13(2).Caption = "0"
    Label13(12).Caption = "0"
    Label13(13).Caption = "0/100"

    ignore the above lines , i have a set of code...
  7. Replies
    2
    Views
    675

    how to calculate this or maybe do this

    the value is from 0 to 100%

    so if anything above 50 then
    msgbox

    if text1.text > 90 to 100 then
    msgbox "tough"
    elseif text1.text > 80 to 90 then
    msgbox "to hard"
    elseif text1.text > 70 to...
  8. Replies
    0
    Views
    436

    random add string plz check this

    text1.text = "Mayweather vs McGregor: Los Angeles Press Conference"
    text2.text returns count of space.

    my custom value say = "love"

    now on each button click , i want to randomly add that...
  9. Replies
    6
    Views
    847

    remove matched string in list1

    text33.text = "ange of death"


    angle of death g
    angel of death guitar cover
    angel of death guide
    angel of death guitar lesson
    angel of death game
    angel of death guitar hero
    angel of death...
  10. Re: webbrowser how can i do something like this custom

    the image link expired it was image uploaded by me
  11. Replies
    22
    Views
    6,737

    Re: Did I Violate a Forum Rule?

    asa:wave::wave::wave::wave::wave::wave::wave::wave::wave:
  12. Replies
    22
    Views
    6,737

    Re: Did I Violate a Forum Rule?

    rant!!!!!!!!!!! ?????????????????
  13. Replies
    3
    Views
    607

    find match string

    single line text1.text = "i was hoping some day bla bla cakes care"

    multi-line text2.text= " jenna was here tonight the day was nice cool"""

    its a multi line so its should find it.

    now i...
  14. webbrowser how can i do something like this custom

    http://i.imgur.com/zZC4d.jpg

    with webrowser i want to do something similar to this, load custom image.
    and in description , area , as i type using text1.text it should update on webrowser.
  15. listview store value in sub items , click to se more

    il make it short , listview row items has values in them already , one of them say 100 , now how will i add hidden value to this not to show up on the listview but when clicked show pop up and...
  16. Replies
    13
    Views
    893

    Re: share value globally

    how to detect if string is emty in array ?
  17. Replies
    13
    Views
    893

    Re: share value globally

    thanks
  18. Replies
    13
    Views
    893

    Re: share value globally

    Dim countter As String
    countter = countter + 1
    Me.Caption = countter

    how come this dont work ?
  19. Replies
    13
    Views
    893

    Re: share value globally

    sorry

    Option Explicit
    dim titcount as string


    Private Sub aggass()
    some code here
    titcount = label1.caption
    xxxxxxxxxxxxxxxxxx
  20. Replies
    13
    Views
    893

    Re: share value globally

    they are all in form1.
  21. Replies
    13
    Views
    893

    [RESOLVED] share value globally

    i want to share value globally so

    i currently have like this but its not passing any value.


    Option Explicit
    dim titcount as string


    Private Sub aggass()
  22. Re: Question : about webbrowser , is their a code i can run browser without adding c

    copyright is when you copy and steal , but if you go to the link provided you will se over 1000 keywords free free free.
    now let me explain further , using a webbrowser to go to the link is not...
  23. Replies
    7
    Views
    2,034

    Re: unique title generator from current string.

    for example we will know what to change by targetting main root keyword such as
    Conor McGregor vs Floyd Mayweather so the tool knows to leave this bit out and tamper the other remaining words to...
  24. Replies
    7
    Views
    2,034

    unique title generator from current string.

    NEW Conor McGregor vs Floyd Mayweather Trash Talk
    Mayweather vs McGregor Embedded: Vlog Series - Episode 1
    SNOOP DOGG'S HIGHPOTHESIS ON MAYWEATHER VS. MCGREGOR: "FLOYD AIN'T
    Floyd Mayweather Sr....
  25. Re: Question : about webbrowser , is their a code i can run browser without adding c

    hi westcon , this link i posted above am trying to get the data out of that site without webbrowser ,so its faster , their is no harm of doing it as it is the same but using something quicker to gain...
  26. Re: Question : about webbrowser , is their a code i can run browser without adding c

    the site is free to use owned by my friend and it dont use api it uses php to collect data
  27. Re: Question : about webbrowser , is their a code i can run browser without adding c

    http://seotoolstation.com/seo-keyword-competition-analysis/

    this is a public website anybody can use it, am trying to get data out of that , maybe using winsock ,winhttp better then webbrowser ....
  28. Re: listview items , add extra item to current list.

    also , first il like to add - to every colum then when i click a button timer will count down from 60 seconds on that specific place then repace - to xxxx , xxx will be my own value
  29. Re: Question : about webbrowser , is their a code i can run browser without adding c

    am trying to pull 1 data out of a site , but doing for 10 or more items will take along time using a webbrowser so am thinking if their is another faster way doing this.
  30. Question : about webbrowser , is their a code i can run browser without adding cont

    is their a code that can be written for webbrowser, without adding the control on form and navigating.

    i mean just pure code , rather then puting a webbrowser control and use wb.navigate...
  31. Re: trying to check if a value exists from another form something is Wrong!!

    here is example



    Private Sub Command1_Click()
    Dim LX As Integer
    Dim IsCheked As Boolean
    Dim I As Integer
    For I = 1 To ListView1.ListItems.Count
    For LX = 1 To ListView2.ListItems.Count
  32. Re: trying to check if a value exists from another form something is Wrong!!

    the reason its not working because your working with listview , now look at your code here.


    Dim LX As Integer
    Dim IsCheked As Boolean
    Dim I As Integer

    For I = 1 To...
  33. listview items , add extra item to current list.

    i want to add extra value to current item.


    listview rows.

    john | value | years | month | time spent|
    sarah | value | years | month | time spent|

    the list wil be long , how will i add any...
  34. Replies
    13
    Views
    1,220

    Re: how titles then increment by 1

    thanks for your replies guys i just wanted to say that , in most cases , the first char is uppercase . but still i will prefer to match upper and lower case
  35. Replies
    13
    Views
    1,220

    Re: how titles then increment by 1

    wil it have it on vb cd
  36. Replies
    13
    Views
    1,220

    Re: how titles then increment by 1

    i se, how do i match it with case and non case:(
  37. Replies
    13
    Views
    1,220

    Re: how titles then increment by 1

    Private Sub Command1_Click()
    Dim strLines() As String
    Dim i As Integer



    strLines = Split(Text1.Text, vbCr & vbLf)
    For i = 0 To UBound(strLines) - 1
    If InStr(strLines(i), "conor mcgregor vs...
  38. Replies
    13
    Views
    1,220

    how titles then increment by 1

    i want check the titles and if its match then increment label1.caption + 1

    main keyword = conor mcgregor vs floyd mayweather

    titles
    conor mcgregor vs floyd mayweather highlights
    conor...
  39. Replies
    7
    Views
    1,003

    Re: How do i split this htm data into 6 textbox

    Why would you not use an ARRAY of textboxes (or RTB's)?

    how would i use it, if iknew then i probly would have:)

    =========================

    am using the current richtextbox shown in the above...
  40. Replies
    7
    Views
    1,003

    How do i split this htm data into 6 textbox

    Sub TestRequests()
    GetUrls _
    "http://stackoverflow.com/questions/34880012", _
    "http://stackoverflow.com/questions/34880013", _
    "http://stackoverflow.com/questions/34880014", _
    ...
Results 1 to 40 of 121
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width