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

Search:

Type: Posts; User: tiff

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    7,737

    Thanks, I tried to follow the instruction...

    Thanks, I tried to follow the instruction regarding wchar_t, but still doesn't work.

    The function has these parameters:
    in VC6.0++:
    int _mbstowcsz(wchar_t*, const char*, size_t) ;

    in...
  2. Replies
    4
    Views
    7,737

    Compiler error C2065 and _mbstowcsz

    Hi,

    When I convert a Visual C++ 6.0 project to Visual C++ .NET by opening the project using .NET environment, and accepting all VC 7.0 conversion defaults, the new project would not compile, and...
  3. Replies
    0
    Views
    471

    Compiler error C2065

    Hi,

    When I convert a Visual C++ 6.0 project to Visual C++ .NET by opening the project using .NET environment, and accepting all VC 7.0 conversion defaults, the new project would not compile, and...
  4. What Windows service to overwrite a portion of hard disk

    Hi everyone,

    Please help me with the following:

    What Windows service or a wrapper to the Windows service that would allow one to over-write a portion of the hard diskk (a particular file...
  5. Replies
    4
    Views
    1,373

    I've seen in MS Office products for example, in...

    I've seen in MS Office products for example, in certain options, there are multiple tabs. Some of the tabs are inactive & grayed out while others are not, depending on the need for use at that...
  6. Replies
    4
    Views
    1,373

    How to disable a tab page

    Hi everyone,

    I have created a sheet (from CPropertySheet) that has in it 2 tab pages (from CPropertyPage), namely, m_tab1 and m_tab2.

    How may one disable the entire tab (for example, m_tab1)?...
  7. Replies
    3
    Views
    697

    thanks everyone.

    thanks everyone.
  8. Replies
    3
    Views
    697

    How to retrieve control ID

    Hi,

    Given a pointer to a control (radiobutton) on a dialog box, how can I retrieve the control's resource ID?

    Please help. Thanks.
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured