Search found 39 matches: librar

Return to advanced search

Re: PageBreak

how I must active this data from Pagebreack ? If I insert :lShowPageBreak := .T. then all :lShowPageBreak are true METHOD PageBreak() INLINE REPageBreak( ::hWnd ) I think we must change REPageBreak( ::hWnd ) it must draw a graphic line on richedit control with a symbol then the user can erase it as ...
by Silvio.Falconi
Wed Jun 29, 2016 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PageBreak
Replies: 3
Views: 612

Re: Reemplazar celdas en hoja Excel desde otra hoja

Francisco, no tengo referencias sobre la velocidad, pero esto me devuelve la celda en la que se encuentra el valor buscado https://msdn.microsoft.com/es-es/library/office/dn301006.aspx https://s31.postimg.org/ugf08t4pn/0058.png El formato que tiene la tabla de 237 lineas es: A B C D ...
by cnavarro
Fri Jun 17, 2016 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazar celdas en hoja Excel desde otra hoja
Replies: 9
Views: 1369

Re: Windows Toast notifications - second try

Antonio :shock: lo conseguiste :D . Lo he mirado ayer y el código no estaba al alcance para mi . :( Aprobecho el post para preguntar ? en la busqueda de entender el codigo he llegado aqui https://msdn.microsoft.com/es-es/library/windows/apps/mt186421 ¿ como queda realmente WinRt con la salida del ap...
by mastintin
Tue Apr 19, 2016 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23516

Re: Toast Alert vs (my) TdesktopAlert

yes of course, but on the first page I see this : https://i-msdn.sec.s-msft.com/dynimg/IC601607.png but it is that of Microsoft say but on another guide I saw there are buttons and setup, and the toast come in with animation https://camo.githubusercontent.com/4ab0b856...
by Silvio.Falconi
Sat Apr 02, 2016 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2908

Re: Toast Alert vs (my) TdesktopAlert

Silvio, yes, you are right if you use style office 2007 As we have commented by mail, to the TToast class still has some things to improve Your class is very good and I like it a lot too, but, I followed these instructions There are really only 4 styles notification https://msdn.microsoft.com/es-es/...
by cnavarro
Fri Apr 01, 2016 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2908

GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?

Pues en mi lucha con las DLL32 FUNCTION y los BEGINDUMP/ENDDUMP cada vez lo tengo menos claro. Llevo tiempo persiguiendo desarrollar al completo la función GetAdaptersInfo y con DLL32 me da como resultado nil y con #PRAGMA me da 0 pero no me funciona en ambos casos. Código con DLL32: DLL32 FUNCTION ...
by JmGarcia
Mon Mar 21, 2016 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?
Replies: 12
Views: 2175

Re: Borland7 versus VisualStudio

Tratando de "wrapear" la función GetBinaryType me encuentro con el problema de no poder definir "un puntero a long o dword" para pasar una variable por referencia. Para strings existe y es la constante LPSTR. Mirando los ficheros DLL.CH he encontrado las constantes para ello: #if...
by JmGarcia
Wed Mar 16, 2016 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9473

Re: Dibujar un Poligono

Si puedes disponer de los puntos de los vértices puedes usar la function PolyPolygon incluida en Fw

https://msdn.microsoft.com/en-us/librar ... 18(v=vs.85).aspx

Qué datos vas a tener inicialmente?
by cnavarro
Sat Oct 24, 2015 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dibujar un Poligono
Replies: 6
Views: 851

Re: ComboBox

Carlos #define WS_EX_LEFTSCROLLBAR    0x00004000  https://msdn.microsoft.com/es-es/library/windows/desktop/ff700543(v=vs.85).aspx Saludos CNavarro, si Carlos usara un editor de recurso como Pelles C, se evitaria todo eso, pero bueno, ni modo, entre gustos y colores... aprovechando que comentastes a...
by joseluisysturiz
Mon Aug 24, 2015 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ComboBox
Replies: 36
Views: 5028

Re: ComboBox

Con el Pelles C lo puedes hacer asi, te anexo imagenes, gracias, saludos... :shock: Si te refieres a esto...esta probado en mi sistema, la primera imagen es de mi sistema, no el previo de pelles c. Aca esta como se hace con los parametros de windows, Extended Window Styles WS_EX_LEFTSCROLLBAR Places...
by joseluisysturiz
Mon Aug 24, 2015 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ComboBox
Replies: 36
Views: 5028

Re: How many INDEX can create ON MySql and How to use it?

Dutch There is no right or wrong way to work with SQL. If you feel comfortable using AdoRdd and .dbf syntax .. you can do that. If you want to use the Microsoft ADO Class and methods you can do that as well or the FW_xx wrappers that use the ADO Class in easy to use functions or you can do it the ma...
by Rick Lipkin
Sat Jun 27, 2015 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2468

ListView: the Revenge...

Dear Freinds, I saw on Msdn Listview class can have Report list LVS_REPORT with configurated LVCOLUMN https://msdn.microsoft.com/en-us/library/windows/desktop/bb774743%28v=vs.85%29.aspx I saw also we can edit the caption directly on listview class with LVS_EDITLABELS https://msdn.microsoft.com/en-us...
by Silvio.Falconi
Mon Jun 22, 2015 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListView: the Revenge...
Replies: 1
Views: 381

Re: Problem with Listview

to make a preview for each file I need IPreviewHandler https://msdn.microsoft.com/en-us/librar ... 15(v=vs.85).aspx
but I not Know how use it on TListview Item class
Any solution please
by Silvio.Falconi
Sat Jun 13, 2015 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Listview
Replies: 13
Views: 5644
PreviousNext

Return to advanced search