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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
W

wanglei1980

@wanglei1980
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to forbid the user to terminate my program.
    W wanglei1980

    you can create another process to monitor the main process, once the main process had been terminated, the other process create it immediately. and also the main process monitor the other process to keep it running.once it has been terminated create it immediately. i think this method may satisfy your needs.

    C / C++ / MFC help tutorial

  • something about quick launch
    W wanglei1980

    As we know quick launch in task bar is a very usefull component to launch app. i wanna know much more about it.It works as if they create shortcut in it. can you tell me the truth of how it works. By the way, if i want to display the shortcut to another app in my own window, how can i implement it.

    C / C++ / MFC question

  • how to get icon from other applications
    W wanglei1980

    I know there is a Api can get icon from other application conveniently, but i forget which is it. Or is there any other methods can get icon from other application. I need to load it and display it in my app.

    C / C++ / MFC json tutorial

  • Run-time Check failure
    W wanglei1980

    Hello everyone, i have met a "Run-time Check failure" error when i use a WCHAR buffer to get sting read from a file. "Run-time Check failure #2-stack around the variable tmp was corrupted", and "tmp" is a WCHAR variable. can you tell me the reason to bring this error and how to resolve it.

    C / C++ / MFC data-structures help tutorial

  • is windows problem???
    W wanglei1980

    your program may read/write the protected memory, so the windows let you restart your program. Good luck;)

    C / C++ / MFC help c++ question

  • the different between "WM_GETTEXT" and GetWindowText()
    W wanglei1980

    Hello :) Recently I have been disturbed by the window message "WM_GETTEXT" and the function GetWindowText(). By sending message "WM_GETTEXT" I can get the content of the edit control in the other process while failed by using "GetWindowText". I can not find any difference between sending "WM_GETTEXT" and using "GetWindowText()". Can you tell me why:doh::doh::doh: wanglei

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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