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

Search:

Type: Posts; User: thuchv

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    2,304

    Re: How to launch Email Client in VC++??

    To know whether this mail to function is Microsoft outlook specific or any other mail client can be opened:

    Go to Control Panel>>Add and remove program>>Set Program access and defaults>>custom...
  2. Replies
    8
    Views
    29,154

    Re: Change MenuBar & ToolBar background color

    thanks a lot!
    I've just resolved my problem by above approach!
  3. Re: How do you remove the ScrollBar in a CFormView

    I search and finds this topic. I have same problem and I fix it by deleting the default OnSize() function of the FormView class. It's now OK!

    void CeNotePageView::OnSize(UINT nType, int cx, int...
  4. error when compiling DNS resource on Windows

    I'm using Windows XP and VC 6.0. I want to use PowerDNS as my DNS server because of many its flexible functions.
    PowerDNS allows to write new backends to perform my own operation. So I need to...
  5. Re: LNK ERROR:CVTRES : fatal error CVT1100:duplicate resource

    I've just get above error.

    1>CVTRES : fatal error CVT1100: duplicate resource. type:MESSAGETABLE, name:1, language:0x0409
    1>LINK : fatal error LNK1123: failure during conversion to COFF: file...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured