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
P

pelloq1

@pelloq1
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Visual Studio 7 customization
    P pelloq1

    Hello I want to customize my VS7 for editing php files. The goal is : 1. that I can make file >> new and choice new php file 2. that I can use the Outlining functions 3. I can use the SPACE+CTRL for reconizing php keywords (Like userdat VC6 file.) thank for help

    .NET (Core and Framework) csharp php visual-studio help

  • What is this control ?
    P pelloq1

    Hello It's a standard mfc control ? See a smaple a http://www.bacad.ch/listing.jpg How can i implement it ? thanks you

    C / C++ / MFC question c++

  • Move into a CTreeCtrl
    P pelloq1

    Hello, I have a a CTreeCtrl a need to retriev a speciphic item. But the tree is not deployed. I put the items such as : HTREEITEM id ; id = tTree.InsertItem(sText, 0,1) ; tTree.SetItemData(id,lKey) ; And for search my curent item, i want to job like as baut that dont work, do you have an idea : HTREEITEM item = tTree.GetRootItem() ; for (int i=0 ; i < tTree.GetCount() ; i++) { long lId = tTree.GetItemData(item) ; if (lTree == lId) { // current item Set current and focus tTree.SelectItem(item) ; tTree.Select(item, TVGN_CARET) ; return TRUE ; } // Go to next ! item = tTree.GetNextItem(item,TVGN_NEXT) ; }

    C / C++ / MFC data-structures career
  • Login

  • Don't have an account? Register

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