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
S

Simon Poon

@Simon Poon
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help with SQL statement
    S Simon Poon

    CREATE PROCEDURE sp_Get_Products_By_Search @SearchString nvarchar AS Select * from vw_Categories_Products Where ProductName LIKE '% @SearchString %' return @@rowcount How can i change it to a correct statement? Please help me. Thanks. Simon

    Database question sharepoint database help

  • Unicode
    S Simon Poon

    How to convert "N" to unicode 004E ?

    C / C++ / MFC help tutorial question

  • Unicode
    S Simon Poon

    How to convert "N" to unicode 004E ? CString n("N"); . . . Output: 004E Please help me!

    C / C++ / MFC help tutorial question

  • Split CString
    S Simon Poon

    if i have CString a="a;b;c;d;f" and i want to split it to CString array. how can i do it on VC++ NET ?

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

  • How to change it?
    S Simon Poon

    this.label1.Font = new System.Drawing.Font("PMingLiU", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(136))); How to change this C# statement to C++ statement? Please help me.

    C / C++ / MFC csharp c++ graphics help tutorial
  • Login

  • Don't have an account? Register

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