Search:

Type: Posts; User: dragunsflame

Search: Search took 0.00 seconds.

  1. Thread: Mp3

    by dragunsflame
    Replies
    15
    Views
    3,966

    Ummm....let me get this straight. You don't want...

    Ummm....let me get this straight. You don't want to use WMA because it is "Micro$oft", yet you are using their .NET platform, their Windows operating system, their Developer IDE, probably their...
  2. Replies
    3
    Views
    2,394

    I've never heard of this...of course, I've never...

    I've never heard of this...of course, I've never used this particular control either.

    What I would do (I don't know if that's good enough or not) is to set up an event handler for the control's...
  3. Did you add the header file to the project or is...

    Did you add the header file to the project or is that even required?

    I'm not sure though...I don't use MSVC++ much.
  4. Replies
    6
    Views
    1,564

    If you are going for productivity choose C#, most...

    If you are going for productivity choose C#, most definately. The framework has so many great things that are already programmed for you. This way, you get to focus on your program, not the...
  5. Replies
    2
    Views
    3,827

    Assuming that the name of the file was \\name: ...

    Assuming that the name of the file was \\name:

    Make sure that the file is already created. FileMode.Truncate will only open an existing file. If not, filenotfound exception is thrown. Try using...
  6. Replies
    1
    Views
    1,354

    i've never had that problem... are you running...

    i've never had that problem...

    are you running your own program (you coded it?) If so, could you post the (simplified) code?
  7. Replies
    2
    Views
    1,896

    JPEG Resource

    I have a JPG file that I would like to load as a resource and save it as a file on the hard disk. What I'm doing now is saving the picture as a custom user data and outputting it as a file.

    The...
  8. Replies
    2
    Views
    5,586

    Programming Contest Questions

    I am going to a computer science contest tomorrow and would appreciate some help on a few problems that I can not figure out. Any explanations would be truly appreciated. (C++ is the language used)
    ...
Results 1 to 8 of 8