Search:

Type: Posts; User: blater

Search: Search took 0.02 seconds.

  1. Re: Find & Replace text - but only one time

    This is what I got and it appears to be working:

    Private Sub Command1_Click()
    Dim oldstring As String, newletter As String, oldletter As String, newstring As String
    oldstring = "hello...
  2. Re: Find & Replace text - but only one time

    The code got screwed on the forums, sorry. here is it again:

    Do Until intCounter = 150
    strWorldName = "World " & intCounter

    If (InStr(1, strSource, strWorldName)) Then
    Dim...
  3. Re: Find & Replace text - but only one time

    Ofcourse. Here is the leeching loop:

    Do Until intCounter = 150
    strWorldName = "World " & intCounter

    If (InStr(1, strSource, strWorldName)) Then
    Dim strURL As String
    ...
  4. [RESOLVED] Find & Replace text - but only one time

    Hi all,
    I am trying to leech urls out of a web page by looking for text between "<a href=" and "target="_parent" class=c>" + an ID number. This works fine actually, but only the first time. This is...
  5. Replies
    5
    Views
    713

    Re: Between Function?

    Thanks.

    Btw, slength was used in another bit of code but not used in here. and contained "0".
  6. Replies
    5
    Views
    713

    [RESOLVED] Between Function?

    Hello, i am trying to make a code to search the text in a string for 2 other strings, and find the text that is between those two strings. Well, i wrote some source, and if i go through it, it looks...
  7. Replies
    2
    Views
    403

    Reading an online access 2000 database

    Hello,
    I am trying to make an authorizing system for my application. It should connect to an online access 2000 database, located at http://www.own3d.nl/db/auth.mdb. The database has 2 fields in a...
  8. Replies
    1
    Views
    334

    adding data to an online access db

    Hello,
    I am trying to make a vb app wich should enter text to an access 2000 database. i did some research, but didn't find anything wich could help. Does anyone know more about this?

    koen
  9. Replies
    9
    Views
    700

    Re: help in animation game

    you could place the duck image in a frame, and put this code in a timer.

    Randomize

    imgDuck.Left = Int((Frame1.Width - imgDuck.Width + 1) * Rnd)
    imgDuck.Top = Int((Frame1.Height -...
  10. Replies
    5
    Views
    551

    Re: Creating a wizard

    there is a function when you choose to start a new project. here is a pic (sorry for bad color, i saved it as a gif image :rolleyes: )
  11. Replies
    0
    Views
    4,378

    VB6 - Word generator

    This is a simple word generator, it does the folloing things:

    Choosing letters by using a random generator wich works between one and the length of the word
    The problem of only choosing words...
  12. Replies
    7
    Views
    598

    thank you, that one works really fine. nice and...

    thank you, that one works really fine. nice and simple.
  13. Replies
    7
    Views
    598

    i can't find that controls in the reference list,...

    i can't find that controls in the reference list, only in the components list.
    any other ways?
  14. Replies
    7
    Views
    598

    so. what you are trying to tell is, should...

    so. what you are trying to tell is, should download the file, and then open it?
    but, i get a problem running the module. the error is in this line:

    Private objINET As InetCtlsObjects.Inet
  15. Replies
    7
    Views
    598

    Load files from web?

    Hey, I got a question.
    How to load files from the web? I want to do something to remote control pcs, without using winsock. So, I wan't to make a list of commands and put them on the internet. But...
  16. Thread: color finder

    by blater
    Replies
    1
    Views
    346

    color finder

    Hello,
    I have a question about finding colors on the screen.
    I need something to start at given coördinates and then spiral outwards untill it finds a given color. If it finds the color then it has...
  17. Thread: compare images

    by blater
    Replies
    14
    Views
    1,591

    if i used that it will really take ages, because...

    if i used that it will really take ages, because i have to compare over 10,000 images (257x42) but i still do have a question,if i make a screenshot, there is more on the picture then i want. i just...
  18. Thread: compare images

    by blater
    Replies
    14
    Views
    1,591

    i remember i could do something i wanted with...

    i remember i could do something i wanted with colors, it made a spiral from the middle of the screen untill it finds the color. i was thinking of something sort like. i shall add a crappy bit of...
  19. Thread: compare images

    by blater
    Replies
    14
    Views
    1,591

    thanks all for replys, i now have an idea how to...

    thanks all for replys, i now have an idea how to do it but how can i compare an image with something on the screen, at given coordinates?
  20. Thread: compare images

    by blater
    Replies
    14
    Views
    1,591

    compare images

    hi all i got a question, i tried lots of things but i cant find any answers. how can i compare a picture in a picture box with something on the screen at given coordinates, im looking for something...
  21. Thread: autoclicker

    by blater
    Replies
    2
    Views
    499

    plz guys i need help with this

    plz guys i need help with this
  22. Thread: autoclicker

    by blater
    Replies
    2
    Views
    499

    autoclicker

    Hi all,
    Some while ago i created a device for a game, it autoclicks. If you put your pointer at a color, the device started searching for the same color and clicks on it if he finds. (with a...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width