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...
User Profile
Collapse
-
-
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 -
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 ... -
Hi mate
Have you got any custom packages for pc like mobile vb or flash lite.
these will help you to a extent.
regards
rabLeave a comment:
-
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
rabLeave a comment:
-
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
...Leave a comment:
-
thanks 2 u both for prompt replies will experiment and let u know how i get on.
thanks again...Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: