User Profile

Collapse

Profile Sidebar

Collapse
rhbt63
rhbt63
Last Activity: Dec 8 '07, 04:58 PM
Joined: Feb 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rhbt63
    started a topic Fast then slow, using bitblt

    Fast then slow, using bitblt

    Hi all,

    Been a while since I have visited this site, I am now a dad and proud of it, anyway will get to the point. I have been coding a sprinting game using VB6 and bitblt, while testing things I noticed something which concerned me, so I will take it from the top.

    When the computer is switched on after XP has loaded everything, I go in and run the game - everything runs smooth and goes to plan. Let's say I now go on...
    See more | Go to post
    Last edited by Killer42; Dec 10 '07, 02:10 AM.

  • rhbt63
    replied to Coder Vs Programmer
    Hi
    i used to program machine language ie 165,35,174,01,2 20...... , so does this mean i was initially a coder to start with and was the task was complete and a program was formed i became a programmer.

    things are never as stright forward as you think.



    l8r


    regards


    rab
    See more | Go to post

    Leave a comment:


  • rhbt63
    started a topic Activate a button on a website

    Activate a button on a website

    Hi again!

    I was wondering if anyone could help me. i want to activate a button using vb code the button is on a website and contains some javascript which sends it to page 2 of the site.

    if the above makes sence and you can help i would appreciate your input.


    thank you in advance.


    regards

    rab

    by the way i did search the site and could find ...
    See more | Go to post

  • rhbt63
    replied to Mobile Phone Programming
    Hi mate

    Have you got any custom packages for pc like mobile vb or flash lite.

    these will help you to a extent.




    regards


    rab
    See more | Go to post

    Leave a comment:


  • rhbt63
    replied to how to use the inet component in vb
    Hi mate.

    inet1.openurl ("www.google.co m")

    this will set inet to go and open google, if you wish to put the html code inside a variable do the following.

    myvariable = inte1.openurl(" www.google.com" )

    this will take the first page of code and assigne it to myvariable.

    hope this helps


    regards


    rab
    See more | Go to post

    Leave a comment:


  • rhbt63
    replied to timer
    In the general toolbar in vb there is a timer, it looks funny enough like a stop watch double click this it will then be added to your project.
    now double click the timer this will open up the form code window and set you up inside the timer routine place your code here.

    now go inside private sub form_load () vb will have named the timer 'Timer1' so enter the following code.

    Timer1.Interval =5000

    ...
    See more | Go to post

    Leave a comment:


  • rhbt63
    replied to how read data from the internet.
    thanks 2 u both for prompt replies will experiment and let u know how i get on.

    thanks again...
    See more | Go to post

    Leave a comment:


  • rhbt63
    started a topic how read data from the internet.

    how read data from the internet.

    Hi all. i am wondering if it is possible to read source code from the net using vb6.0 if so is it also possible to then change the url so that it accesses a separate page.

    any help will be greatly received.

    regards

    rab
    See more | Go to post
No activity results to display
Show More
Working...