Search:

Type: Posts; User: V.G

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,138

    how to add a new device and uninstall it in MFC?

    Are there any API's or macros that allow us to add a new device or uninstall it through our program... in MFC? if not.. then how does the ADD/Remove harware wizard in control panel work? Thks
  2. The problem is that i want to load files from...

    The problem is that i want to load files from multiple directories and it plays files only from one directory... i.e the one from which the files were last loaded from. the files that were loaded...
  3. problem while opening files from multiple directories

    hi!
    i'm creating a media playing.. using MCI .... the app dosen't play files from multiple directories... though they are added to the listbox.. they are not played only sound files from a...
  4. Replies
    3
    Views
    1,045

    Winmap like visualization

    I'm creating a wav player and am making use of PlaySound(). i need to create a simple bar visualization like the one in winamp..
    Please help me..THANKS!

    [edit] how can i play mp3 files in my...
  5. Replies
    0
    Views
    1,507

    create winamp like visualization in wav player?

    I'm creating a wav player and am making use of PlaySound(). Can u please recommend whether to use MCI or continue with the same.. also i need to create a simple bar visualization like the one in...
  6. Replies
    3
    Views
    1,203

    thanks!!

    the article was nice
  7. Replies
    3
    Views
    1,203

    Changing Window shapes

    I'm trying to develop a Audio player. How do i change the window's shape from basic rects to some other shape, like an oval or something?
  8. Replies
    2
    Views
    1,189

    Changing button colors?

    HI!
    i wanted to know how to change the background and text colors of controls like buttons. i tried the SetbkColor , but it dosen't work. What do i do?
  9. Thread: Wm_command?

    by V.G
    Replies
    3
    Views
    1,178

    Of course u can use switch statements: eg:- ...

    Of course u can use switch statements:

    eg:-
    switch(&msg)
    {
    case WM_COMMAND:
    {
    case 1:...
Results 1 to 9 of 9