Search results for query: *

  1. C

    Need to read webpage source code

    no i am trying to get the coding for the page so i can take parts out of it like players online and stuff. ~Cabose
  2. C

    Need to read webpage source code

    because i need to get to a page that is not the main page and when i try going to that page i redirects to the framed main page. Also if i did it that way how would i go about putting the coding in a text box? ~Caboose
  3. C

    Need to read webpage source code

    Hi I am trying to create a program but i needs to be able to read a websites source code without the use of a webbrowser. This is because any page i goto on the site it redirects to the main page which is in a frame so i can't actually read the source code by navigating to the webpage in a web...
  4. C

    RPG type game.

    hahahaha lol i didnt think of that lol. (i'm such a noob lol) thats why i am having problems. It works correctly sometimes but not all the time
  5. C

    RPG type game.

    Its not the code that is giving me trouble i dont think... its just the fact that the animation doesnt always want to work when its supposed to. Every now and then it will work just fine but most of the time it doesnt want to work. also i am still having trouble with getting a fully...
  6. C

    accessing array

    Well all you have to do is this. Private Sub ClearCavasToolStripMenuItem_Click(ByVal sender As system.Object, ByVal e As System.EventArgs) Handles ClearCanvasToolStripMenuItem.Click 'Form1 is an example form of the other form. Form1.GraphicsItems.Clear() End Sub hope this helps :D ~Cabose
  7. C

    RPG type game.

    its an animated gif. Its also a walking one. every now and then it will work right and walk. but a lot of the times it just doesnt want to show the animation for some reason. I'll zip up the project and upload it for you. That one doesnt have a bg picture but if you run it and hit the enter...
  8. C

    GIF Transparency

    well i also cant get the picturebox to be transparent though. ~Cabose
  9. C

    RPG type game.

    Ya i understand. I got my character to move and everything and i decided to not use a scrolling background and just change the background when i reach an edge. But a problem i am having is that my character i cant get the picturebox to display the transparency correctly so it has a white where...
  10. C

    GIF Transparency

    How can you get a transparent gif to show correctly? I am making an rpg game and i want my character to show up correctly on the background image. any help will be appreciated. Thanks, Cabose
  11. C

    RPG type game.

    well its going to be for a semester project in my programming class at college and i was wanting to get a starting code or some help to get it started so i can get as much done as possible by the end of semester. Thanks, Cabose
  12. C

    RPG type game.

    Hi, I was wanting to make an rpg type game and was wanting to know if anyone could help me start out. Maybe help me a little with being able to use the arrow keys and have a sprite move with scrolling areas (couldnt think of a word for it.) That would be great help to get it started...
  13. C

    RPG Game

    i went to that website but they didnt have any codes in vb.net for rpg games. ~Cabose
  14. C

    RPG Game

    Hi, I was wanting to make a RPG Game, and was wanting to know if anyone had like a sample game or could make me a sample game so i could figure out how to start it out. I was wanting to make like a 2d rpg that you use the keyboard with to move and enteract with stuff. Any help would be...
  15. C

    Stopwatch/Timer

    Hi, I was wanting to make a stopwatch/timer to my program and i was wanting to know how to go about this. Thanks, Cabose
  16. C

    IRC part to my program

    alrighty thanks much. ~Cabose
  17. C

    IRC part to my program

    I was wanting to make an IRC part to my program but i dont know how to do this if anyone could help it would be greatly appreciated. ~Cabose
  18. C

    Memory Game

    Clicking problem hi i am making a memory game but i am having problems on determining which 2 picture boxes i just clicked. ex click pic1 and pic2 how do i make my timer determine which 2 pictureboxes i clicked of the 24 pictureboxes i have. so i can do a pic1.Image = Nothing on them if their...
  19. C

    Memory Game

    i need some help soon we have to have this finished by tuesday so even if its a small push in the right direction would help thanks ~cabose
  20. C

    Memory Game

    here is the code i am using. http://dragonslayers.smilesunlimited.org/Files/memory.zip ~Cabose
Back
Top