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

Search:

Type: Posts; User: OneEyeMan

Page 1 of 22 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    343

    Re: Profiling tool for MSVC

    Hi,
    Thank you for the reply.
    Now it means I'm back to square one with my question: is there a profiler for MSVC which is free and available to use?
  2. Replies
    4
    Views
    343

    Re: Profiling tool for MSVC

    Hi, Ovidiu,
    Sorry for such a late reply.
    Yes, I do have MSVS. It's MS Bisual Studio 2010 Professional.
    However looking at this link I see that I need to start by clicking "Analyze" menu. Problem...
  3. Replies
    3
    Views
    338

    Default file icon

    Hi, ALL,
    If I don't assign the icon to my executable file (f.e. it's a DOS application), or I have some unknown extension in the file, Windows Explorer assigns the icon to this file.

    Is there a...
  4. Replies
    4
    Views
    343

    Profiling tool for MSVC

    Hi, ALL,
    Is there a profiling tool for MSVC that is free to use?

    Thank you.

    P.S.: If this does not belong to this forum, I apologize...
  5. Replies
    5
    Views
    435

    Re: MSDN question

    Paul,
    Do you know of the Win32 function in MSVC that will do the same thing?

    I'm looking for something like this.

    Thank you.
  6. Replies
    5
    Views
    435

    MSDN question

    Hi, ALL,
    How can I find the documentation on the OnItemPostPaint() function?
    If I go to msdn.microsoft.com and search for this function the search comes back empty.

    Google also does not produce...
  7. Replies
    12
    Views
    1,156

    Re: MDI "More Windows..." dialog

    ovidiucucu,
    That is all correct statements.
    However, let me try to clarify what I meant.

    Let's say I have a dialog where I have a list box. There are predefined message that is sent to that list...
  8. Replies
    12
    Views
    1,156

    Re: MDI "More Windows..." dialog

    ovidiucucu,
    So how do I determine the id of this menu item in plain Win32 application?
    Just scan the "Window" menu till the end if the MDI child list is more than 9?

    All I want is to react to...
  9. Replies
    12
    Views
    1,156

    Re: MDI "More Windows..." dialog

    ovidiucucu,
    Yes, I understand all of this.
    My question though is a little different.

    I have MDI application. By default in the MDI application if there are more than 9 windows open, system will...
  10. Replies
    12
    Views
    1,156

    Re: MDI "More Windows..." dialog

    Yes, you are correct.

    Thank you.
  11. Replies
    12
    Views
    1,156

    [RESOLVED] MDI "More Windows..." dialog

    Hi, ALL,
    How do I implement my own "More Windows..." dialog? I need to know the standard ID that is being used by Windows...

    Thank you.
  12. Replies
    3
    Views
    346

    Re: MDI interface question

    Hi, D Drmmr,
    I just tried to create a new MFC application with the wizard. There is no mention of such menu and the handler.
    Problem is I am not working with MFC but with Win32 API and I don't even...
  13. Replies
    3
    Views
    346

    MDI interface question

    Hi, ALL,
    In the Visual Studio if you open too many windows, in the "Window" menu an additional menu will be added - "Windows...". When you select this menu, the dialog pops-up which displays all...
  14. Re: Converting console app to larger GUI based app

    Or if you don't want to have an overhead of QT and take care of it different licensing, take a look at wxWidgets (www.wxWidgets.org). It is cross-platform C++ GUI library which will give you native...
  15. Replies
    1
    Views
    558

    Using signals on Windows

    Hi, ALL,
    I'd like to compile following code:



    sigfillset( &sa.sa_mask );
    sa.sa_handler = &CDevice::PipeHandler;
    sa.sa_flags = 0;
    sigaction( SIGPIPE, &sa, NULL );
    sa.sa_handler =...
  16. Re: IS it possible to set Media Player control like this?

    Just not to be confused, I'm working with C++.

    Thank you.
  17. Re: IS it possible to set Media Player control like this?

    Hi, guys,
    @Igor,
    Please refer to the beginning of this thread - the very first message contains the link which talks about compact mode. But it talk about it from the player user point of view....
  18. Re: IS it possible to set Media Player control like this?

    For the reference here is the link to the MS Q&A: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/media-player-12-and-compact-mode/4438572e-38fb-4e9f-b451-2e680a4684bb
    ...
  19. Re: IS it possible to set Media Player control like this?

    Both of them return S_OK.
    If I uncomment the first line it returns E_INVALIDARG.

    Thank you.
  20. Re: IS it possible to set Media Player control like this?

    Is there a way to speak with someone in MS about it for FREE?

    Thank you.
  21. Re: IS it possible to set Media Player control like this?

    virtual /* [helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE put_uiMode(
    /* [in] */ BSTR pbstrMode) = 0;

    virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE setMode(
    ...
  22. Re: IS it possible to set Media Player control like this?

    To answer your question:



    IWMPPlayer* m_pWMPPlayer;


    Thank you.
  23. Thread: CURL and ASP

    by OneEyeMan
    Replies
    0
    Views
    365

    CURL and ASP

    Hi, ALL,
    Is anybody working or use to work with libcurl that needed connection to ASP site?

    I have a very interesting situation.
    I have an ASP-based service that is running on the web site. I...
  24. Replies
    6
    Views
    627

    Re: VB + ASP -> C++ + libCURL

    Hi, Paul,
    Sorry for the late reply.
    No issues at all. In fact both Mac gcc and MSVC 2010 are happy with it.

    I also installed WireShark on my Windows box and this is resolved, but I have another...
  25. Re: IS it possible to set Media Player control like this?

    Victor,
    No, it's a laptop.
    The Player says I have:

    Windows Media Player Version 12.0.7601.17514.

    Is version 12 a culprit? Does it have the same interface as 10?

    Thank you.
Results 1 to 25 of 532
Page 1 of 22 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width