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

Search:

Type: Posts; User: jstoll

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    775

    changing color in TRACE macro

    is it possible to change the color of specific text/data in the vs output pane via the TRACE macro so that certain text stands out

    i found some examples of using escape “\033[0;31m” in printf...
  2. Replies
    3
    Views
    850

    Re: TRACE MACRO problem in MFC

    thank you sir, definitly a typographic error was the problem,i didn't even notice it i'm suprised it even compiled that way
  3. Replies
    3
    Views
    850

    TRACE MACRO problem in MFC

    I'm able to see the data via watch list and cursor over var but unable to print the data via TRACE using specifiers %lf or any other specifiers
    the results keep showing 0.000000
    I even set the var...
  4. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    m_wndTBCylMode.SetPermament(TRUE); gets rid of the x(close) button still trying to get rid of the title bar
    36008
  5. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    thanks VictorN for the additional help on debugging, much appreciated
  6. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    I tried using FloatPane() and Initially it does pretty close to want i want,it places the toolbar near the button i press, theres a couple problems though
    1: when the toolbar is in floating mode...
  7. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    yes but the button i'm testing for the dropdown was an actual button,i replaced the id with a dummy one to connect the dropdownbar, i decided to press ignore after the assertion and the program...
  8. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    sorry about the deletion, after i posted the reply i found the file and i didn't want to waste anybody's time not realizing it was answered
  9. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    thank you for your quick reply,i found the file in a search on my computer and the toolbar requesting the first button is coming back NULL
    36006
    now to figure out why
  10. Replies
    11
    Views
    2,632

    Re: A CMFCDropDownToolBar Question

    It's happening inside the mfc140ud.dll file created by microsoft
    so i'm going to assume that the method i'm trying is not allowed
    36005

    i'm fairly good at finding errors in my code but through...
  11. Replies
    11
    Views
    2,632

    A CMFCDropDownToolBar Question

    I created a CMFCDropDownToolBar embedded in a CMFCToolBar VIA dummy resource button as explained in CMFCDropDownToolBar Class microsoft document,everything works great, but what I want to do is...
  12. Replies
    7
    Views
    10,753

    Re: Remaining strip is grey of CMFCTOOLBAR

    the toolbars lay in a pane of the mainframe and i believe you can change the colors as needed but there are choices for window styles in the custom settings the user picks in a dialog
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured