Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Oolong

    opening a picture

    I used ShellExecute() with open as the verb, but I get three errors. The errors are that it says undeclared identifiers. Are there any header files that I have to #include or is there something else?
  2. Oolong

    Opening a .jpg file in C++.

    So, any comments? I'm just trying to keep this alive.
  3. Oolong

    Opening a .jpg file in C++.

    can i get a response please?
  4. Oolong

    Opening a .jpg file in C++.

    How do you open a .jpg file in C++. Can someone give me the code. It is for a project in school!
  5. Oolong

    opening a picture

    How do you open a picture in C++. All I need is to have it find the picture in its directory and just have it pop up.
  6. Oolong

    Just a quick question on displaying images.

    Can anyone help me on this?
  7. Oolong

    Need to know how to make different pic appear each time u press a key

    Its not that it is too long, i just dont understand it. Im still in my early stages of programming in vb, and i am making a game. I want my character to be able to walk. So i thought that if i drew three pics, (one of him standing, one of him stepping left and one of him stepping right) then...
  8. Oolong

    Need to know how to make different pic appear each time u press a key

    It just seems to work once. It displays one of the pictures, and then it doesnt display the next one when i hit it again.
  9. Oolong

    Just a quick question on displaying images.

    I'm sort of a newbie at C++. I know how to do some basic things, but I had a question about images. Does it take a lot of coding in C++ to display images on the screen. I have a feeling it does, since C++ doesnt have a GUI. If it doesnt, could you please tell me the coding. Thanx.
  10. Oolong

    Need to know how to make different pic appear each time u press a key

    anyone have any other better and short answers, or can help fix my code.
  11. Oolong

    Need to know how to make different pic appear each time u press a key

    Still doesnt seem to work. Here is a rundown of what i have. I have 3 images on my form. I made a control array on each of them. They are all named image1. I set image1(2) to be in the same position as image1(0). I did the same with image1(1). Do i have to declare one of the images as...
  12. Oolong

    Need to know how to make different pic appear each time u press a key

    I get a runtime error of 13. It says type mismatch. I may have done something wrong though. I set itemcount as 3&, because i have 3 pics. I took out the else if vbkeyright, because i just want it for vbkeyleft and nothing else. Then for the Picture = image1(i).picture, i put in the name of...
  13. Oolong

    Need to know how to make different pic appear each time u press a key

    I need to know how to make a different image appear every time you press a key, like an arrow key or a space bar. If someone can post the code, that would be very helpful to me. I already know how to make one image appear when i press a certain key, but i want to know how to make another image...

Part and Inventory Search

Back
Top