CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SweetSarah

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Re: DirectSoundFullDuplexCreate8 return E_INVALIDARG????

    I really can't figure out the problem


    Can anyone help???
  2. DirectSoundFullDuplexCreate8 return E_INVALIDARG????

    Hi all

    i wrote following code for fullduplex mode of Sound but it returns E_INVALIDARG on DirectSoundFullDuplexCreate8
  3. Re: debugging driver (.sys) through WINDBG and VMWARE

    Thanks it worked :-)

    Now i am looking for an example driver to test upon

    Any idea for such example???
  4. debugging driver (.sys) through WINDBG and VMWARE

    Hi All,

    i am trying to utilize the WINDBG utility and develop basic understanding of driver development

    I have studied many sites and by following
    ...
  5. Cant read Registry Values Correctly... Whats the error???

    Hi all!

    can any one tell me the bug here


    by following code i can read from the registry but issue is that

    i can read the sz for m_Name and Location successfully but in m_Email and...
  6. Replies
    1
    Views
    1,571

    Re: Cant add VMR9 in DirectX ???

    No one knows????


    i have searched out that problem i am facing has Error code 0x0273 in "DirectX Error Lookup"
    (return code:0x80040273)

    but how can i resolve this ? Some one told me...
  7. Cant add Video Mixing Rederer in DirectX ???

    Hi all

    This is a very strange problem I have seen ever

    I am developing my application based on Direct X

    I am rendering video through “Video Mixing Renderer 9” (VMR9) on my PC the...
  8. Replies
    1
    Views
    1,571

    Cant add VMR9 in DirectX ???

    Hi all

    This is a very strange problem I have seen ever

    I am developing my application based on Direct X

    I am rendering video through “Video Mixing Renderer 9” (VMR9) on my PC the...
  9. Re: Urgent!!how to calculate frame rate???(DirectX)

    hi all!

    i have found the solution although it wasnt difficult to find :-)
    i am posting here that in case if any other guy stucks out here he may have help at www.codeguru.com :-)




    ...
  10. Re: Help!!!! HSCROLL called twice what may be the reason? how to solve it???

    twice means when i click on slider control once and the code is executed twice

    Basically i am writing custom code under HScroll for example



    void CDlgClass::OnHScroll(UINT nSBCode, UINT...
  11. Help!!!! HSCROLL called twice what may be the reason? how to solve it???

    Hi,

    I made a Slider control through CSliderCtrl in a dialog based application.

    I catch the HScroll changed event for that control and try to execute my code.


    I see its being fired twice...
  12. [RESOLVED] Urgent!!how to calculate frame rate???(DirectX)

    Hi,

    i have implemented preview of Camera using DirectX
    it uses Video Renderer filter to render the video

    i want to have the frame rate in the format dialog

    i have tried IQualProp and...
  13. Re: error C2955: 'CArray' : use of class template requires template argument list???

    Thanks for your response


    i read in msdn that





    // example for CArray::InsertAt
  14. error C2955: 'CArray' : use of class template requires template argument list???

    HI

    when i call


    CArray is defined as
  15. How to use DeviceIoControl regarding Camera???

    Hi all,


    I want to detect whether USB camera is attached to the system or not????


    I have read about DeviceIoControl


    But i dont know how to use is it regarding Camera detection???
  16. How to use DeviceIoControl for Camera???

    Hi all,


    I want to detect whether USB camera is attached to the system or not????


    I have read about DeviceIoControl


    But i dont know how to use is it regarding Camera detection???
  17. Replies
    13
    Views
    2,803

    Re: Terminate MFC application???

    Thanks all for your responses and yes EndDialog worked out


    I have done it like this



    CheckPHardware()
    {
    int response;
  18. Replies
    13
    Views
    2,803

    Re: Terminate MFC application???

    actually scenario is like this

    Its a dialog based application

    i am running PropertySheet wizard
    i have <Retry><Cancel> buttons on certain input like "is device ready??"

    when i press...
  19. Replies
    13
    Views
    2,803

    [RESOLVED] Terminate MFC application???

    Hi all,

    In a MFC Dialog based application. I have PropertySheet Wizard. When i call DestroyWindow the PropertySheet Wizard is destroyed but the application keeps on running

    I want that when i...
  20. Replies
    6
    Views
    1,173

    Re: Microphone and WaveAPIs ?

    Cant find answer till now :(
  21. Replies
    6
    Views
    1,173

    Re: Microphone and WaveAPIs ?

    thanks for the link you provided.


    how can i adjust the recording volume through WAVE API's, by varying different values?

    mixer isnt preferable

    Regards,

    Sarah
  22. Replies
    6
    Views
    1,173

    Re: Microphone and WaveAPIs ?

    How can we implement this through WAVE APIs rather than Mixers?
  23. Replies
    6
    Views
    1,173

    Microphone and WaveAPIs ?

    Hi!


    does WAVEAPIs handle microphone too?

    if so ...

    How can i adjust the volume of microphone through a slider control?
  24. Replies
    8
    Views
    1,006

    Plotting the Wave???

    Hi

    I have already tried these code snippets but they werent that much helpful

    I want to use WAVE API's to establish whole scenario


    My Dialog based application is recording the sound but i...
  25. Replies
    8
    Views
    1,006

    Re: WAVE APIs and Sound???

    i want to use WAVE API

    i am able to record sound save the file and then play it but playing the uttered words with no delay (as in Net Meeting (Audio Settings))

    more over how to show the raise...
Results 1 to 25 of 55
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured