Search found 27 matches: mfc

Return to advanced search

Re: align get

... you can indeed change the alignement of an edit control at runtime. It works, therefore this blog entry is wrong. ————————————– I wrote an MFC dialog with two buttons to modify the style of the edit control. here are the message handlers: void CTestEditDlg::OnBnClickedButton1() { m_TestEdit.ModifyStyle( ...
by Antonio Linares
Mon Aug 22, 2016 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: align get
Replies: 13
Views: 2078

Re: Ver PDF dentro de la aplicación

Chrome MFC ...

https://github.com/VladimirRybakov/cef-mfc

más cerca aun! Un control TCef no estaria mal :)
by Carlos Mora
Fri Jun 24, 2016 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ver PDF dentro de la aplicación
Replies: 60
Views: 20455

Re: FWH 16.03 32 BIT

Antonio, I think there is an option in application project properties, General. Use of MFC option "Use Standart Windows Libraries" needs dll. I have tried "Use MFC in a Static Library" Error list is below. 1>     Creating library C:\PrgW\Icra\IcraW.lib ...
by Horizon
Mon May 09, 2016 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 25336

Re: To save an image [Solved]

... Linking errors *  " pMsgWnd points to CWnd that will receive message when bitmap is completed;" The MFC code used to perform the calculations in a thread apart. It is multithreaded, it would have to adapt to not use threads and you can dispense with ...
by mastintin
Mon Nov 09, 2015 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7788

Re: To save an image [Solved]

... CWnd * pMsgWnd, UINT nMaxColors = 256,        UINT message = QM_COLORQUANTIZER); the class CWnd is used. It belongs to MFC. But we don't have MFC in BCC. Or at least I can't find it. :-( EMG
by Enrico Maria Giordano
Sun Nov 08, 2015 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To save an image
Replies: 52
Views: 7788

Re: Visual Studio 2013 question (solved)

http://helgeklein.com/blog/2010/03/how-to-enable-drag-and-drop-for-an-elevated-mfc-application-on-vistawindows-7/ This does not (yet) work for Windows 8. Does anyone have a solution for this ? http://stackoverflow.com/questions/8239271/uac-elevation-does-not-allow-drag-and-drop ...
by Antonio Linares
Sun Jun 01, 2014 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 question (solved)
Replies: 22
Views: 3747

Re: Visual Studio 2013 question (solved)

... 64 bits apps, no idea why it is allowed on 32 bits apps): http://helgeklein.com/blog/2010/03/how-to-enable-drag-and-drop-for-an-elevated-mfc-application-on-vistawindows-7/ So, following that post I have modified FWH DragAcceptFiles() this way: HB_FUNC( DRAGACCEPTFILES ) // ( hWnd, ...
by Antonio Linares
Sun Jun 01, 2014 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 question (solved)
Replies: 22
Views: 3747

Re: Windows 8, FWH, and the future of programming

... true GEM they have in the Windows API (WIN32)? The Windows development world has moved from framework to framework over the years, starting with MFC to todays .NET. Yet software doesn't get better and better, but it is getting more bloated and resource hungry and actually slower. Yet I deal with ...
by modicr
Sat Mar 31, 2012 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8, FWH, and the future of programming
Replies: 10
Views: 3960

Re: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?

James, it seems, Fonts can be different : MFC Library Reference CDialog::MapDialogRect Call to convert the dialog-box units of a rectangle to screen units. Copy void MapDialogRect( LPRECT lpRect ) const; Parameters lpRect Points to a RECT structure ...
by ukoenig
Mon Aug 16, 2010 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to calc. Right/Bottom Btn-Pos on diff. Dlg-Sizes ?
Replies: 17
Views: 5634

Re: sumatraPDF ( SOLUCIONADO )

La solucion es SACANDO UN POCO DE CARACTERES a la impresora
BROTHER MFC-240 USB a BROTHER MFC-240 y luego volver a instalar la impresora en las estaciones

para quien le sirva
by Patricio Avalos Aguirre
Thu Nov 12, 2009 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sumatraPDF ( SOLUCIONADO )
Replies: 1
Views: 1275

Re: How to auto open an Internet connection

Only as an information that the setup of the handy is correct.

I tested with the CMHELPER sample (cpp) from Mobile 6 SDK.
This sample opens the connection.
Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\MFC\CMHELPER

Best regards,
Otto
by Otto
Tue Oct 13, 2009 8:24 am
 
Forum: FiveWin for Pocket PC
Topic: How to auto open an Internet connection
Replies: 10
Views: 2084

Re: Abrir internet Explorer con Activex

... Pocket Internet Explorer , your control must implement the IObjectSafety interface in your control. Here's an article showing how to do it in an MFC ActiveX project: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaxctrl/html/msdn_signmark.asp
by Silvio
Thu Aug 13, 2009 3:21 pm
 
Forum: FiveWin para Pocket PC
Topic: Abrir internet Explorer con Activex
Replies: 7
Views: 1363

Re: imprimir en una pidion BIP-1300

Pedro en tu archivo de compilacion tienes el siguiente include

/I"C:\Programmi\Windows CE Tools\wce400\STANDARDSDK\Mfc\Include"

es necesario eso ahi que archivos tienes ??
saludos

Wilson
by wilsongamboa
Wed Jun 24, 2009 3:23 pm
 
Forum: FiveWin para Pocket PC
Topic: imprimir en una pidion BIP-1300
Replies: 38
Views: 26068

Wireless signal strenght

To all, The CWifiPeek class does all the Wifi query stuff. It can be used in non-MFC applications, too. You have to add CWifiPeek.h and CWifiPeek.cpp to your project. http://www.codeproject.com/KB/mobile/PeekPocket.aspx I downloaded the vp++ - project ...
by Otto
Sun May 24, 2009 6:48 am
 
Forum: FiveWin para Pocket PC
Topic: Wireless signal strenght
Replies: 1
Views: 541
Next

Return to advanced search