Search:

Type: Posts; User: doberman2002

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Grouping similar strings. ( Spooman ) or anybody?

    spoo anyone
  2. Replies
    16
    Views
    1,353

    Re: Strange new bug - flexwiz.ocx

    See if you can get FLEXWIZ.OCX and sometimes it may have different versions of it just try different ones register it.
    you can type ocx register software on google image you will see lot.
    Look at...
  3. Re: Split String sentence and add to list

    It is not manipulating website it is just extracting element id and class name values why? The software can be used for future work on site that we need to work on and to get the values of the...
  4. Re: Split String sentence and add to list

    It is not manipulating website it is just extracting element id and class name values why? The software can be used for future work on site that we need to work on and to get the values of the...
  5. Re: website extract all element id - class - control name

    anybody
  6. Replies
    10
    Views
    1,092

    Re: Help in Zipping Files

    download 7zip install it,within vb6 send out cmd command to zip it,move it
  7. Replies
    16
    Views
    1,353

    Re: Strange new bug - flexwiz.ocx

    flexwiz.ocx register it,google how to register ocx files.
    download flexwiz.ocx reg it.
    then add reference to this ocx,put this in your folder or system32
  8. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    thank you sam. and all
  9. Re: Split String sentence and add to list

    hi sam thanks for the reply: i have not seen your reply in other thread i will check.
    The programme is mainly for grouping strings of list i have, randomize them, split them up differently, and so...
  10. Re: Split String sentence and add to list

    i was thinking exactly that but at the same time thinking is there a shorter way of doing it.
    thank you datamiser.
  11. Replies
    8
    Views
    1,131

    Re: Problem sending text to Web Browser

    here
    removed the if statement the element id is ok tested and ok
    if you use if statement bare in mind 2 things.
  12. [RESOLVED] uploading video on youtube webbrowser.

    thanks
  13. Split String sentence and add to list

    text1.text = online tutorial guide

    List1 items

    how to make a good tutorial video
    video tutorial
    how to make an instructional video with screen recording
    how to make a tutorial video
    how to...
  14. Grouping similar strings. ( Spooman ) or anybody?

    I found this thread of user Spoo posted very well done. It needs tweaking.
    mxflex not required, just the textbox. When the textbox is generated for each index, it goes way out of form view.
    It will...
  15. Replies
    8
    Views
    1,131

    Re: Problem sending text to Web Browser

    wb.Document.All("mtex").innertext = Text4.Text
    wb2.Document.All("mtex").innertext = Text6.Text
    wb.Document.getElementById("mtex").innertext = Text6.Text

    set reference microsoft html object
    ...
  16. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    f1 brings error
  17. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    List1.List(i) = Replace(List1.List(i), Text1.Text, "") is that the right way
  18. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    am new to trimm can you show me
  19. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    https://i.ibb.co/ggBz3cB/1.png
  20. Replies
    15
    Views
    1,158

    Re: replace strings in list1

    Private Sub Command2_Click()
    Dim i As Long
    On Error Resume Next
    For i = 0 To List1.ListCount - 1
    If InStr(List1.List(i), Text1.Text) Then
    List1.List(i) = Replace(List1.List(i), Text1, "")
    ...
  21. Re: [RESOLVED] split string by space count

    Private Sub Command1_Click()
    'Split(text1, " ", 2)

    GetFirstWordsFrom Text1.Text, 4, " "
    End Sub

    Private Function GetFirstWordsFrom(sText As String, ByVal lNumWords As Long, Optional Delim As...
  22. Replies
    15
    Views
    1,158

    [RESOLVED] replace strings in list1

    replace all strings in list1 matching a string.

    text1.text = love you

    list1 =

    love you all now
    genreal love you
    love you tonight
    i will love you again darling
  23. Replies
    0
    Views
    5,464

    Gmail Login VB6

    i will love to se gmail login and get emails.
  24. Re: website extract all element id - class - control name

    Extract all tag name by a that grabs all links and shows the value using outterhtml.
    I want to grab the value for each dev and name id / class names
    https://i.ibb.co/dgm11Qz/2020-04-21-104535.png
  25. Re: split string by space count

    Const S As String = "You can use the SendMessage API to get ..."

    Private Sub Command3_Click()
    Debug.Print GetFirstWordsFrom(S) 'without Number-Argument, the whole string is returned

    Dim...
  26. Re: split string by space count

    text1.text = "You can use the SendMessage API to get the Current Line from"

    so after counting the spaces compare the count value with our value which is 2 or 6 for demo purpos
    this has 2 space so...
  27. Re: split string by space count

    So another example

    Dim name As String
    name = mvCount("You can use the SendMessage API to get the Current Line from", " ")

    If name = "3" Then
    Debug.Print name ' should extract You can use...
  28. [RESOLVED] split string by space count

    text1.text = "You can use the SendMessage API to get the Current Line from"


    Dim name As String
    Dim iLen As Long
    Dim iLine As Long
    Dim sLine As String
    name = "You can use the...
  29. website extract all element id - class - control name

    how do i grab all id , class , control name

    list1 add all getElementsByName
    list2 getElementsByTagName


    getElementsByName
    getElementsByTagName
    getElementsByClassName
    getElementsByTagName
  30. Replies
    1
    Views
    369

    webbrowser set text on textbox

    Am trying to set string in webbrowser textarea not sucessfull.


    <input name="keywords" class="video-settings-tags" type="hidden" value="">
    <span...
  31. Replies
    0
    Views
    472

    webbrowser working with javascript

    web browser working with javascript button.
    can anybody show working versions of javascript button click loading
  32. Re: set x y pos and send mouse move

    Dim rForm As RECT
    Dim p As POINTAPI
    Me.SetFocus
    Call GetWindowRect(Me.hwnd, rForm)
    'SET CENTER FORM CORDINATES
    p.x = ((rForm.Right - rForm.Left) / 3) + rForm.Left
    p.y =...
  33. [RESOLVED] set x y pos and send mouse move

    Am looking for x y pos inside the app ignoring the x y outside the app i had it before am looking for it.

    I have a web browser with a search box, and i want to set x y to send mouse event or...
  34. Replies
    1
    Views
    589

    webbrowser innerhtml remove code

    i want to remove a big line of code after it has loaded.

    RichTextBox1.Text gets filled with only the code related to what i want.

    If InStr(wb.Document.body.innerHTML, "It doesn’t matter what...
  35. [RESOLVED] Line1 move to Slider1 Tick Pos

    i am using frame1 as a marker, how do i move the pos of frame1 to slider1.
    how do i move frame1 pos to slider1 pos
  36. Replies
    2
    Views
    435

    Re: Slider1 and slider 2 value

    https://streamable.com/6ilo4l
    its allowing me to go backwards.

    if slider1.value= 12 then slider2 cannot go behind 12


    Private Sub Slider2_Scroll()
    Dim i As Integer
    If Slider1.Value >...
  37. Replies
    2
    Views
    435

    Slider1 and slider 2 value

    Examples.

    if slider1.value = 10 then slider2.value cannot select 10 or below only greater.
    this is an example what am trying to do in the real world the value can be from slider1 selection after...
  38. Replies
    17
    Views
    5,575

    Re: Playing mp3 files in VB

    All os has Windows media installed by default i have not seen 1 windows without wmp
    adding a bunch of code is adding more weight to the software when you can just simply drag a control in which is...
  39. Replies
    17
    Views
    5,575

    Re: Playing mp3 files in VB

    just add component windows media control easy simple no code needed.
  40. Re: seconds to minutes converter time

    Nice One Brother Arnoutdv
Results 1 to 40 of 195
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width