Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Shell dialog problem while opening the first entry Collapse All
Subject Author Date
Vinit Patil Sep 28, 2009 - 10:24 PM

In shell dialog ,first entry of the dialog not selected directly, I am using shell dialog for open file.


 


 

Vinit Patil Sep 29, 2009 - 6:58 AM

Please see my above reply

Technical Support Sep 29, 2009 - 1:16 PM

This is a thread about Elegant Ribbon, a NET framework. The CExtShellDialogFile is an MFC Prof-UIS class. Please repost it to http://www.prof-uis.com/prof-uis/tech-support/general-forum.aspx.

Vinit Patil Sep 29, 2009 - 6:57 AM

CExtShellDialogFile dlgShellFile(NULL,CExtShellDialogFile::__EFDT_OPEN_SINGLE);

        dlgShellFile.m_comboFileTypes.SetFilter(

          filter

            );





        if( dlgShellFile.DoModal() == IDOK )

        {

            CString pathname;

            pathname = LPCTSTR(dlgShellFile.m_arrRetValNames[0]);

            OpenDocumentFile( pathname );

        }


This I check this code for Operating System " Vista "

Also I check the prof UI available  sample examples. (e.g AviFrames) I got the same action, first entry from dialog box is not selecting.


Any thing else please let me know.


Thanks in advance.


 


 


 

Technical Support Sep 29, 2009 - 4:31 AM

We are sorry but could you tell us what shell dialog you mean in your message?