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

Search:

Type: Posts; User: talbot

Search: Search took 0.03 seconds; generated 35 minute(s) ago.

  1. Replies
    6
    Views
    20,583

    Re: How to hide tooltips in Crystal Reports?

    May be I'm late, but I used this in XAML:

    <cr:CrystalReportsViewer
    cr:ToolTipBehavior.ToolTipEnabled="False"
  2. Replies
    6
    Views
    1,165

    Re: App Wizard Genereated Code

    Hi. Is it any way how to call callback from ASSERT macro or better from within AfxAssertFailedLine() function? I would like to log callstack, file, line, time and etc. info to special log file for...
  3. Replies
    1
    Views
    1,472

    C#: Windows forms vs. Test dialog

    Hi. I tryied to use Format/Test dialog (or Ctrl+T) within Dialog Editor, but I was unable to run it. Does anybody know what is wrong? I noticed, that entire "Dialog editor" toolbox was disabled....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured