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 Mike Lewis 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. HellishER

    Picture box

    Hello, im trying to make a little strategi game in vb and i don´t know how to make a picture box that you can scroll in? For example: I got a picture box that is 800x600pixels big. And a images that are the landscape, and it´s 1600x1200pixels big.. So how can i make so when i press "Down...
  2. HellishER

    Just a little question.

    Hi, im not new to C++ programming, but i quiet new to Visual C++ programming. Im quit good at programming in Visual Basic. And some problems i have in Visual C++ is that just to make some simple things like Hidding a control on the dialog/form. Just have to write ..ShowWindow(false). But in...
  3. HellishER

    List Control

    Hi, im trying to make so when you push a button, it will add the text that are in a textbox to the list control. m_strAddItem is my textbox member variable. m_ctlList is my List Control Member variable I have tried to do it like this but it don´t work. m_ctlList.InsertItem( m_strAddItem ); I...
  4. HellishER

    Open file problem!

    Im want to make so when you save a file it save first the password on top in the file then the text from a text box below the first row in the file... How do i do that? I need to now how to load this!! Here is the load code that dont work. But the save code seams to work! ff = FreeFile Open...

Part and Inventory Search

Back
Top