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 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...
...should be sorted.
I trapped the LVN_COLUMNCLICK notification and in the hadling function i put the following:
void CMyDlg::OnColumnclickList(NMHDR* pNMHDR, LRESULT* pResult)
{
NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;
nSortedCol = pNMListView->iSubItem;
//nSortedCol is a static...
...should be sorted.
I trapped the LVN_COLUMNCLICK notification and in the hadling function i put the following:
void CMyDlg::OnColumnclickList(NMHDR* pNMHDR, LRESULT* pResult)
{
NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;
nSortedCol = pNMListView->iSubItem;
//nSortedCol is a static...
if your radio buttons are grouped, than assign a member variable to the radio that has the group option set (in the resource editor).
this variable is an integer , u can assign values to it from 0 to 4 (if 0 the first radio is selected, if 1 the second and so on).
you need to do the assigning in...
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.