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

C / C++ / MFC

 
GeneralRe: problem with bstr Pin
ThatsAlok10-Jun-05 21:09
ThatsAlok10-Jun-05 21:09 
GeneralRe: problem with bstr Pin
S. Senthil Kumar10-Jun-05 21:51
S. Senthil Kumar10-Jun-05 21:51 
GeneralRe: problem with bstr Pin
pardis11-Jun-05 1:21
pardis11-Jun-05 1:21 
GeneralRe: problem with bstr Pin
S. Senthil Kumar12-Jun-05 4:59
S. Senthil Kumar12-Jun-05 4:59 
GeneralRe: problem with bstr Pin
pardis18-Jun-05 18:40
pardis18-Jun-05 18:40 
GeneralWord Automation Pin
Veera Raghavendra10-Jun-05 19:38
Veera Raghavendra10-Jun-05 19:38 
Generalproblem in tab control Pin
chethu66510-Jun-05 19:29
chethu66510-Jun-05 19:29 
GeneralRe: problem in tab control Pin
John R. Shaw10-Jun-05 23:23
John R. Shaw10-Jun-05 23:23 
Enclose your code with HTML pre and /pre tags, that will make it easier for us to read your code. Beyond that, after reformatting you code, it still makes no since.

You're getting pointers to frames and panes (both just pointers to windows), which you're not doing anything with.

Example:
{
    CTransducerView *pListView=(CTransducerView *)pFrm->GetRightPane();
    pListView->m_PropSheet.SetActivePage(0); // set active page
    app->m_bTreeTabPressed = true;
    /*
     * The above assumes that you're app-window knows that you've changed
     * pages; unless the page passes that fact back to the the app-window,
     *  it does not know that.
    */
    pListView->SetFocus();
}



INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: problem in tab control Pin
chethu66511-Jun-05 0:02
chethu66511-Jun-05 0:02 
GeneralCHtmlView problem Pin
zoid ! 10-Jun-05 16:41
zoid ! 10-Jun-05 16:41 
GeneralCreating Multiple Windows Pin
Anonymous10-Jun-05 16:10
Anonymous10-Jun-05 16:10 
GeneralRe: Creating Multiple Windows Pin
John R. Shaw10-Jun-05 19:39
John R. Shaw10-Jun-05 19:39 
GeneralRe: Creating Multiple Windows Pin
shatterstar645710-Jun-05 22:31
shatterstar645710-Jun-05 22:31 
Generalvariable spin control range Pin
10-Jun-05 15:03
suss10-Jun-05 15:03 
GeneralRe: variable spin control range Pin
Chris Losinger10-Jun-05 15:40
professionalChris Losinger10-Jun-05 15:40 
GeneralWinHTTP & attachments Pin
Ed K10-Jun-05 10:16
Ed K10-Jun-05 10:16 
GeneralRe: WinHTTP & attachments Pin
ThatsAlok10-Jun-05 19:34
ThatsAlok10-Jun-05 19:34 
GeneralRe: WinHTTP & attachments Pin
ThatsAlok10-Jun-05 20:37
ThatsAlok10-Jun-05 20:37 
GeneralCOM Question Pin
Jamie Nordmeyer10-Jun-05 9:18
Jamie Nordmeyer10-Jun-05 9:18 
GeneralRe: COM Question Pin
David Crow10-Jun-05 10:25
David Crow10-Jun-05 10:25 
GeneralRe: COM Question Pin
TheGreatAndPowerfulOz10-Jun-05 10:26
TheGreatAndPowerfulOz10-Jun-05 10:26 
GeneralRe: COM Question Pin
Jamie Nordmeyer10-Jun-05 12:12
Jamie Nordmeyer10-Jun-05 12:12 
GeneralRe: COM Question Pin
David Crow11-Jun-05 6:32
David Crow11-Jun-05 6:32 
GeneralRe: COM Question Pin
Jamie Nordmeyer11-Jun-05 11:04
Jamie Nordmeyer11-Jun-05 11:04 
GeneralRe: COM Question Pin
David Crow12-Jun-05 16:40
David Crow12-Jun-05 16:40 

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.