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 TouchToneTommy 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: *

  • Users: Vizion01
  • Content: Threads
  • Order by date
  1. Vizion01

    Is it possible to draw a JList using Graphics2D?

    Hi, I have a Graphics2D canvas and want to draw a JList so it makes a floating effect. I know there's no method that support drawing Jlist. How else can I draw a Jlist-like on an image? Very much appreciated.
  2. Vizion01

    breadth-first seach algorithm...

    Hi, I'm trying to implement this searching method in C++ but didn't get that far into the code. I have a configuration of a puzzle that is passing in to a solver and from there the solver do the breadth-first search to find the path.I'm using std::deque to store the root but I don't know...
  3. Vizion01

    not recognizing its own member function...

    Hi, I have problem compiling my program. I have the following in one class(A.h) which knows there a class Job: const Job *getJob() const; In A.cpp: I defined this member function like this: Job A::getJob() const { //statement } I get this compile error: prototype for `Job...
  4. Vizion01

    nedit for Windows

    Hi, My college uses Sun:Solaris machines and I can connect to one of these machines from home. Since I'm doing programming most of the time, nedit is really helpful. I want to run it like on Solaris machine, is it possible?
  5. Vizion01

    Image extension mismatch

    Hi guys, My Windows image viewer is corrupted or somewhat not functional. It doesn't know what is .GIF and .JPG image is. The Windows-unknown-extension icon has been replaced to for these files. The Windows doesn't know what it is anymore. I checked the folder options to change things back...
  6. Vizion01

    MCISendString can't play large mid file(3MB)

    Hi guys, I'm using MCIsendString to play a midi file but it seems that the command is very picky about the file size. I used a sample of small mid file(42KB) and it works fine. But after I put in 3MB mid file size, no sound is produced. Both have same file extension. I don't see what's wrong...

Part and Inventory Search

Back
Top