Hi,
I'm looking for a web browser control to use in my MFC application for WinCE.
something similar to CWebBrowser2 available on windows.
Does anyone know if such a control exist?
thanks
hi,
I'm developping a pocket pc application using evc and
I was wondering if there's a way that I can define my own events for notification and sounds.
I noticed that in the registry under ControlPanel\Notification there are some event names that would appear when the user enters...
instead of "this" u should have a pointer to the edit itself
in your code you are asking GetDlgCtrlID to return the id of your dialog and not that of the edit
hi,
where can I find ActiveX controls for windows CE?
what I need is a rich edit control.
I know that there's a Rich Textbox control for Win32, is there an equivalent for it for wince?
thanks
hi,
I'm developping an MFC application for pocket pc
and I need an edit control that supports font and text color. Since CRichEditCtrl is not supported on winCE, does anyone have an idea where can I might find a substitute?
Is there any activeX control that might do the job?
if so, where can I...
hi,
actually what I'm trying to do is detect if applicationA is running and end it.
From applicationB I need to call FindWindow providing the class name of the main window of applicationA, get it's handle and post a WM_DESTROY message.
Therefore I need to register my class with a specific...
Hi,
I have a CListCtrl (report style) in a dialog box. Each Item is inserted with a specific image.
I have come across this weird behaviour, and hope someone might be able to explain it to me:
if I select an item from the list when previously the focus was on another control, only the text is...
thanks for your help,
however I tried both solutions and none of them solved the problem.
As a matter of fact I also noticed that whether I free the data or not all calls to GlobalAlloc return the same handle (the same pointer is always returned by GlobalLock)
is it possible for the system to...
hi,
I'm trying to implement drag and drop property in my dialog based application,
by using COleDropTarget and COleDataSource.
OnBeginDrag I allocate global memory, cache global data and call DoDragDrop
HANDLE hdata = GlobalAlloc ( GPTR, sizeof ( TVITEM ) ) ;
TVITEM *pItem = ( TVITEM* )...
hi,
I have a CRicheditCtrl and a CListCtrl on a dialog.
what I'm trying to do is drag an item from a CTreeCtrl placed on another dialog onto either the list or the richedit.
As far as the list is concerned I have overriden the OnDragOver, OnDragEnter and OnDrop functions of COleDropTarget.
I...
hi,
I'm trying to sort the items in a CListCtrl.
I followed the instructions of the MSDN documention.
I wrote a callback function
static int CALLBACK MyCompareProc(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort)
{
CListCtrl* pListCtrl = (CListCtrl*) lParamSort;
CString strItem1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.