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

Search:

Type: Posts; User: NP3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    804

    Anyone? Thanks.

    Anyone? Thanks.
  2. Replies
    1
    Views
    804

    Visible Dialog Box (Win32, not MFC)

    How do I change the settings of a Dialog Box to make it visible on the taskbar without using the resource editor (ie, manually)? I am not using MFC, just the Win32 API. Thank you.
  3. Replies
    1
    Views
    1,356

    Anyone have any ideas? I'd really appreciate it. ...

    Anyone have any ideas? I'd really appreciate it.

    Thank you,
    NP
  4. Replies
    1
    Views
    1,356

    IUrlHistoryStg::DeleteUrl Method

    When i try to use the IUrlHistoryStg::DeleteUrl Method, it returns S_OK but the URL is still in my history. Do any of you know a workaround to get it to actually delete the specific URL from my...
  5. Replies
    1
    Views
    518

    automatically check a box

    Does anyone know how to automatically make a check box in a dialog checked or unchecked without any user intervention (say, for example, it gets a binary value from the registry to see if it should...
  6. Replies
    1
    Views
    9,724

    CRegKey::QueryStringValue

    Can somebody give me an example of how you would use CRegKey::QueryStringValue

    ? According to the MSDN, the function is

    LONG QueryStringValue(
    LPCTSTR pszValueName,
    LPTSTR pszValue,
    ...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured