Click here to Skip to main content
15,921,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pipes Question ? Pin
Dave Calkins30-Aug-06 4:39
Dave Calkins30-Aug-06 4:39 
QuestionRe: Pipes Question ? Pin
Programm3r30-Aug-06 4:45
Programm3r30-Aug-06 4:45 
AnswerRe: Pipes Question ? Pin
Dave Calkins30-Aug-06 5:12
Dave Calkins30-Aug-06 5:12 
QuestionMFC Toolbars ... View - embedded Pin
_NielsB30-Aug-06 3:51
_NielsB30-Aug-06 3:51 
AnswerRe: MFC Toolbars ... View - embedded Pin
led mike30-Aug-06 5:54
led mike30-Aug-06 5:54 
Questionmemory leak indetifying tool Pin
vvbkumar242230-Aug-06 3:36
vvbkumar242230-Aug-06 3:36 
AnswerRe: memory leak indetifying tool Pin
toxcct30-Aug-06 3:50
toxcct30-Aug-06 3:50 
AnswerRe: memory leak indetifying tool Pin
Hamid_RT30-Aug-06 3:54
Hamid_RT30-Aug-06 3:54 
QuestionHow to change project name? Pin
Max++30-Aug-06 3:12
Max++30-Aug-06 3:12 
AnswerRe: How to change project name? Pin
toxcct30-Aug-06 3:21
toxcct30-Aug-06 3:21 
AnswerRe: How to change project name? Pin
Hamid_RT30-Aug-06 3:26
Hamid_RT30-Aug-06 3:26 
QuestionReports Pin
anjita30-Aug-06 2:52
anjita30-Aug-06 2:52 
AnswerRe: Reports Pin
Programm3r30-Aug-06 4:44
Programm3r30-Aug-06 4:44 
QuestionHow to display files and subfolders from particular folder in TreeControls Pin
CraZyToLearn30-Aug-06 2:51
CraZyToLearn30-Aug-06 2:51 
AnswerRe: How to display files and subfolders from particular folder in TreeControls Pin
Hamid_RT30-Aug-06 3:00
Hamid_RT30-Aug-06 3:00 
GeneralRe: How to display files and subfolders from particular folder in TreeControls Pin
CraZyToLearn30-Aug-06 19:10
CraZyToLearn30-Aug-06 19:10 
GeneralRe: How to display files and subfolders from particular folder in TreeControls Pin
Hamid_RT30-Aug-06 22:24
Hamid_RT30-Aug-06 22:24 
Questionhow to split a window Pin
Parshant Verma30-Aug-06 2:44
Parshant Verma30-Aug-06 2:44 
AnswerRe: how to split a window Pin
David Crow30-Aug-06 2:52
David Crow30-Aug-06 2:52 
AnswerRe: how to split a window [modified] Pin
_AnsHUMAN_ 30-Aug-06 2:53
_AnsHUMAN_ 30-Aug-06 2:53 
Parshant Verma wrote:

1.How can i split the window in two part.

Ans: Use CSplitterWnd
Parshant Verma wrote:

2. how can i open a dirctoty listing such as appear in window.

Ans: Get the contents of the folder and then show it in a tree view(This could be only one of the options.
Parshant Verma wrote:
3.and how cna i find the current path.

3. Use GetModuleFileName()
Humm!, Hurry spoils The Curry....
use GetCurrentDirectory() .Thanks David....
Parshant Verma wrote:
4.and how set the default path

4. Not sure what you are asking for.
Parshant Verma wrote:
.What f() is used for search a file or diredtory.

5. FindFirstFile(), FindNextFile(), WIN32_FIND_DATA
-- modified at 9:06 Wednesday 30th August, 2006

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: how to split a window Pin
David Crow30-Aug-06 3:01
David Crow30-Aug-06 3:01 
AnswerRe: how to split a window Pin
Hamid_RT30-Aug-06 3:07
Hamid_RT30-Aug-06 3:07 
AnswerRe: how to split a window Pin
Programm3r30-Aug-06 4:48
Programm3r30-Aug-06 4:48 
GeneralRe: how to split a window Pin
Waldermort30-Aug-06 8:12
Waldermort30-Aug-06 8:12 
GeneralRe: how to split a window Pin
toxcct30-Aug-06 8:28
toxcct30-Aug-06 8:28 

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.