Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Floating Pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Floating Pane

 Post Reply Post Reply
Author
Message
manoj View Drop Down
Newbie
Newbie
Avatar

Joined: 26 October 2004
Location: India
Status: Offline
Points: 31
Post Options Post Options   Thanks (0) Thanks(0)   Quote manoj Quote  Post ReplyReply Direct Link To This Post Topic: Floating Pane
    Posted: 24 March 2006 at 3:53am
Hi

I am creating Floating Pane. When I run first time my application, first
Floating pane display after it'll hide.

I dont want to display first time this floating pane.

Next time it'll work perfectly.

How do i hide first time my code for this is

//Code

CXTPDockingPane* pSurveyPane = m_paneManager.CreatePane(
IDR_PANE_SURVEY, CRect(0, 0,200, 120), xtpPaneDockRight);
ASSERT_NOTNULL(pSurveyPane);
pSurveyPane->Hide();

m_paneManager.FloatPane(pSurveyPane,CRect(0,150,100,20));
pSurveyPane->Close();


///

I set all combination but unable to solve this problem


Please reply ASAP


Reagrds
===========================
मनोज कुमार जांगिड
Systweak Software Pvt. Ltd.
मो: +919829273011
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.