Search found 28 matches: cfm

Return to advanced search

Re: Windows Metro UI

... According to some experts, Windows will decrease its market share below 60% in the next two years: http://eliax.com/index.cfm?post_id=9246 The truth is that still there are lots of Windows computers using XP. In my opinion Windows 7 is much better, but regarding Windows ...
by Antonio Linares
Sun Mar 11, 2012 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 19769

Re: Windows 8 - Metro Style Apps

Por si a alguien le interesa, este artículo me ha aclarado bastante el asunto: http://www.eliax.com/index.cfm?post_id=8953
by Manuel Aranda
Tue Sep 20, 2011 12:39 pm
 
Forum: Off Topic / Otros temas
Topic: Windows 8 - Metro Style Apps
Replies: 11
Views: 3305

TRichEdit

Hi Fivewin Experts, The following code returns the font effect status of selected text in richedit control: #pragma BEGINDUMP #include <Windows.h> #include <HbApi.h> #include <Richedit.h> HB_FUNC ( REGETCHARFORMAT2) { CHARFORMAT2 cf; cf.cbSize = sizeof (cf); cf.dwMask = CFM_SUBSCRI...
by ryugarai27
Mon Dec 06, 2010 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit
Replies: 0
Views: 463

Re: TRichEdit

Hi Stefan, Thanks for your help. I tried your code using the sample "testrich.prg" included in FWH\samples directory. However, REGetFormat2() always return the same result no matter if the selection has font effects (sup/sub) or has no font effects. Could it be that I'm using it incorrectl...
by ryugarai27
Mon Jul 05, 2010 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit
Replies: 6
Views: 1453

Nuevos conceptos

* Red Social Espontánea

* Realidad Aumentada

http://eliax.com/index.cfm?post_id=7564
by Antonio Linares
Sat Mar 20, 2010 10:17 pm
 
Forum: Off Topic / Otros temas
Topic: Nuevos conceptos
Replies: 1
Views: 619

Resaltado de sintaxis en estos foros

... para otros lenguajes, cuanquiera de estos: abap|actionscript|ada|apache|applescript|asm|asp|autoit|bash|blitzbasic|bnf|c|caddcl|cadlisp|cfdg|cfm|cpp-qt|cpp|csharp|css|c_mac|d|delphi|diff|div|dos|dot|eiffel|fortran|freebasic|fw|genero|gml|groovy|haskell|html|html4strict|idl|ini|inno|io|java|java5|js|latex|lisp|lua|m68k|matlab|mirc|mpasm|mysql|nsis|objc|ocaml-brief|ocaml|oobas|oracle8|pascal|per|perl|php-brief|php|plsql|python|qbasic|rails|reg|robots|ruby|sas|scheme|sdlbasic|smalltalk|smarty|sql|tcl|text|thinbasic|tsql|
by Antonio Linares
Sun Feb 15, 2009 3:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resaltado de sintaxis en estos foros
Replies: 1
Views: 450

Syntax highlight in these forums

... You can use other languages names, any of these: abap|actionscript|ada|apache|applescript|asm|asp|autoit|bash|blitzbasic|bnf|c|caddcl|cadlisp|cfdg|cfm|cpp-qt|cpp|csharp|css|c_mac|d|delphi|diff|div|dos|dot|eiffel|fortran|freebasic|fw|genero|gml|groovy|haskell|html|html4strict|idl|ini|inno|io|java|java5|js|latex|lisp|lua|m68k|matlab|mirc|mpasm|mysql|nsis|objc|ocaml-brief|ocaml|oobas|oracle8|pascal|per|perl|php-brief|php|plsql|python|qbasic|rails|reg|robots|ruby|sas|scheme|sdlbasic|smalltalk|smarty|sql|tcl|text|thinbasic|tsql|vb|vbnet|vhdl|visualfoxpro|winbatch|xml|xpp|xsl|z80
by Antonio Linares
Sun Feb 15, 2009 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Syntax highlight in these forums
Replies: 5
Views: 1994

HOWTO. Aplicacion como servicio.

... esta manera podemos mostrar nuestra ventana. Software para instalar el programa como servicio y más información; http://www.tacktech.com/display.cfm?ttid=197 Con este zip es suficiente, no tienes que bajarte 12 megas del W2003 Server. Espero que os sea de utilidad.
by thefull
Mon Jun 16, 2008 1:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HOWTO. Aplicacion como servicio.
Replies: 3
Views: 694

Buenas,

de http://www.tacktech.com/display.cfm?ttid=197 os podéis descargar las aplicaciones INSTSRV.EXE y SRVANY.EXE del kit de recursos, necesarias para poder ejecutar una aplicación como servicio.

Saludos,

Félix
by Baxajaun
Tue Feb 06, 2007 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programa que trabaje como servicio
Replies: 10
Views: 2467

... file with a long path. If, for example the buffer they are putting the path into expects a legal file length. http://www.osronline.com/showThread.CFM?link=91868 The maximum length of a file/folder is a problem. Almost everything in Windows uses a MAXIMUM_FILENAME_LENGTH of 256 and MAX_PATH of ...
by modicr
Tue May 16, 2006 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in cGetFile()
Replies: 7
Views: 2043

Windows and Mac Intel

... next major release of Mac OS X, that will be previewed at Apple's Worldwide Developer Conference in August. http://www.techworld.com/news/index.cfm?newsID=5712&printerfriendly=1 Virtualisation software company Parallels said it will announce a virtualisation product for Intel-powered Macs, ...
by modicr
Wed Apr 05, 2006 3:51 pm
 
Forum: Off Topic / Otros temas
Topic: Windows and Mac Intel
Replies: 0
Views: 697

Enrico; Thank you for the tip. I seldom make any contributions. Below is what I wrote. That's my 2 cents. //----------------------------------------------------------------------------// HB_FUNC( HIGHLIGHTSELECTION ) { CHARFORMAT2 cfrm; memset( ( char * ) &cfrm, 0, sizeof( cfrm ) ); cfrm.cbSize ...
by reinaldocrespo
Sun Feb 05, 2006 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichtText Class
Replies: 2
Views: 814

Re: RichtText Class

Have a look at EM_SETCHARFORMAT message, SCF_SELECTION option and crBackColor field of CHARFORMAT2 structure (remember to set dwMask field to CFM_BACKCOLOR to activate crBackColor field).

EMG
by Enrico Maria Giordano
Sun Feb 05, 2006 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichtText Class
Replies: 2
Views: 814
Previous

Return to advanced search

cron