Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
Blake Miller22-Dec-05 5:59
Blake Miller22-Dec-05 5:59 
AnswerRe: Help wanted with CSpinButtonCtrl Pin
Owner drawn21-Dec-05 19:28
Owner drawn21-Dec-05 19:28 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
cgb14322-Dec-05 3:47
cgb14322-Dec-05 3:47 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
Owner drawn22-Dec-05 16:58
Owner drawn22-Dec-05 16:58 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
Blake Miller22-Dec-05 6:00
Blake Miller22-Dec-05 6:00 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
cgb14322-Dec-05 10:01
cgb14322-Dec-05 10:01 
GeneralRe: Help wanted with CSpinButtonCtrl Pin
Blake Miller22-Dec-05 10:08
Blake Miller22-Dec-05 10:08 
QuestionNedd help/direction to create a UI Pin
Klerik8221-Dec-05 10:11
Klerik8221-Dec-05 10:11 
Hi-
I am new to VC++ and need help to create a UI that implements tree view to organize a .txt file (similar to windows explorer, except not dealing with folders, but rather with the internal text of the .txt file), and then be able to display the selected portion of the .txt file into the right pane of the the UI...
i.e. in the .txt file there is a date and time, log-in information, etc.--- so i want to be able to populate a tree view list on the left pane of the that has all the information seperated and organized to where i would click on a node specified (DATE/TIME) and some sort of event handler could recognize when the (DATE/TIME) node was clicked and generate that portion of the text document into the right pane of the UI.

IF anyone could assist me in getting started that would be greatly appreciated. Like i said i am very new to VC++ and for that matter C++, but if anyone could guide me and point me in the direction i need to go, that would be greatly appreciated.

I am assuming that i need to parse (which i need help to do as well) the text file first and then generate a TreeView based on the the text file. I can generate the basic UI in VS 2003 using windows form editor, however when i create a tree view in the left portion of the UI, i can't do anything with the nodes in the tree view once i create them. PLEASE HELP!
AnswerRe: Nedd help/direction to create a UI Pin
TheGreatAndPowerfulOz21-Dec-05 10:20
TheGreatAndPowerfulOz21-Dec-05 10:20 
GeneralRe: Nedd help/direction to create a UI Pin
Klerik8221-Dec-05 10:27
Klerik8221-Dec-05 10:27 
GeneralRe: Nedd help/direction to create a UI Pin
TheGreatAndPowerfulOz21-Dec-05 10:35
TheGreatAndPowerfulOz21-Dec-05 10:35 
GeneralRe: Nedd help/direction to create a UI Pin
David Crow21-Dec-05 10:36
David Crow21-Dec-05 10:36 
QuestionRun hidden on startup Pin
lynchspawn21-Dec-05 9:48
lynchspawn21-Dec-05 9:48 
AnswerRe: Run hidden on startup Pin
TheGreatAndPowerfulOz21-Dec-05 9:54
TheGreatAndPowerfulOz21-Dec-05 9:54 
GeneralRe: Run hidden on startup Pin
Blake Miller22-Dec-05 6:04
Blake Miller22-Dec-05 6:04 
AnswerRe: Run hidden on startup Pin
Rajesh R Subramanian21-Dec-05 17:17
professionalRajesh R Subramanian21-Dec-05 17:17 
QuestionGetActiveWindow returns NULL Pin
wilbur_logan21-Dec-05 9:45
wilbur_logan21-Dec-05 9:45 
AnswerRe: GetActiveWindow returns NULL Pin
TheGreatAndPowerfulOz21-Dec-05 9:52
TheGreatAndPowerfulOz21-Dec-05 9:52 
GeneralRe: GetActiveWindow returns NULL Pin
wilbur_logan21-Dec-05 10:02
wilbur_logan21-Dec-05 10:02 
GeneralRe: GetActiveWindow returns NULL Pin
TheGreatAndPowerfulOz21-Dec-05 10:18
TheGreatAndPowerfulOz21-Dec-05 10:18 
GeneralRe: GetActiveWindow returns NULL Pin
wilbur_logan21-Dec-05 10:40
wilbur_logan21-Dec-05 10:40 
AnswerRe: GetActiveWindow returns NULL Pin
Rajesh R Subramanian21-Dec-05 17:22
professionalRajesh R Subramanian21-Dec-05 17:22 
GeneralRe: GetActiveWindow returns NULL Pin
wilbur_logan22-Dec-05 7:39
wilbur_logan22-Dec-05 7:39 
QuestionErase item from std::vector? Pin
Lord Kixdemp21-Dec-05 9:38
Lord Kixdemp21-Dec-05 9:38 
AnswerRe: Erase item from std::vector? Pin
TheGreatAndPowerfulOz21-Dec-05 9:39
TheGreatAndPowerfulOz21-Dec-05 9:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.