Search:

Type: Posts; User: isnoend07

Page 1 of 13 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    341

    Re: I think a problem with sytax

    thanks that worked
  2. Replies
    2
    Views
    341

    I think a problem with sytax

    I am trying to add some padding to the text and a margin to an image inside a division and it doesn't work
    The P tag also includes an id for a bookmark
    What is wrong with this ?

    <p...
  3. Replies
    0
    Views
    252

    Move images down in a division

    I have a css header with 3 divisions floating side by side
    The images on the left and right sides need moving down in the divisions
    I could move them down by giving them a margins or paddings on...
  4. best way to move some centered text within a div Or

    Ihave an image with text below inside a centered Division and want to move them 30px to the right.
    What is the best way, both these seem to work. which is best ?
    <span STYLE="margin-left: 30px">...
  5. Re: is inline styling considered a hack

    i have to spread some reputation around
  6. Re: is inline styling considered a hack

    thanks that clears things in my mind
  7. [RESOLVED] is inline styling considered a hack

    i am new to css
    i posted a css question on another site

    move centered text 10px to the right that is inside a centered division
    I did not get any answers, but found the solution myself eg;...
  8. Re: When declaring the for html5 do you need the

    Thanks
  9. [RESOLVED] When declaring the for html5 do you need the

    I am changing my doctypes to html5
    <!DOCTYPE html>
    is the <html> tag still necessary ?
  10. Re: [RESOLVED] Add a google 120x600 add to table content

    <div style="float:right"> did the trick
  11. [RESOLVED] Add a google 120x600 add to table content

    I have a existing 2 column table with menus in the first column and content in the 2nd column.
    How can I add a 120x600 right aligned add to the 2nd column..
    I have many pages like this and should...
  12. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    Hi
    Thanks for your help
    I have put your code in a loop, but keep getting errors like this:

    Private Sub cmdStart_Click()
    Dim i As Integer

    For i = 0 To List1.ListCount - 1
    Call...
  13. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    thanks for your help on this
    I have been away a few hours,but am now getting back to the code. i have handled the duplicates(see post #17)
    i notice that a message box opens when found, but what if...
  14. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    I am fiddling with your code this seems to be what i need and seems to work
    I am adding to not include duplicates+
    added another listbox with about 50 sites i am linking to that get filled from my...
  15. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    I added this by Hack:

    Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" _
    (ByVal hwnd As Long, _
    ByVal wMsg As Long, _
    ByVal wParam As Long, _
    lParam As Any) As Long
    ...
  16. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    for some reason i have stopped getting email notifactions on this thread. I will investigate
  17. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    thanks for adding that
    you are right about duplicates, but it did find "gardenbuildings.com"
    does it ever stop?
  18. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    thanks for adding that
    The problem with adding a html page. It adds another step in link building process and the link may have been moved to another page.
    I have found this;...
  19. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    That was a typo I meant too bad it did not work. If it did work this post would have never happened, did not realize it was so difficult to get all the page urls when you know the Home pages url
  20. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    thanks for adding that. that would work if i could count on their main sites having links to all their pages, but i know that won't work. The spider will work sending it one page at a time and check...
  21. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    i bought a program a few yrs ago that did what i needed, but now it crashes with a type mismatch and get no response from the vendor. I bought another a few days, but already got a refund because of...
  22. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    I found this but don't know how to use it ;
    http://www.example-code.com/vb/spider_simpleCrawler.asp
  23. Replies
    23
    Views
    540

    Re: Copy all websites page names from vb 6

    thanks
    How would i do that ?
    Example:
    http://www.diyplas.co.uk/
  24. Replies
    23
    Views
    540

    Copy all websites page names from vb 6

    I am trying to determine if websites i have exchanged links with are still linking back to my site.
    the link back to me could be on any page so i need to search every page until found
    i have all...
  25. Replies
    9
    Views
    347

    Re: Get values from a string

    Thanks for adding that I have decided to go with this:
    Sub main()
    Dim str As String
    Dim run As String
    str = "Win Runs: 7329 high dollar amount 41.25 low credit $12.47 Result $41.48"
    runs =...
  26. Replies
    9
    Views
    347

    Re: Get values from a string

    thanks that works
  27. Replies
    9
    Views
    347

    Re: Get values from a string

    Values are loaded from a file as strings
  28. Replies
    9
    Views
    347

    [RESOLVED] Get values from a string

    i am trying to get values from long strings of different lengths in a listbox;

    Win Runs: 7329 high dollar amount 41.25 low credit $12.47 Result $41.48
    Loss Runs: 6856 high dollar amount 25.80 low...
  29. Re: randomize 1 to 80 numbers better than the Randomize function vb6

    Don't understand
    app gets loaded
    Pressing the start button selects 20 random numbers
    Pressing start again the 20 numbers are erased and another 20 are randomly selected
    Repeat, repeat etc
    i...
  30. Re: randomize 1 to 80 numbers better than the Randomize function vb6

    i noticed you put the randomize in the form load. my program can be ran thousands of times and each time it produces 20 random numbers.
    Would it not need to be called before each run ?
  31. Re: randomize 1 to 80 numbers better than the Randomize function vb6

    Don't know what seed is. Hired a coder to write the code. it looks like this:
    Const DRAWN_NUMBERS As Integer = 20
    For i = 1 To DRAWN_NUMBERS
    Randomize
    thisIndex = Int(((80 - i) *...
  32. randomize 1 to 80 numbers better than the Randomize function vb6

    I have created a keno game that selects 20 numbers out of 80 using the Randomize function.
    The program also tracks which numbers have been selected the most.
    after running the app hundreds of...
  33. Re: [RESOLVED] Trying to create a registration code with numbers and letters

    i used this:
    Public Function DisectText(ByVal texttodisect As String) As Boolean
    Dim str1 As String
    Dim str2 As String
    Dim strval As Long
    Dim part1 As Boolean
    Dim part2 As Boolean...
  34. [RESOLVED] Trying to create a registration code with numbers and letters

    Example:
    Function DisectText(sText As String) As Boolean
    Dim TextPart As String
    Dim NumberPart As Long

    'example 20K1W1E76N31606
    End Function

    need to verify that the user enters the correct...
  35. Re: i have a encrypton function that expects strings, want to encrypt integers

    not using a db
    got it like this:
    Dim OneUse as integer
    MyString = CStr(OneUse)
  36. [RESOLVED] i have a encrypton function that expects strings, want to encrypt integers

    i want this encryption to count the number of times a program is run(integer)
    how can i write this ?
  37. Re: [RESOLVED] center a smaller form over the calling form

    Good idea
    Thanks
  38. Re: center a smaller form over the calling form

    thanks that fixed the issue
    Not sure why you're using width for one form and scalewidth for the other, etc.
    i was trying different things
  39. [RESOLVED] center a smaller form over the calling form

    i am trying to center a smaller form over the calling form
    like this:
    code in the smaller form
    Public Sub CenterMe(frm As Form)
    Me.Left = frm.ScaleWidth / 2 - Me.Width / 2
    Me.Top =...
  40. Re: make a picturebox expand by increments using a timer

    Thanks i worked it out
    Private Sub Timer2_Timer() 'expand

    Dim intWidth As Integer
    Dim intHeight As Integer
    With picOpenOptions

    If .Width + 90 > 2025 Then
    intWidth = 2025
    Else
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4