Click here to Skip to main content
15,905,144 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how can i make invisible password to my prog.!! Pin
khan++23-Jun-05 0:21
khan++23-Jun-05 0:21 
GeneralPassword encryption/decryption code in VC++ Pin
prjx22-Jun-05 18:40
prjx22-Jun-05 18:40 
GeneralRe: Password encryption/decryption code in VC++ Pin
ThatsAlok22-Jun-05 18:44
ThatsAlok22-Jun-05 18:44 
GeneralRe: Password encryption/decryption code in VC++ Pin
Anonymous23-Jun-05 0:27
Anonymous23-Jun-05 0:27 
GeneralRe: Password encryption/decryption code in VC++ Pin
ThatsAlok23-Jun-05 0:35
ThatsAlok23-Jun-05 0:35 
GeneralGet the MACAddress from the computer Pin
akayoku22-Jun-05 18:22
akayoku22-Jun-05 18:22 
GeneralRe: Get the MACAddress from the computer Pin
ThatsAlok22-Jun-05 18:36
ThatsAlok22-Jun-05 18:36 
GeneralToolbar handler not invoked Pin
laiju22-Jun-05 18:16
laiju22-Jun-05 18:16 
I have addded a toolbar in the OnCreate method of CMainFrame as below

if (!m_UICtrlsBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_RIGHT
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_UICtrlsBar.LoadToolBar(IDR_TOOLBAR_DRAW))
{
TRACE0("Failed to OSD Controls ToolBar\n");
return -1;
}

But the handlers for this toolbar wont work when child windows are restored or maximized. In other words - in the presence of child view windows the message handler for the toolbar is not invoked. IF I minimize/close the child windows the handler works.I have posted this several times.I am still unable to figure out the actual problem.
Please let me know if my problem is not clear.

laiju
Generalcorrection :Toolbar handler not invoked Pin
laiju22-Jun-05 18:21
laiju22-Jun-05 18:21 
GeneralRe: correction :Toolbar handler not invoked Pin
Jose Lamas Rios23-Jun-05 2:50
Jose Lamas Rios23-Jun-05 2:50 
GeneralRe: correction :Toolbar handler not invoked Pin
laiju23-Jun-05 3:18
laiju23-Jun-05 3:18 
GeneralRe: correction :Toolbar handler not invoked Pin
Jose Lamas Rios23-Jun-05 4:11
Jose Lamas Rios23-Jun-05 4:11 
Generalavtive X Pin
_tasleem22-Jun-05 18:03
_tasleem22-Jun-05 18:03 
GeneralRe: avtive X Pin
Robsori22-Jun-05 21:37
Robsori22-Jun-05 21:37 
GeneralBitBlt is not working in Service Pin
vegeakhil22-Jun-05 17:58
vegeakhil22-Jun-05 17:58 
GeneralRe: BitBlt is not working in Service Pin
John R. Shaw22-Jun-05 18:07
John R. Shaw22-Jun-05 18:07 
GeneralRe: BitBlt is not working in Service Pin
ThatsAlok22-Jun-05 18:18
ThatsAlok22-Jun-05 18:18 
GeneralRe: BitBlt is not working in Service Pin
vegeakhil23-Jun-05 5:00
vegeakhil23-Jun-05 5:00 
GeneralRe: BitBlt is not working in Service Pin
vegeakhil23-Jun-05 5:02
vegeakhil23-Jun-05 5:02 
GeneralRe: BitBlt is not working in Service Pin
vegeakhil23-Jun-05 18:13
vegeakhil23-Jun-05 18:13 
Generalprintf(...) clone Pin
Weiye Chen22-Jun-05 17:49
Weiye Chen22-Jun-05 17:49 
GeneralRe: printf(...) clone Pin
Christian Graus22-Jun-05 18:16
protectorChristian Graus22-Jun-05 18:16 
GeneralRe: printf(...) clone Pin
Weiye Chen22-Jun-05 19:57
Weiye Chen22-Jun-05 19:57 
GeneralRe: printf(...) clone Pin
John R. Shaw22-Jun-05 18:25
John R. Shaw22-Jun-05 18:25 
GeneralRe: printf(...) clone Pin
Weiye Chen22-Jun-05 19:42
Weiye Chen22-Jun-05 19:42 

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.