Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sheng Jiang

@Sheng Jiang
About
Posts
108
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to obtain a special folder path for ANY user?
    S Sheng Jiang

    You may read them under HKEY_USERS, but it is not suggested. Some keys are not created until the special folder path is requested by the user, and you may not have the permission to read these entries.

    Regards Microsoft MVP in Visual C++ www.jiangsheng.net

    C / C++ / MFC tutorial windows-admin json question

  • [C++] Remote WMI ==> "Access denied"
    S Sheng Jiang

    Topic in microsoft.public.windowsxp.security_admin WMI settings for remote access on XP From: Jerry Bryant [MS] - view profile Date: Fri, Jan 25 2002 4:09 pm 1. the user needs to either be an admin on the XP machine or have remote enabled privilege set on the XP machine 2. Win2k needs the SP because XP requires at least Packetlevel authentication and the SP fixes a bug in Win2k to correctly allow Packetlevel connections 3. if the XP machine is in a workgroup, you won't be able to remote in anyways as all incoming connections to the XP machine will be reduced to the guest account (this is by-design of the OS), if in a domain, it should work given the previous 2 statements are fulfilled. How to enable remote privileges on the XP machine: 1. Right Click "My Computer", choose "Manage" 2. Open "Services And Applications", right click over "WMI Control" and choose "properties" 3. Click on the "Security" Tab, highlight the namespace you want to give security to (most likely root\cimv2) and click the Security button 4. add the user, and check "Remote Enable" also check out this: http://support.microsoft.com/kb/q282949/ if you are using XP home in Step #3 behavior cannot be changed. If you are using XP Pro in a workgroup you can change the behavior via the local group policy: Computer\Windows Settings\Security Settings\Local Polices\Security Options: Network Access: Sharing and security model for local accounts: In unjoined WinXP Pro the ForceGuest behavior is on by default. This will cause all inbound connections to be anonymous (null) connections. Try disabling the ForceGuest behavior by setting the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\ForceGuest value to 0 and reboot. The "firewall" option on the LAN connection must be disabled. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC help c++ database com security

  • Urgent: Trapping documentcomplete event in IE browser
    S Sheng Jiang

    see http://www.codeproject.com/shell/AutomateShellWindow.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC c++ com data-structures question

  • Force a CHtmlView to recalc its layout
    S Sheng Jiang

    call SetScrollSizes with desired size. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC css com hardware help question

  • How to disable persistient scrollbars (VC++, no MFC)
    S Sheng Jiang

    http://msdn.microsoft.com/workshop/browser/hosting/wbcustomization.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC c++ com tutorial question

  • Writing stream in MS Word document
    S Sheng Jiang

    you can insert a temp rtf file by using the Range.InsertFile Method. see also http://support.microsoft.com/kb/q194906/[^] http://word.mvps.org/FAQs/MacrosVBA/GetRngToEndOfInsertFile.htm[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC help

  • Setting properties of ActiveX using
    S Sheng Jiang

    override DoPropExchange and call PX_ functions. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC c++ com tutorial

  • how can I in VC++ 6.0 use database file created in MS Access 2003
    S Sheng Jiang

    http://support.microsoft.com/support/kb/articles/Q236/9/91.ASP[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC question c++ database announcement learning

  • Need your help! About CWebBrowser2.
    S Sheng Jiang

    http://msdn.microsoft.com/library/en-us/dnwebteam/html/webteam05072001.asp?frame=true[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC question xml help

  • Can you still have an asp.net page with a .html extension
    S Sheng Jiang

    by default, certain extensions such as .asp and .htm are not handled by ASP.Net. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    ASP.NET csharp html asp-net database question

  • Calling managed (C#) DLL from unmanaged code (VC++ 6)
    S Sheng Jiang

    http://msdn2.microsoft.com/en-us/library/ms235211(VS.80).aspx[^] ignore my signature. Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC csharp c++ tutorial question

  • RichEdit
    S Sheng Jiang

    http://www.microsoft.com/mind/0499/faq/faq0499.asp[^] Regards Microsoft MVP in Visual C++ http://blog.joycode.com/jiangsheng

    C / C++ / MFC c++ com learning

  • How to call Web service from vc++6.0?
    S Sheng Jiang

    How to add SOAP client functionality to native Win32 applications by using managed SOAP classes in Visual Studio .NET http://support.microsoft.com/?kbid=908574[^] My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC tutorial csharp c++ question

  • How to insert a control into CRichEditCtrl?
    S Sheng Jiang

    http://blog.joycode.com/jiangsheng/archive/2004/12/15/41209.aspx[^] hopefully you can understand the code, because the article is in Chinese... My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC c++ com help tutorial question

  • Calling managed (C#) DLL from unmanaged code (VC++ 6)
    S Sheng Jiang

    write a regular DLL in managed C++ My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC csharp c++ tutorial question

  • ActiveX Control wrapper classes derived from CWnd and LPDISPATCH
    S Sheng Jiang

    You can try CWnd::GetControlUnknown() from the control container or CCmdTarget::GetControllingUnknown() inside an ActiveX control's source(an undocumented function and may not function in future versions of MFC) My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC com c++ tutorial question

  • Debugging into unmanaged code
    S Sheng Jiang

    modify the project settings of the managed c++ project, change the output and debug target according to the C# app. start debugging from the managed c++ project. My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    Managed C++/CLI csharp c++ visual-studio com debugging

  • Chinese characters
    S Sheng Jiang

    Use the String Table resource, don't put strings in code. My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC c++ design tools tutorial question

  • Function with variable number of arguments
    S Sheng Jiang

    void va_start( va_list arg_ptr, prev_param //Parameter preceding first optional argument (ANSI only). ); // (ANSI version) My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC json tutorial question

  • Excel Chart in MFC Dialog
    S Sheng Jiang

    support.microsoft.com/kb/311765 My blogs: http://blog.joycode.com/jiangsheng http://blog.csdn.net/jiangsheng http://bloglines.com/public/jiangsheng Command what is yours Conquer what is not ---Kane

    C / C++ / MFC c++ help tutorial com data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups