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

C / C++ / MFC

 
GeneralRe: substring search Pin
Bob Stanneveld22-Jun-05 20:51
Bob Stanneveld22-Jun-05 20:51 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:18
David Crow23-Jun-05 4:18 
GeneralRe: substring search Pin
Bob Stanneveld23-Jun-05 4:24
Bob Stanneveld23-Jun-05 4:24 
GeneralRe: substring search Pin
David Crow23-Jun-05 4:31
David Crow23-Jun-05 4:31 
GeneralRe: substring search Pin
ThatsAlok23-Jun-05 18:21
ThatsAlok23-Jun-05 18:21 
GeneralRe: substring search Pin
David Crow24-Jun-05 2:31
David Crow24-Jun-05 2:31 
GeneralRe: substring search Pin
ThatsAlok24-Jun-05 2:57
ThatsAlok24-Jun-05 2:57 
GeneralDynamic Memory allocation and Real Time applications Pin
abc87622-Jun-05 19:13
abc87622-Jun-05 19:13 
GeneralRe: Dynamic Memory allocation and Real Time applications Pin
David Crow23-Jun-05 4:21
David Crow23-Jun-05 4:21 
Questionhow can i make invisible password to my prog.!! Pin
jemi jets22-Jun-05 18:45
jemi jets22-Jun-05 18:45 
AnswerRe: how can i make invisible password to my prog.!! Pin
Christian Graus22-Jun-05 19:13
protectorChristian Graus22-Jun-05 19:13 
GeneralRe: how can i make invisible password to my prog.!! Pin
jemi jets22-Jun-05 22:52
jemi jets22-Jun-05 22:52 
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 
Generalcorrection :Toolbar handler not invoked Pin
laiju22-Jun-05 18:21
laiju22-Jun-05 18:21 
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;
}

IF I close the child windows the handler works.The handler wont work if the child window is minimized or restored either.

laiju
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 

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.