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

    Ahh. Ok. I got it to work. Thanks.
  4. 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...
  5. 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?
  6. 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...
  7. Vizion01

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

    Hi, Thanks for the code Hypetia. You're right about the conversion. It was in .wav and I used Nero Wave Editor to convert it into .mid extension. But guess what I tried out yesterday. This MCISendString can actually play .mp3 file. I inserted .mp3 and it played well. And the .mp3 file is...
  8. Vizion01

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

    Hi, My WMP can play the file perfectly fine. It's only 35 seconds of duration so I go for all(from beginning to the end). My midi file is 3.69MB in .MID format, if I convert it to .MP3 format, the file size reduced to 363KB. But I'm not sure the MCISendString can read .MP3 format. What...
  9. 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