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 derfloh 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. nancyjames

    file paths Opendir()

    I was being an idiot ;) I got the path right but forgot to include it in the html img src bit heh. It was finding the directory, opening it and reading the contents but couldnt didplay the pictures becuase I forgot to tell it it.
  2. nancyjames

    file paths Opendir()

    Hi I hope someone can help, its a silly little thing really but I cant seem to find anything about it online. Its about file paths. I have a script that will open the directory that it is in, read the contents and display thumbnails of all the .jpg files in the directory. That all works fine but...
  3. nancyjames

    PHP Image Gallery

    Hi, I'm making a website for my portfolio and I've got a nifty little image gallery going right now, nice and simple it searches the gallery directory for all jpg images and makes a little thumbnail gallery with links to the pictures but, I dont really want it to do that. I want to be able to...
  4. nancyjames

    SetDisplayMode

    all the code up to that point //system includes #include <windows.h> #include <windowsx.h> #include <ddraw.h> #include <stdio.h> //system defines #define WIN32_LEAN_AND_MEAN //custom includes #include &quot;defines.h&quot; //global definitions #include &quot;bmp.h&quot; //bmp file reader...
  5. nancyjames

    SetDisplayMode

    I'm working on a project and I'm having a problem with SetDisplayMode(1024,768,32); I get 2 errors main.cpp(47) : error C2501: 'SetDisplayMode' : missing storage-class or type specifiers main.cpp(47) : error C2078: too many initializers can anyone help?

Part and Inventory Search

Back
Top