Search:

Type: Posts; User: Pikachu_902

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. How do I make my program count the amount of...

    How do I make my program count the amount of words in a text box?
  2. Now how do you put it into the .dat?

    Now how do you put it into the .dat?
  3. how would I go about replacing the different...

    how would I go about replacing the different values stored in the dat?
  4. huh? Can you explain that a little more better?

    huh?
    Can you explain that a little more better?
  5. Take a look at this .dat file from the game Swat...

    Take a look at this .dat file from the game Swat 3 it includes infomation of a mission.

    mission111
    {
    Mission_Info
    {
    MapName Mission111
    ShortName Explosions Heard, East LA Warehouse...
  6. Replies
    3
    Views
    495

    huh?

    huh?
  7. Replies
    3
    Views
    495

    I need some kind of tutorial how to make a...

    I need some kind of tutorial how to make a program that uses winsock control(s) to use multiple connections to one server. I need a tutorial that explains what to do (notjust the code), Can anyone...
  8. Replies
    1
    Views
    690

    When I use this code for a winsock connection...

    When I use this code for a winsock connection request:


    Private Sub Winsock1_ConnectionRequest(ByVal requestID As Long)
    Winsock1.Accept requestID
    txtRecive.Text = txtRecive.Text & vbCrLf &...
  9. How do I make a multiline text box scroll with...

    How do I make a multiline text box scroll with the text?
    I mean it just has the text go down but the scrollbar automaticly goes back up and you cant see the last thing that was put on the text box
  10. Replies
    3
    Views
    479

    I need a Free Winsock Control with a tutorial or...

    I need a Free Winsock Control with a tutorial or some kind of documentation? I need one because my VB 6.0 Learning Edition Doesnt allow you to use the MS Winsock control. Can sombody please help me?
  11. Replies
    0
    Views
    991

    Why is it that this site usually offers help to...

    Why is it that this site usually offers help to people with VB Professional Edition or higher? I look at a tutorial on WinSocks and it doesnt even say you have to have VB Professional!!! I need a...
  12. I figured it out awhile ago from my first reply

    I figured it out awhile ago from my first reply
  13. huh?

    huh?
  14. how do i convert an octal (base 8) value to a...

    how do i convert an octal (base 8) value to a decimal value (base 10)
  15. how do I convert a octal value to a regual...

    how do I convert a octal value to a regual number?
    I can do it the other way around but not that way. HELP!
  16. Replies
    5
    Views
    536

    I figured it out thanks!

    I figured it out thanks!
  17. Replies
    5
    Views
    536

    that doesnt work

    that doesnt work
  18. Replies
    5
    Views
    536

    I am making a slot machine game. well to put...

    I am making a slot machine game. well to put coins in you click on a money bag and drag it up to the coin slot. you can put up to 3 coins in. But I have a problem. When I put this in the destination...
  19. thanks! that works!

    thanks! that works!
  20. Why do I get a Type Mismatch error on this? ...

    Why do I get a Type Mismatch error on this?


    Private Sub cmdNext_Click()

    Randomize
    a1 = Int((9 * Rnd) + 0)
    a2 = Int((9 * Rnd) + 0)
    a3 = Int((9 * Rnd) + 0)
    a4 = Int((9 * Rnd) + 0)
  21. Replies
    2
    Views
    426

    thanks

    thanks
  22. Replies
    2
    Views
    426

    How can I make my program determine what...

    How can I make my program determine what directory its in?
  23. Replies
    13
    Views
    1,195

    Thanks

    Thanks. The games and chances dice are randomized. So if you dont have the money to take the chance Press NO. I released the game on my site: http://www.fwnsoftware.com
  24. Replies
    13
    Views
    1,195

    Thats a good Idea

    The bank feature is a good Idea I may put that in if I get around to it. Thanks!
  25. Replies
    13
    Views
    1,195

    Thanks

    Dont take a chance if you dont have the money too do so. And dont take the life savings chance you can auto maticly lose the game with that one. Making a jail would be too much like monopoly. And I...
  26. Replies
    13
    Views
    1,195

    I fixed it. Download it again....

    I fixed it. Download it again.
    http://members.xoom.com/PokemonH/FWN/TGOC.zip
  27. Replies
    13
    Views
    1,195

    Thanks!

    I am going to fix that thanks
  28. Replies
    13
    Views
    1,195

    I made a type of board game in VB and its called...

    I made a type of board game in VB and its called "The Game of Chance". I really a good board game but its kind of fun. Its only a one player game with no object but to win alot of money. You lose by...
  29. Replies
    3
    Views
    685

    Sorry I forgot the "Set" on Set...

    Sorry I forgot the "Set" on Set KedaTransparent1.Picture = LoadPicture("C:\path\file.bmp")
  30. You transparent picture box control works fine...

    You transparent picture box control works fine but I cant load a picture into it while in runtime help me please~@!
  31. Replies
    3
    Views
    685

    Well?

    Well?
  32. Replies
    3
    Views
    685

    I actually got your Transparent Picture Box...

    I actually got your Transparent Picture Box Control to work but I cant find a way to load a picture into it while in runtime.
  33. Replies
    1
    Views
    442

    Help Me on Transperency Options with BitBlt....

    Help Me on Transperency Options with BitBlt. Please do it step by step and not just post the code I need help. If I am to make a game I need transperency. Thanks
  34. How do I use SetPixel and GetPixel?

    How do I use SetPixel and GetPixel?
  35. Replies
    1
    Views
    672

    I put this in my code: In General Declaration:...

    I put this in my code:

    In General Declaration:


    Dim eee As String
    Public Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationname...
  36. How do I use a replace function with no case...

    How do I use a replace function with no case sensitivity?
  37. yes!

    yes!
  38. I fill everything in on the properties but it...

    I fill everything in on the properties but it doesnt make the images RGB 0,255,0 transparent
  39. It doesnt work for me

    It doesnt work for me
  40. ok now how does it work?

    ok now how does it work?
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width