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
C

chajadan

@chajadan
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • LVS_EX_CHECKBOXES checked state change notification
    C chajadan

    I've searched high and low for some notification message that is fired when the checked state changes on a list-view with LVS_EX_CHECKBOXES set. It seems a little silly to have to do a hit test every time someone clicks the list-view window and check the mouse coordinates again to see if it falls in the checkbox area. Am I missing something here? --charlie

    C / C++ / MFC question

  • You know, that slide bar that changes the width distribution between two panels....
    C chajadan

    Well that definitely gave me an anchor point for my searches, but I'm looking for the direct Win32 API calls I need to make, not the MFC ones. Perhaps if I knew of a good MFC reference that detailed the underlying API calls things would be much easier on me, but I don't. --chajadan

    C / C++ / MFC c++ json question

  • You know, that slide bar that changes the width distribution between two panels....
    C chajadan

    What's that thingy called? I'm trying to add one to my app. If you're not sure what I mean, open Windows Explorer and make the left pane much wider, which results in a now shorter right pane. What the heck is that thing called that lets you do that? The closet I've come so far is "Rebar control" and that seems to only apply to the one control it's attached to. I'm attempting to add one to my app using C++ through the API, so if you can step up and play "Name That Control" I'd appreciate it. No MFC references please. --chajadan

    C / C++ / MFC c++ json question

  • You know, that slide bar that changes the width distribution between two panels....
    C chajadan

    What's that thingy called? I'm trying to add one to my app. If you're not sure what I mean, open Windows Explorer and make the left pane much wider, which results in a now shorter right pane. What the heck is that thing called that lets you do that? The closet I've come so far is "Rebar control" and that seems to only apply to the one control it's attached to. I'm attempting to add one to my app using C++ through the API, so if you can step up and play "Name That Control" I'd appreciate it. No MFC references please. --chajadan

    IT & Infrastructure c++ json question

  • dynamic object creation using eval
    C chajadan

    I want to be able to create a range of objects using an Eval statement, but the name is not recognized. I'm creating a C# program using the .NET framework, and the compilers doesn't know what eval means. I'm trying to use a DataSet to create a bunch of objects using code similar to: Eval("TreeNode node" + ds.Tables["tableName"].Rows[i]["field1"].ToString() + " = new TreeNode(\"" + ds.Tables["tableName"].Rows[i]["field2"].ToString() + "\")"); But that's not gonna pass it seems. How can I achieve the desired affect using C# and the .NET Framework? I'm currently researching the System.Reflection class to see what my options are there. Any help from the outside world would be a great thing =) --chajadan aka charlie

    C# csharp question dotnet help
  • Login

  • Don't have an account? Register

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