topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
clase txtprev | Saben sii esta función trabaja con xharbour, ya que presenta el preview pero vacío
Luis |
clase txtprev | Hola
Yo la utilizo y funciona perfectamente
Una vez tuve un problema parecido, y el error era que la carpeta donde estaba tenia mas de 8 caracteres, eso es por que hay un archivo bat que entra un commando DOS
Saludos
Patricio |
clase txtprev | Gracias Patricio, no era ese el error, pero tu comentario me hizo revisar el código, y ahí me dí cuenta que había cambiado la clase tdosprn (modificada por Hernán Cicarelli) por la original de fivewin y dambié los parámetros y funcionó bien
Luis |
clase wcapture | Hola foro,
1.alguien que me pudiera facilitar esta clase twcapture,
2. hace tiempo vi una funcion (creo en superlib) que me permitia de un texto dividirlo con algun caracter especifico, por ej:
"francisco" y me lo ponia "f.r.a.n.c.i.s.c.o." o alguna idea
salu2
paco |
clase wcapture | Paco:
Aquí en utilidades esta la clase tCapture de Rafa Carmona
quizás sea la que buscas.
Saludos
Ruben Fernandez. |
clase wcapture | gracias ruben,
pero esta no es la clase, esta es tcapcapture, y yo busco twcapture, para capturar las ventanas abiertas
salu2
paco |
clase wcapture | Paco:
Aqui en el foro hay un link para una clase wcapture
Espero te sirva, no se si es para 32 bits.
<!-- m --><a class="postlink" href="http://hyperupload.com/download/012fe51f35/wcapture.zip.html">http://hyperupload.com/download/012fe51 ... e.zip.html</a><!-- m -->
Saludos.
Ruben Fernandez |
clase wcapture | perfecto ruben,,
gracias
paco |
clases... | hola
necesito completar estos datos y acceder a ellos desde varias clases (para no usar variables globales)
[code=fw:32iyjb6x]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">class</span> TDatos<br /> <span style="color: #00C800;">data</span> nId<br /> <s... |
clases... | les dejo un proyecto vacio
[url:1hv67fjt]https://drive.google.com/file/d/15z0bbDLeG0844KWZp2LVy1UNAhftmJD-/view?usp=sharing[/url:1hv67fjt] |
clases... | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=231817#p231817">viewtopic.php?p=231817#p231817</a><!-- l --> |
clases... | password.prg
[code=fw:1188qt5b]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"Objects.ch"</span><br /><br />create <span styl... |
class Outlook 2003 | Dear Antonio,
I saw your outlook 2003 class and I want ask you if is possible to insert a splitter here :
[img:2tfsyyer]http://img160.imageshack.us/img160/4180/outlook2003bu6.jpg[/img:2tfsyyer]
because I saw another VB class with splitter |
class Outlook 2003 | Silvio,
We may simulate it, because if we use a real splitter control then we may need two controls: one for the top side and another for the bottom side. |
class Outlook 2003 | Antonio,
the top control must be link to the bottom control if i click a menu must open the components of this option.
it is difficult add a splitter into your control?
why you not try to see vb and dElphi oulook controls to see how run it? |
class Outlook 2003 | Silvio,
We don't need a real splitter there. We need a "simulated" one, same as we resize a browse columns. |
class Outlook 2003 | ok, but I not Know how make it ... |
class Outlook 2003 | Silvio,
Please review source\classes\wbrowse.prg and see how columns are resized |
class Outlook 2003 | Antonio
i saw you can insert dialog on outlook2003
but i want insert on the right a Xbrowse with a tab (on bottom)
it'is possible to create it ? |
class Outlook 2003 | Silvio,
Yes, or course.
Is it a MDI or SDI environment ? |
class Outlook 2003 | I wanted make a Mdi |
class Outlook 2003 | i try but it make error
[code:15x5ik90]
Error description: Error BASE/1004 Message not found: TXBROWSE:AWND
Called from: tobject.prg => TXBROWSE:ERROR(172)
Called from: tobject.prg => TXBROWSE:MSGNOTFOUND(205)
Called from: tobject.prg => TXBROWSE:... |
class Outlook 2003 | Silvio,
If you are going to use a MDI environment, it has no sense to place a browse on top of the main screen. Instead you should use a MDICHILD window.
Please review samples\Test2003.prg |
class Outlook 2003 | I not understand |
class Outlook 2003 | Silvio,
Where are you going to place the OutLook control ?
On the main window or on a MdiChild window ? |
class Outlook 2003 | sorry I saw... |
class TDatabase and ADO | Hello,
Works this class with ADO?.
I have to convert an old program that uses TDatabase.
Thank you very much. |
class TDatabase and ADO | Lucas,
Class TDataBase does not provide ADO support currently, but it would be quite easy to create an inherited Class from TDataBase to support ADO.
As I commented you, I am working on a project using ADO only, so actually I am focused on testing everything to get it working fine, and once the ADO code is fine, we c... |
class TDatabase and ADO | Thank you Antonio.
The presence of the method Execute for SQL confused me.
Anyway, I will rewrite the code using TDataRow, which is beautiful and very powerful and easy to use.
It would be interesting to update the ADO topic in the wiki adding the post from Elvira and latest samples provided by Mr. Nages.
Thank yo... |
class TDatabase and ADO | Lucas,
Would you like to update the wiki yourself ? thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2kybgt63]http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs[/url:2kybgt63] |
class TDatabase and ADO | Lucas,
You are right, Rao enhanced the Class TDataBase to have some ADO support, but it is not fully ADO compatible yet. |
class TDatabase and ADO | Antonio,
What is the problema with TDataRow class?.
It is finished and it Works perfect. It is not a replacement for TDatabase, but it helps very much introducing data to the Recordset and with the use of dialogs too:
The class is very powerfull and saves a lot of coding. For example:
[code=fw:34y8v854]<div class="... |
class TDatabase and ADO | Lucas,
No hay ningún problema con ella <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Lo que ocurre es que Rao lleva más tiempo usando ADO y ya está encapsulando funcionalidad en las nuevas funciones de ADO y en esa clase, pero para mis pruebas con ADO de momento prefier... |
class TDatabase and ADO | TDataRow class was not meant to be just for ADO.
It is also not meant to serve the purpose of TDatabase class for ADO.
TDataRow is completely generic for any datasource, be it DBF, Ado, etc.
It is basically a class to handle Gather/Scatter mechanism to edit existing or new records and can be used transparently withou... |
class TDatabase and ADO | Rao,
I think that the Class TDataRow name is little confusing, as James commented about it (not sure if he was who did it)
Maybe TRecord would be easier to understand it ? I admit that I am not used to this great Class from Rao yet |
class TDatabase and ADO | Sample:
[code=fw:pbwzjozu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />* tstdrow.prg<br />* test TDataRow usage<br />*<br />*/</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00... |
class TDatabase and ADO | [quote="Antonio Linares":2lh1gbhv]Rao,
I think that the Class TDataRow name is little confusing, as James commented about it (not sure if he was who did it)
Maybe TRecord would be easier to understand it ? I admit that I am not used to this great Class from Rao yet[/quote:2lh1gbhv]
When I started drafting the class,... |
class TDatabase and ADO | Rao,
many thanks for the explanation <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
class TDatabase and ADO | [quote="lucasdebeltran":gpvcukms]Hello,
Works this class with ADO?.
I have to convert an old program that uses TDatabase.
Thank you very much.[/quote:gpvcukms]
You can write a small wrapper class for recordset with methods similar to tdatabase. |
class TDatabase and ADO | [quote:7ysxoso8]The presence of the method Execute for SQL confused me.
[/quote:7ysxoso8]
Please express your confusion. We try to clarify to extent we know. |
class TDatabase and ADO | Mr. Nages,
Thank you, all is clear by now.
The present code uses for example Database:save(), :recno(), or :eof() methods.
But I can rewrite the code and use TDataRow, no problem. |
class TDatabase and ADO | Antonio, Lucas.
Hace unos 2 años intente hacer una tAdoBase, quedo bien adelantada, la use sin problmas en al menos 2 proyectos, deseche su continuacion por problemas de conocimientos y para agunas tareas me era mas comoda la tDolphin que mi propia clase, especialmente la complementacion con xbrowse.
Aun tengo los fu... |
class TDatabase and ADO | Adolfo,
Muchas gracias por tu ofrecimiento <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Si eres tan amable de publicarla aqui, asi podremos revisarla entre todos, gracias! |
class TDatabase and ADO | Antonio
Aqui lo hecho hasta el momento.
[url:3qaya4g6]https://www.dropbox.com/s/r84z8srz4mcee21/ADOBASE.rar[/url:3qaya4g6]
Es de uso publico, si alguien la mejora, bienvenido y que solo comente los arreglos.
Saludos |
class activex | A my friend sad me he in c++ to load an activex use the atl.dll Why we not use this library on tactivex class ? |
class activex | Silvio,We don't need it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
class to make Report with tdatabase | Silvio,
I was just saying that if you try to print past the margin you could get a page feed, and thus a blank page. Just a thought. Easy to test. |
class to make Report with tdatabase | I tried to make a report with tdatabase and I have this error
[code=fw:5y2gjnsy]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"r... |
class to make Report with tdatabase | Mira si ayuda
[code=fw:iczdsy2g]<div class="fw" id="{CB}" style="font-family: monospace;">********************<br />*IMPRIME EN PANTALLA<br />********************<br />PROC pIPCaj<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">local</span> oReport... |
class to make Report with tdatabase | STRANGE.....
this morning I add
DEFINE PEN ::oPen1 WIDTH 1 COLOR CLR_HGRAY
DEFINE PEN ::oPen2 WIDTH 1 COLOR CLR_BLACK
and
REPORT ::oReport ;
TITLE "ELENCO TARIFFE LISTINO ALTA STAGIONE" ;
FONT ::oFont ;
[b:3iivg31u] PEN :... |
class to make Report with tdatabase | It looks like the top and bottom margins may be set too narrow. |
class to make Report with tdatabase | I was not talking about the margins, I was talking about the fact that he first printed a page and a white page, then inserting the pages he printed part of the archive |
class tprinter and a dot-matrix printer | is it possible to print in text mode on a dot-matrix printer |
class tprinter and a dot-matrix printer | A customer of mine is using a old matrix-printer to print labels
Have a look at [color=#0000FF:2tz1srb6]TDOSPRN [/color:2tz1srb6]( source )
The following code will let you print directly to the printer from inside
any Fivewin program, like OLD DOS days. Those users that need DOS printing
speed can use this class inst... |
class tprinter and a dot-matrix printer | This is a sample for printing a invoice on a matrix printer. (the old way)
Maybe it has any use...
[code=fw:14t0h7jb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> druk_Ketting<span style="color: #000000;">(</span><span style="color: #000000;">)</span><... |
class xbrowse: suggestion for improvement | I have for some time been aware that when using the RddIncrFilter method, it made a preexisting filter be lost when changing the search filter, I made a change in the class I would like to share to check if it is the best solution and suggest that they implement it future versions of fwh.
Here is the suggested change ... |
class xbrowse: suggestion for improvement | Implemented in FWH 1905 |
class xbrowse: suggestion for improvement | [quote:2dkwiv0v]I have for some time been aware that when using the RddIncrFilter method, it made a preexisting filter be lost when changing the search filter, [/quote:2dkwiv0v]
This is an issue.
We can not use dbfilter() to combine the existing filter because, if the existing filter contains local variables, evaluatio... |
class xbrowse: suggestion for improvement | With your code, two problems are found.
1) When the filter is cleared backspace, the filter is not reset.
2) Most important is the runtime error when the existing filter contains local variables.
Please try this sample:
[code=fw:28pshwiz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00... |
class xbrowse: suggestion for improvement | We can not use DBFILTER() and that is proved in the above sample.
DBFILTER() returns the current filter string. What we need is the current filter codeblock. FWH1905 provides a new function FW_DBFILTERBLOCK() which returns the current filter codeblock.
Using this new function FWH1905 implements what you are looking fo... |
class xbrowse: suggestion for improvement | Thanks for the answer.
Can you implement a better solution for the future version of Fivewin?
I think you understood the problem well.
I do not feel able to change the class. |
class xbrowse: suggestion for improvement | Thank you! |
classe BUTTONBMP | Non ho a disposizione l'ultima versione di FIVEWIN (2.<!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> e tra
l'altro ho letto che questo problema è stato risolto nell'ultima
versione.
Semplicemente quando si utilizzano i metodi Enable() e Disable()
sulla classe BUTTONBMP, le imma... |
classe TWord | Feliz Año Nuevo a Todos!!
Porque no me funciona, necesito abrir un archivo de Word existente, hago lo siguiente y me arroja el siguiente error:
oWord = TOleAuto():New( "Word.Application" )
oWord:OpenDoc("Prueba.Doc")
OPENDOC: DISP_E_UNKNOWNNAME
y con:
oWord := TWord():New()
oWord:OpenDoc("Prueba.Doc")
oWord:Previ... |
classe TWord | Prueba esto
oWord:OpenDoc( DirDondeEstaElDocumento+"Prueba.Doc")
ó lo que sería lo mismo
oWord:OpenDoc( "C:\Docs\Prueba.Doc")
o como se quiera que se llame tu directorio donde está el archivo que quieres abrir. |
classe TWord | Gracias por tu respuesta fleal, pero no me funciono!!!, y por lo que estuve leyendo, la clase: oWord=TOleAuto():New( "Word.Application" ), es de xHarbour, y yo utilizo Harbour, y no doy con bola, si se trata de crear un nuevo documento, modificarlo, previzualizarlo e imprimirlo, no hay problema, el problema lo tengo cu... |
classe TWord | Revisa si el método New de tu clase es similar a este :
[code:1mcb5s09]METHOD OpenDoc( cNombreDoc ) CLASS TWord
local sal := .t.
::oDocs := ::oWord:Get( "Documents" )
if file( cNombreDoc )
::oActiveDoc := ::... |
classe TWord | Gracias Vickthor por contestar.
Pues no, es diferente en las Datas y los Methodos que llama la clase, que veo es modificada por Ti, serias tan amable de decirme si la puedo descargar de alguna parte o pasarmela a mi correo <!-- e --><a href="mailto:fco_ozuna@prodigy.net.mx">fco_ozuna@prodigy.net.mx</a><!-- e -->, te l... |
classe TWord | ¡listo el pollo!... Enviada a tu cuenta de correo. |
classe TWord | Vikthor,
Puedes publicarla en algún sitio, como <!-- w --><a class="postlink" href="http://www.hyperupload.com">www.hyperupload.com</a><!-- w --> para que la descargue quien la necesite ? gracias. |
classe TWord | Antonio :
Con mucho gusto, la voy a subir al sitio de DbWide que esta en <!-- m --><a class="postlink" href="http://vikthor.com.mx">http://vikthor.com.mx</a><!-- m -->
La clase funciona con xHarbour e ignoro si el código es complatible con Harbour.
Pero haciendo unos pequeños ajuste la clase debe ser compatible con ... |
classe treport HELP-ME | Amigos, estou com o seguinte problema: Utilizo a classe treport, acontece que tenho instalada uma hp 1410, configurei todos os relatórios em cima desta impressora, porém, acontece que ao instalar uma outra impressora, tipo uma HP + antiga ou uma Epson Lx 300, a configuração que eu tinha realizado nos meus PRGS não conf... |
classi per il palmare | Guida all'acquisto :
sono tutte compatibili le classi per il palmare cioè quelle di fwh oppure no ?
per esempio la tsbutton di mercado funziona sul palmare qualcuno ha provato ?
è stabile l'attuale versione di fwppc ?
qualcuno mi puo' inviare esempi exe con piu' controlli per rendermi conto
di persona ?
Grazie |
classi per il palmare | [quote="Silvio":3gkhuuar]Guida all'acquisto :
sono tutte compatibili le classi per il palmare cioè quelle di fwh oppure no ?[/quote:3gkhuuar]
No, solo quelle modificate per funzionare sul palmare, che non so esattamente quali siano. Tieni presente che stiamo parlando di una piattaforma diversa. Penso che consultando F... |
classi per il palmare | caro EMG io ancora non ho acquistato fwppc
Vorrei prima testare il prodotto prima di acquistarlo
per esempio io avrei un programma di gestione spiagge che devo inserire in un palmare almeno per quanto riguarda la situazione della spiaggia per far operare il bagnino per vedere quali ombrelloni sono occupati oppure libe... |
clause SELECT FOR in xbrowse | Hi,
The clause "SELECT cfield FOR xField in XBROWSE" does it work?
thanks |
clausola ACTION su com. BUTTON non accetta più di 1 funzione | Mi sono trovato ad utilizzare:@ 1,1 button "OK" ACTION miafunzione(),odlg:end()activate dialog oDLG Ma in fase di compilazione ho un syntax error nella riga del button, dipendente dal fatto che non può esserci più di una funzione indicata nella clausola ACTION. E quindi ho dovuto aggirare con:@ 1,1 button "OK" ACTION m... |
clausola ACTION su com. BUTTON non accetta più di 1 funzione | La stranezza è che funzioni con il REDEFINE BUTTON. Il modo standard per mettere più funzioni dove ne è richiesta una è di utilizzare le parentesi:[code:35ov58c3]ACTION ( miafunzione(), odlg:end() )[/code:35ov58c3]EMG |
clausola ACTION su com. BUTTON non accetta più di 1 funzione | Ok, grazie.Usavo quel modo perché ho trovato così alcuni esempi funzionanti del REDEFINE BUTTON su \FWH\SAMPLES.MT |
clausole When...Hide a size of Dialog - strange - RESOLVED | If I insert the "When" the procedure hide the dialog ...
[b:25be3s7z]before ( without when=2 )[/b:25be3s7z]
[img:25be3s7z]https://i.postimg.cc/SsztvXVr/before.png[/img:25be3s7z]
[b:25be3s7z]After with when =2[/b:25be3s7z]
[img:25be3s7z]https://i.postimg.cc/wB1W1yKp/after.png[/img:2... |
clausole When...Hide a size of Dialog - strange - RESOLVED | Can you post a small example?
¿Puedes publicar un pequeño ejemplo?
Regards, saludos. |
clausole When...Hide a size of Dialog - strange - RESOLVED | [quote="karinha":184ndtcw]Can you post a small example?
¿Puedes publicar un pequeño ejemplo?
Regards, saludos.[/quote:184ndtcw]
[b:184ndtcw]here[/b:184ndtcw] ( make the same also on win 10 ( this morning I had windowSeven )
[code=fw:184ndtcw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="... |
clausole When...Hide a size of Dialog - strange - RESOLVED | [b:16lbt69e]It make the same !![/b:16lbt69e]
and I Known why ....when I use the resource rc Manifest
I use that I found on fwh folder |
clausole When...Hide a size of Dialog - strange - RESOLVED | [quote="Detlef":20tmmxnm]Hi Silvio,
for me your sample is working fine. No missing elements if ' WHEN nRadio=2'.
The checkbox is properly enabled if I press the radio button 2 and also disabled when I press radio button 1.
I use Windows 10 and FWH 22.6
Regards, Detlef[/quote:20tmmxnm]
it run ok without xp manifest ... |
clausole When...Hide a size of Dialog - strange - RESOLVED | Hi Silvio,
for me your sample is working fine. No missing elements if ' WHEN nRadio=2'.
The checkbox is properly enabled if I press the radio button 2 and also disabled when I press radio button 1.
I use Windows 10 and FWH 22.6
Regards, Detlef |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio, here apparently it works very well. Test this version, and report if it doesn't work.
Estimado Silvio, aquí aparentemente funciona muy bien. Pruebe esta versión e informe si no funciona.
If I don't understand something, please explain in more detail.
Si no entiendo algo, por favor explíquelo con más det... |
clausole When...Hide a size of Dialog - strange - RESOLVED | I'm going to do a test with MANIFEST and if it works, I'll post it on my mega for you to download.
Voy a hacer una prueba con MANIFEST y si funciona, lo publicaré en mi mega para que lo descargues.
Regards, saludos. |
clausole When...Hide a size of Dialog - strange - RESOLVED | Perfecto, perfect!
[url:nr8alu8w]https://imgur.com/trCfAaG[/url:nr8alu8w]
[img:nr8alu8w]https://i.imgur.com/trCfAaG.png[/img:nr8alu8w]
Regards, saludos. |
clausole When...Hide a size of Dialog - strange - RESOLVED | I love FiveWin. Una Imagen habla por si. jajajajajaja.
[url:2pnaea0x]https://imgur.com/CzZ1Atb[/url:2pnaea0x]
[img:2pnaea0x]https://i.imgur.com/CzZ1Atb.png[/img:2pnaea0x]
Regards, saludos |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio, Download completo aqui:
[url:fogy0wry]https://mega.nz/file/dQ9WiB5I#3ZM5XASjhQoF0mPx8x7AKf1NISDH15ta9WhJpiPrbQk[/url:fogy0wry]
Perfecto, perfect.
[code=fw:fogy0wry]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\RADSILV.PRG - Camb... |
clausole When...Hide a size of Dialog - strange - RESOLVED | I use the manifest of fwh and not run
U are not using windows Seven or Windows 10
indeed your snapshot are on another operating system |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio:
Check with the FiveTech team, if they have another MANIFEST for Windows 10. Or is there any configuration missing in your Windows 10.
Consulte con el equipo de FiveTech si tienen otro MANIFEST para Windows 10. O si falta alguna configuración en su Windows 10.
Regards, saludos. |
clausole When...Hide a size of Dialog - strange - RESOLVED | [quote="karinha":3jtn9zi8]Dear Silvio:
Check with the FiveTech team, if they have another MANIFEST for Windows 10. Or is there any configuration missing in your Windows 10.
Consulte con el equipo de FiveTech si tienen otro MANIFEST para Windows 10. O si falta alguna configuración en su Windows 10.
Regards, saludos.[... |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio, I don't know. I don't work for FiveTech. I asked FiveWin Brasil to test your example on Windows 10. Let's wait. In the meantime, talk to the FiveTech team and report the problem.
Estimado Silvio, no sé. No trabajo para FiveTech. Le pedí a FiveWin Brasil que probara su ejemplo en Windows 10. Esperemos. Mie... |
clausole When...Hide a size of Dialog - strange - RESOLVED | I'm using the Winxp rmanifest ( folder fwh ) on Windows Seven and Windows 10
[b:n1716uva]xplook.rc[/b:n1716uva]
[code=fw:n1716uva]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #000000;">1</span> <span style="color: #000000;">24</span> <span style="color: #ff0000;">"WindowsXP.Manifes... |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio, you are really right, they are reporting on FiveWin Brasil that they have problems with MANIFEST with Windows 10 and Windows 11, and that Fivetech has not yet positioned itself on the matter. Please test this MANIFEST modified by Giovanny Vecchy and let us know what happens.
Estimado Silvio, tienes mucha ... |
clausole When...Hide a size of Dialog - strange - RESOLVED | [quote="karinha":q4asln5z]Dear Silvio, you are really right, they are reporting on FiveWin Brasil that they have problems with MANIFEST with Windows 10 and Windows 11, and that Fivetech has not yet positioned itself on the matter. Please test this MANIFEST modified by Giovanny Vecchy and let us know what happens.
Esti... |
clausole When...Hide a size of Dialog - strange - RESOLVED | this morning I not see the theme on Button class and i use windows 10 |
clausole When...Hide a size of Dialog - strange - RESOLVED | Dear Silvio, the same problem was reported by FiveWin Brasil staff. Talk to Mister Navarro to see if he can find a solution. Now, if it's a defect of Windows 10 and 11, I don't see a way out.
Estimado Silvo, el mismo problema fue informado por el personal de FiveWin Brasil. Habla con el señor Navarro para ver si puede... |
clausole When...Hide a size of Dialog - strange - RESOLVED | WINDOWS.MANIFEST
Silvio, Please: test with this model and report if anything changes:
Silvio, por favor: prueba con este modelo e informa si algo cambia:
[code=fw:2320cm0c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><?xml version=<span style="color: #ff0000;">"1.0"</span> encoding=<span style="co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.