개발자 일기

SIP에 닫기버튼 하나 다는데,,

욱_스 2008. 5. 20. 01:16


SIP 부분 중, 숨겨져 있는 부분을 찾아내려고 반나절 소모;;
업체에서 key event가 씹힌다고 해서,
찾아 보고 mail 회신한다음.
갑자기 SIP 부분에 불편한 점이 보여
수정하고 싶다는 생각에 일명. 삽질을 한참...
(어차피 제품 완성도에 기여하는 작업이지만,,,)
누가 좀 찾아 놓은게 없을까 -.-;;;


KNOW HOW,

       vs

KNOW WHERE.
 


--------------------

부모 핸들을 구한 다음 윈도우 모양을 재정의하는 것으로 간단히 바꿔줬다,

Re: Windows CE 5.0 SIP Without Title Bar

--------------------------------------------------------------------------------

From: "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
Date: Thu, 23 Feb 2006 09:21:09 -0700

--------------------------------------------------------------------------------
Well, it's WS_CAPTION that puts the title bar there. You might try, in the
Select() method, removing that from the parent window passed by the SIP
driver. I can't promise that it will work, though. Remember that your SIP
is really just creating the child window of a frame window created outside
of your code.

Paul T.

"Shup" <Shup@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8CA8D969-FACC-458B-830D-18A6763E9BC7@xxxxxxxxxxxxxxxx

Hi...

I've designed a SIP Keyboard for Windows CE that is working fine, but one
of
the requirements is that the "Title Bar" on the SIP Keyboard must be
removed...

Can anyone please tell me whether this is at all possible... I tried
creating the SIP window using WS_POPUP, that just makes the whole thing
act
beserk...

Thanks

--
Shup