Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Wipe/Clean Internet Explorer temporary internet Files, Cookies, History, Cache using C++/VC++/MFC Pin
CPallini5-Oct-09 3:31
mveCPallini5-Oct-09 3:31 
AnswerRe: How to Wipe/Clean Internet Explorer temporary internet Files, Cookies, History, Cache using C++/VC++/MFC Pin
David Crow5-Oct-09 4:03
David Crow5-Oct-09 4:03 
AnswerRe: How to Wipe/Clean Internet Explorer temporary internet Files, Cookies, History, Cache using C++/VC++/MFC Pin
Randor 5-Oct-09 9:52
professional Randor 5-Oct-09 9:52 
GeneralRe: How to Wipe/Clean Internet Explorer temporary internet Files, Cookies, History, Cache using C++/VC++/MFC Pin
kilt8-Oct-09 23:42
kilt8-Oct-09 23:42 
GeneralRe: How to Wipe/Clean Internet Explorer temporary internet Files, Cookies, History, Cache using C++/VC++/MFC Pin
Randor 9-Oct-09 11:54
professional Randor 9-Oct-09 11:54 
Questionlet rename file just after it creation in explorer Pin
MrKBA4-Oct-09 22:48
MrKBA4-Oct-09 22:48 
AnswerRe: let rename file just after it creation in explorer Pin
Richard MacCutchan5-Oct-09 1:11
mveRichard MacCutchan5-Oct-09 1:11 
GeneralRe: let rename file just after it creation in explorer Pin
MrKBA5-Oct-09 8:18
MrKBA5-Oct-09 8:18 
This is the situation of my problem:

*** My application is a GUI dll (SDI) it seems to work like windows explorer i.e if i select a folder in tree on the right its content will be displayed on the left.

- I have a CView derived class named CMyView which contains a CListCtrl derived class named CBCGPShellList like this :

class CMyView : public CView
{
public:
...
CBCGPShellList m_wndList;
...


- I have also a CBCGPControlBar derived class which contains a CBCGPShellTree

class CFolderBar : public CBCGPDockingControlBar
{
public:
...
CBCGPShellTree m_wndShellTree;
...


- I have also MainFrame contains this two classes.

So what i need is to do like this :
when i create a new file in a specific folder (selected in the right) the application should give the user the possibility to enter a name to this file.

I hope that i had describe my situation clearly and you can help me.

thank you.
GeneralRe: let rename file just after it creation in explorer Pin
Richard MacCutchan5-Oct-09 10:30
mveRichard MacCutchan5-Oct-09 10:30 
GeneralRe: let rename file just after it creation in explorer Pin
MrKBA5-Oct-09 11:16
MrKBA5-Oct-09 11:16 
GeneralRe: let rename file just after it creation in explorer Pin
Richard MacCutchan5-Oct-09 11:27
mveRichard MacCutchan5-Oct-09 11:27 
GeneralRe: let rename file just after it creation in explorer Pin
MrKBA5-Oct-09 12:44
MrKBA5-Oct-09 12:44 
AnswerRe: let rename file just after it creation in explorer Pin
David Crow5-Oct-09 4:07
David Crow5-Oct-09 4:07 
GeneralRe: let rename file just after it creation in explorer Pin
MrKBA5-Oct-09 6:23
MrKBA5-Oct-09 6:23 
QuestionChanging the color of a button [modified] Pin
ratprita4-Oct-09 22:44
ratprita4-Oct-09 22:44 
AnswerRe: Changing the color of a button Pin
CPallini4-Oct-09 23:03
mveCPallini4-Oct-09 23:03 
GeneralRe: Changing the color of a button Pin
ratprita4-Oct-09 23:44
ratprita4-Oct-09 23:44 
GeneralRe: Changing the color of a button Pin
CPallini5-Oct-09 0:18
mveCPallini5-Oct-09 0:18 
AnswerRe: Changing the color of a button Pin
David Crow5-Oct-09 4:09
David Crow5-Oct-09 4:09 
QuestionEnigma with ShellExecute ? [modified] Pin
Souldrift4-Oct-09 22:33
Souldrift4-Oct-09 22:33 
AnswerRe: Enigma with ShellExecute ? Pin
CPallini4-Oct-09 22:58
mveCPallini4-Oct-09 22:58 
GeneralRe: Enigma with ShellExecute ? [modified] Pin
Souldrift4-Oct-09 23:10
Souldrift4-Oct-09 23:10 
GeneralRe: Enigma with ShellExecute ? Pin
CPallini4-Oct-09 23:37
mveCPallini4-Oct-09 23:37 
GeneralRe: Enigma with ShellExecute ? Pin
Souldrift4-Oct-09 23:42
Souldrift4-Oct-09 23:42 
GeneralRe: Enigma with ShellExecute ? Pin
Souldrift5-Oct-09 1:24
Souldrift5-Oct-09 1:24 

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.