Search:

Type: Posts; User: KaiserLies

Search: Search took 0.01 seconds.

  1. Re: what does this mean (for loop)

    i see. yes 1-6 means letter length 1 letter to 6 letters thanks you two :)
  2. Re: what does this mean (for loop)

    why does mine say 1 to 6
  3. [RESOLVED] what does this mean (for loop)

    what does the x=1 to 6 mean do can someone explain i dont really understand for loops i always use if
  4. Re: Resize webbrowser control to size of web page?

    try this

    Private Sub Form_Load()


    Form_Resize

    cboAddress.Move 50, lblAddress.Top + lblAddress.Height + 15

    End Sub
  5. Replies
    17
    Views
    1,242

    Re: Count letters in a txt file....

    that got it working fine.

    yeah thats what i've done now. i moved it to command click and added text boxes for inputing letter length and sum.

    Private Sub Command1_Click()
    List1.Clear
    Dim...
  6. Replies
    17
    Views
    1,242

    Re: Count letters in a txt file....

    this code

    Private Sub Command1_Click()

    Dim words As String
    Dim workingword As String
    Dim lettersum As Long


    Open App.Path & "\File2.txt" For Input As #1
  7. Replies
    17
    Views
    1,242

    Re: Count letters in a txt file....

    that works exactly how i want it :))

    but Im getting an error: "run time error'62' input paste end of file" and im trying to use EOF cause that might be why its appearing but i cant seem to use it...
  8. Replies
    17
    Views
    1,242

    Re: Count letters in a txt file....

    ok people im stuck now. ive read what you've wrote... and i dont undersstand some of it my vb skills arnt that great.


    this worked for me and solved the first steps now i need to do next steps...
  9. Replies
    8
    Views
    694

    Re: How do you make it so...

    Dim text As String
    text = Text1.text
    If Not IsNumeric(text) Then
    MsgBox "enter a number only"
    Exit Sub
    End If
  10. Replies
    2
    Views
    393

    Re: Custom Dictionary Creation

    pm me if ur still want the dictionairy
  11. Replies
    17
    Views
    1,242

    Re: I need help or ideas

    no not encryption. i just basically need it to pick out all the 6 letter words from the dictionary that the letters of, added together make the number 100 and then display the words on a listbox for...
  12. Replies
    17
    Views
    1,242

    [RESOLVED] Count letters in a txt file....

    I don't want to trouble u for the full coding but if u got any code ideas theyre welcome.

    i want the program to:

    assign numbers 1 to 26 to letters A to Z (A=1,B=2,C=3...)

    to search a...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width