Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.
Dream bigger... Do bigger...Expect smaller aji
Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.
Dream bigger... Do bigger...Expect smaller aji
Hi, Can u please help me.. i declared a call back function as static int CALLBACK CalBckFun( int param );
now please tel me that how can i call this call back function.
Dream bigger... Do bigger...Expect smaller aji
Hi all, Pls help me... i don't know how to write a call back function. anybody please tel me with any example please or give any suitable links
Dream bigger... Do bigger...Expect smaller aji
Ok..Now no need to any reply for me. I solved it. I tried RemovePage of Sheet.:laugh:
Dream bigger... Do bigger...Expect smaller aji
Hi all, Please any body tel me how to hide a tab control from the property sheet. I tried GetTabControl()->ShowWindow(SW_HIDE); But when executing this all the tab control of the sheet goes to hide. But i want to hide a single tab control. Please tel me anybody knows it.:)
Dream bigger... Do bigger...Expect smaller aji
hi, when it is tried to move the child dialog using mouse, normaly it will move outside of the parent dialog. But i want to restrict it with in the cordinates of the parent window. do you have any idea???:)
Dream bigger... Do bigger...Expect smaller aji
Hi alll, I have a requirement to restrict the child dialog movement with in the paren window. Please help me if any one knows the way.:)
Dream bigger... Do bigger...Expect smaller aji
No... I want to do it through my code. If the Text size is greater than the static control size, i need to split the text in to two line. Hope you understand my requirement. :)
Dream bigger... Do bigger...Expect smaller aji
Hi all, How can i give multi line support for CStatic control? Please help me.:doh:
Dream bigger... Do bigger...Expect smaller aji
I thing VC Service Pack 5 is needed for this.
Dream bigger... Do bigger...Expect smaller aji
For edit box in onctlcolor OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { if( CTLCOLOR_EDIT == nCtlColor ) { pDC->SetBkColor( RGB(250, 0, 0 )); }:) }
Dream bigger... Do bigger...Expect smaller aji
Hi alll, I want to disable a particular tab of my property page...:doh: how can i do this????:doh: anybody plss help me..:)
Dream bigger... Do bigger...Expect smaller aji
Yaa...Need to handle WM_SIZE too:)
Dream bigger... Do bigger...Expect smaller aji
I did this by ticking the check box Owner Draw Fixed. Is there any other method?? OR how can i load the images to list box from a folder that specified by me????:sigh:
Dream bigger... Do bigger...Expect smaller aji
Try with this WINDOWPLACEMENT WndpObj; WndpObj.ptMinPosition = CPoint( 25, 25 ); Fill other parameters. refer http://msdn2.microsoft.com/ko-kr/library/kb89946z.aspx[^] then call SetWindowPlacement( &WndpObj );
Dream bigger... Do bigger...Expect smaller aji
hi all i want to load images :sigh: which is in a folder to the list box. Some one Please help me :)
Dream bigger... Do bigger...Expect smaller aji
:):cool:
Dream bigger... Do bigger...Expect smaller aji
toxcct wrote:
TestStr* pTS;pTS->m_str = _T("Hello");
this time to what :doh:pTS
is points to????:confused:
Dream bigger... Do bigger...Expect smaller aji
Then how do you want to create the struct???:confused:
Dream bigger... Do bigger...Expect smaller aji
struct TestStr { CString string; }; TestStr* Struct = new TestStr; Struct->string = "String";
did u try like this?????:) else try like this:-D :cool:
Dream bigger... Do bigger...Expect smaller aji