Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionCreating an array out of txt file Pin
wzq2gn30-Aug-06 2:41
wzq2gn30-Aug-06 2:41 
AnswerRe: Creating an array out of txt file Pin
Cedric Moonen30-Aug-06 2:53
Cedric Moonen30-Aug-06 2:53 
AnswerRe: Creating an array out of txt file Pin
Hamid_RT30-Aug-06 2:54
Hamid_RT30-Aug-06 2:54 
AnswerRe: Creating an array out of txt file Pin
David Crow30-Aug-06 2:56
David Crow30-Aug-06 2:56 
GeneralRe: Creating an array out of txt file Pin
wzq2gn30-Aug-06 3:15
wzq2gn30-Aug-06 3:15 
GeneralRe: Creating an array out of txt file Pin
David Crow30-Aug-06 3:24
David Crow30-Aug-06 3:24 
QuestionRe: Creating an array out of txt file Pin
Zac Howland30-Aug-06 3:31
Zac Howland30-Aug-06 3:31 
AnswerRe: Creating an array out of txt file Pin
Stephen Hewitt30-Aug-06 15:50
Stephen Hewitt30-Aug-06 15:50 
AnswerRe: Creating an array out of txt file Pin
wzq2gn31-Aug-06 1:14
wzq2gn31-Aug-06 1:14 
Questionhow to proceed with Notification of emails using Mapi. Pin
uday kiran janaswamy30-Aug-06 1:54
uday kiran janaswamy30-Aug-06 1:54 
AnswerRe: how to proceed with Notification of emails using Mapi. Pin
David Crow30-Aug-06 3:09
David Crow30-Aug-06 3:09 
QuestionPath to current folder Pin
kajkow30-Aug-06 1:05
kajkow30-Aug-06 1:05 

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.