Search:

Type: Posts; User: Franjdea

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,432

    Re: Split a word up into single characters

    Thank you!
  2. Replies
    3
    Views
    5,432

    Split a word up into single characters

    Basically, I can't work out how to split up a string into separate characters. Here's what I've been trying so far, which ofcourse won't work.



    for (int i = 0; i <= word.Length - 1;...
  3. Replies
    2
    Views
    787

    PHP not showing echo messages?

    Hey guys,

    I've got a problem where my page, after you login, only displays normal HTML and not PHP code. Here is the code, I don't know what is wrong. Thank you.



    <?
    session_start();
    ...
  4. Replies
    2
    Views
    494

    Re: Find A Colour On A Form

    Thanks!
  5. Replies
    2
    Views
    494

    Find A Colour On A Form

    Hey guys,

    Is it possible to have a timer that will look for a colour on my form?

    Like lets say I had a picture box with a blue background, could it detect that it was blue and put a message box...
  6. Thread: Random Number

    by Franjdea
    Replies
    9
    Views
    866

    Re: Random Number

    Thanks guys!
  7. Thread: Random Number

    by Franjdea
    Replies
    9
    Views
    866

    Random Number

    Hey,

    How can I generate a random number between 5.00 and 10.00 ?

    Thanks!

    -Francis
  8. Replies
    7
    Views
    1,007

    Re: WebBrowser Checkbox Help

    Web1.Document.All("this_is_a_text_box").Value = "Hello"

    ^ thats to put code into a textbox.
  9. Replies
    7
    Views
    1,007

    Re: WebBrowser Checkbox Help

    Yes, "check_box" is the name of the checkbox and it is the only one on the page I am trying to make it checked on.
  10. Replies
    7
    Views
    1,007

    Re: WebBrowser Checkbox Help

    Already tried that.
  11. Replies
    7
    Views
    1,007

    WebBrowser Checkbox Help

    Hey guys,

    How can I make a checkbox in a webpage be ticked?

    I know how to put values in message boxes on websites etc, but i'm not sure about checkboxes.

    If this helps:

    ...
  12. Replies
    8
    Views
    24,631

    Re: [VB6] Newton Physics Simulation

    Brilliant code man :).
  13. Replies
    2
    Views
    472

    Re: Picture MouseOver

    Thanks, really helped me, I have added to your reputation =].
  14. Replies
    2
    Views
    472

    Picture MouseOver

    Hey guys,

    how can I make a code that when I scroll over an image it will change and when i'm not scrolling over an image it goes back to normal

    so far I have this (newby code ;\)



    Private...
  15. Replies
    9
    Views
    723

    Re: Calling A Function In A Timer

    Thanks it's nearly solved, the only problem is it doesn't do what it's supposed to now, it is supposed to go back to the Min Top value after it reaches the Max Top value.

    Thanks
  16. Replies
    9
    Views
    723

    Re: Calling A Function In A Timer

    Here is my function.




    Function SetPhysFloat(Shape As Object, MaxTop As Integer, MinTop As Integer, MaxSpeed As Integer, MinSpeed As Integer)

    Operator = 1
    PosOperator = 1
    NegOperator = -1
  17. Replies
    9
    Views
    723

    Re: Calling A Function In A Timer

    Thanks guys, but I didn't explain it right.

    I want my timer to use the code in my function, but it will call it every 1 millisecond meaning it would keep resetting my values back to where it...
  18. Replies
    9
    Views
    723

    Calling A Function In A Timer

    Hi guys,

    I have a function that I made which used to just be code in a timer, but of course my timer is on 1 millisecond so is calling it every 1 millisecond.

    I need to know how It will only...
  19. Replies
    18
    Views
    14,045

    Re: VB6: Range - By FlamingFox [Exe + Source]

    Woo, I got 130!

    BTW: Nice fun little game.
Results 1 to 19 of 20



Click Here to Expand Forum to Full Width