Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlonger paths than MAX_PATH ? Pin
name_or_alias25-Apr-04 10:13
name_or_alias25-Apr-04 10:13 
AnswerRe: longer paths than MAX_PATH ? Pin
peterchen25-Apr-04 10:19
peterchen25-Apr-04 10:19 
GeneralRe: longer paths than MAX_PATH ? Pin
name_or_alias25-Apr-04 11:04
name_or_alias25-Apr-04 11:04 
GeneralRe: longer paths than MAX_PATH ? Pin
peterchen25-Apr-04 11:11
peterchen25-Apr-04 11:11 
GeneralAccessing variable in CView anywhere in application Pin
Krugger40425-Apr-04 9:10
Krugger40425-Apr-04 9:10 
GeneralRe: Accessing variable in CView anywhere in application Pin
Ravi Bhavnani25-Apr-04 11:22
professionalRavi Bhavnani25-Apr-04 11:22 
Generalmodeless dialog Handle required Pin
Krugger40425-Apr-04 9:05
Krugger40425-Apr-04 9:05 
GeneralRe: modeless dialog Handle required Pin
Ravi Bhavnani25-Apr-04 11:26
professionalRavi Bhavnani25-Apr-04 11:26 
Here's one way to do it:
  1. Make the dialog bar a public member (eg: m_myDialogBar) of your CMainFrame class.

  2. Access the dialog from anywhere in your application by referencing ((CMainFrame *) AfxGetMainWnd())->m_myDialogBar.
/ravi

My new year's resolution: 2048 x 1536
Home | Articles | Freeware | Music
ravib@ravib.com

GeneralHWND of app Pin
Daniel132425-Apr-04 7:43
Daniel132425-Apr-04 7:43 
GeneralRe: HWND of app Pin
peterchen25-Apr-04 8:06
peterchen25-Apr-04 8:06 
GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 16:10
Prakash Nadar25-Apr-04 16:10 
GeneralRe: HWND of app Pin
Maxwell Chen25-Apr-04 16:25
Maxwell Chen25-Apr-04 16:25 
GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 16:34
Prakash Nadar25-Apr-04 16:34 
GeneralRe: HWND of app Pin
Maxwell Chen25-Apr-04 16:53
Maxwell Chen25-Apr-04 16:53 
GeneralRe: HWND of app Pin
Prakash Nadar25-Apr-04 18:43
Prakash Nadar25-Apr-04 18:43 
Questionhow to left circular shift ? Pin
Marco M.25-Apr-04 7:14
Marco M.25-Apr-04 7:14 
AnswerRe: how to left circular shift ? Pin
Mike Nordell25-Apr-04 7:30
Mike Nordell25-Apr-04 7:30 
GeneralGetActivedocument, debug, release Pin
Anonymous25-Apr-04 6:53
Anonymous25-Apr-04 6:53 
GeneralRe: GetActivedocument, debug, release Pin
Mike Dimmick25-Apr-04 9:31
Mike Dimmick25-Apr-04 9:31 
GeneralCreating a log file Pin
Mortis25-Apr-04 6:35
Mortis25-Apr-04 6:35 
GeneralRe: Creating a log file Pin
peterchen25-Apr-04 10:17
peterchen25-Apr-04 10:17 
GeneralRe: Creating a log file Pin
f6425-Apr-04 11:17
f6425-Apr-04 11:17 
GeneralRe: Creating a log file Pin
Jason Henderson25-Apr-04 18:27
Jason Henderson25-Apr-04 18:27 
GeneralRe: Creating a log file Pin
Mortis25-Apr-04 23:56
Mortis25-Apr-04 23:56 
Generalterminating processes Pin
Ryan McDermott25-Apr-04 5:16
Ryan McDermott25-Apr-04 5:16 

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.