Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create an hyperlink on the desktop of my MDI application Pin
Rage31-Jul-03 0:18
professionalRage31-Jul-03 0:18 
GeneralRe: How to create an hyperlink on the desktop of my MDI application Pin
Anonymous1-Aug-03 6:39
Anonymous1-Aug-03 6:39 
Generalstarting DirectX Pin
Mazdak30-Jul-03 21:07
Mazdak30-Jul-03 21:07 
GeneralRe: starting DirectX Pin
Roger CS30-Jul-03 21:42
Roger CS30-Jul-03 21:42 
GeneralRe: starting DirectX Pin
Mazdak31-Jul-03 0:16
Mazdak31-Jul-03 0:16 
GeneralA problem about DeviceIoControl Pin
FlyingDancer30-Jul-03 20:58
FlyingDancer30-Jul-03 20:58 
GeneralWebbrowser object problem!!! Pin
xxhimanshu30-Jul-03 20:47
xxhimanshu30-Jul-03 20:47 
Questionhow can I warn to make a choice for numeric edit box? Pin
Emre Zorlu30-Jul-03 20:41
Emre Zorlu30-Jul-03 20:41 
AnswerRe: how can I warn to make a choice for numeric edit box? Pin
Toni7830-Jul-03 20:54
Toni7830-Jul-03 20:54 
Generaldisable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 20:17
Marissa18230-Jul-03 20:17 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Toni7830-Jul-03 21:04
Toni7830-Jul-03 21:04 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 22:50
Marissa18230-Jul-03 22:50 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 22:54
Marissa18230-Jul-03 22:54 
QuestionHow to save Directory list for each project in VC++6.0? Pin
sonshiro30-Jul-03 18:30
sonshiro30-Jul-03 18:30 
AnswerRe: How to save Directory list for each project in VC++6.0? Pin
Frank K30-Jul-03 19:40
Frank K30-Jul-03 19:40 
QuestionHow to convert "CRichEditCtrl::GetSel index" to "CString(char*) index"? Pin
jajamal30-Jul-03 18:28
jajamal30-Jul-03 18:28 
QuestionODBC.. Filter ???? Pin
_skidrow_vn_30-Jul-03 18:08
_skidrow_vn_30-Jul-03 18:08 
AnswerRe: ODBC.. Filter ???? Pin
Toni7830-Jul-03 19:04
Toni7830-Jul-03 19:04 
GeneralRe: ODBC.. Filter ???? Pin
_skidrow_vn_31-Jul-03 6:11
_skidrow_vn_31-Jul-03 6:11 
GeneralRe: ODBC.. Filter ???? Pin
Toni7831-Jul-03 19:14
Toni7831-Jul-03 19:14 
GeneralDisable/Enable Toolbar buttons Pin
Anonymous30-Jul-03 17:16
Anonymous30-Jul-03 17:16 
GeneralRe: Disable/Enable Toolbar buttons Pin
Eugene Pustovoyt30-Jul-03 18:16
Eugene Pustovoyt30-Jul-03 18:16 
GeneralRe: Disable/Enable Toolbar buttons Pin
Marissa18230-Jul-03 18:50
Marissa18230-Jul-03 18:50 
GeneralResizing Status Bar Panes Pin
Anonymous30-Jul-03 17:08
Anonymous30-Jul-03 17:08 
GeneralRe: Resizing Status Bar Panes Pin
Frank K30-Jul-03 19:34
Frank K30-Jul-03 19:34 
Hi,

see the following code
<br />
m_wndStatusBar.GetPaneInfo(1, ID, Style, width);<br />
Style = SBPS_NORMAL;<br />
width = 500;<br />
m_wndStatusBar.SetPaneInfo(1, 0, Style, width);<br />


In this example you get the style and width of the second pane, change the attributes and set the new attributes.
If you use the index, you don't need the ID.

Regards
Frank

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.