topic
stringlengths
1
63
text
stringlengths
1
577k
Assignment = or := ?
= is not a VB assignment style at all. It's the most widely used token for the assignment operator. And it's good style in xBase too. I can't see why to use the inline assignment operator in a statement like [code=fw:2fp8kkor]<div class="fw" id="{CB}" style="font-family: monospace;">a := <span style="color: #000000;">...
Assignment = or := ?
To be sure, use := always <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
Assignment = or := ?
Ok, so to be sure use always + because * is too complicated. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
Assignment = or := ?
Hello Enrico, Fivewin classes are my reference for good programming style. As I see that for the same assignment in different classes = and := are used I asked which is the right way. I personally prefer :=. Why context determining which is meant. Thanks again for your help. Best regards, Otto
Assignment = or := ?
Otto, We do prefer to use "=" unless ":=" (inline assignment) is required. Anyhow, both ways are valid, though "=" is simpler <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Assinador digital (firma digital)
Hola! Miro por ejemplo para la firma digital utilizando certificados A1 y A3. Gracuas. Rodrigo Melo Brasil
Assinador digital (firma digital)
[url:1ynudo0s]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=33214[/url:1ynudo0s]
Associate PDF file with browser
Hello, I searched and did not find a way to associate a PDF file with standard internet browsing, via programming, Anybody know ?
Associate PDF file with browser
Dear Ari, chatGPT answer: [quote:321hzdr6]You can use the Windows Registry to associate file extensions with default programs. Specifically, you'll need to modify the registry entry for the ".pdf" extension to associate it with a web browser. This can be done using the regedit command or programmatically through the W...
Associate PDF file with browser
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Chat is really good! thank you very much
Associate file
Hi, How can I associate a file extension with my piece of software we've written from inside our software?
Associate file
I also need it. Any idea how?
Associate file
it can be very good, can you make a test sample to use it ?
Associate file
[code=fw:95qbpzo4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Define</span> &nbsp;nCLASSES_ROOT &nbsp;<span style="color: #000000;">1</span><br /><br /><span style="color: #00C800;">LOCAL</span> aFileExt := <span style="color: #000000;">&#123;</span><span style="color: #ff00...
Associate file
Ammunez, Thanks, but This is not what I need. I want is to make the association between some types of files with my application. When the user makes a double click on the files, deploy my app. Any ideas?
Associated Application ICONS
We mostly produce serious business applications. I doubt if this topic be of much practical use. Nonetheless, it can be an interesting diversion. The idea is given any existing file, read the icon of the associated application and display. For example, if the file is "some.xlsx" display the icon of Excel application, ...
Associated Application ICONS
Dear Rao, Great work, many thanks!
Associated Application ICONS
Nice Rao. I'm not clear on which command to use to get the icon
Associated Application ICONS
hi, try this c:\fwh\source\winapi\icons.c [code=fw:kzu62f18]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> ICON_READ <span style="color: #000000;">&#41;</span></div>[/code:kzu62f18] c:\fwh\source\winapi\gdipfwh.cpp [cod...
Associated Application ICONS
Thanks Jimmy. Any idea how to assign them to a BTNBMP? [quote="Jimmy":305ooymk] try this c:\fwh\source\winapi\icons.c [code=fw:305ooymk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> ICON_READ <span style="color: #000000...
Associated Application ICONS
hi, [quote="hua":2im1v6ok]Any idea how to assign them to a BTNBMP?[/quote:2im1v6ok] i have not work with CLASS TBtnBmp() yet when look into Soure i found [quote:2im1v6ok] // // if user has directly assigned hBitmapX //[/quote:2im1v6ok] i guess you can use "o:hBmp" to assign Result a hBitmap ... but i´m not sur...
Associated Application ICONS
For many years, I have used Axialis for all my bitmaps. Now they have Icon Generator which is a free download. They also sell many libraries, but include a huge number of free Google icons. With the generator, you can easily colorize those Google icons. You can also add overlays to them to create new icons. Instea...
Associated Application ICONS
[quote:2cc8ecjn]Any idea how to assign them to a BTNBMP? [/quote:2cc8ecjn] Very simple. See Sample-3 above This is a very simple example you can try right now: This sample works with FWH1912 [code=fw:2cc8ecjn]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #0000ff;">DEFINE</span> <spa...
Associated Application ICONS
Cool! I didn't realize it's already available. Thanks Rao!
Associated Application ICONS
Thanks for tip Tim. [quote="TimStone":10xxq3ay]For many years, I have used Axialis for all my bitmaps. Now they have Icon Generator which is a free download. They also sell many libraries, but include a huge number of free Google icons. With the generator, you can easily colorize those Google icons. You can also a...
Association file
How I can make to associate a specfic icon to a type of file ? I wish associate all dbf file of my application with a specific icon
Association file
Look <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=8814#p41604">viewtopic.php?f=6&t=8814#p41604</a><!-- l -->
Association file
I tried but it not change the icon but when I click on a file open the app I wish
Associative arrays in harbour and xharbour
Hello, Working on the conversion from XHB to HBR , i found some differences between harbour and xharbour, but also probably a wrong define in hbcombat.ch A associative array is a hash array where HSETAACOMPATIBILITY is set to .T. in xharbour , hb_KeepOrder in harbour Func TAssociativeArray() LOCAL h := Hash() HSETAA...
Atacar DBF desde una página WEB ??
Amigos:Mi cliente me pide una aplicación que maneje las DBF en un servidor y que el cliente pueda consultar dichas DBF vía una página WEB.Recuerdo algo de CGIs pero no estoy cierto que esa sea la solución adecuada, podría alguien darme una recomendación para saber por donde jalar ??Saludos
Atacar DBF desde una página WEB ??
[quote="Armando":2ctjltlc]Amigos: Mi cliente me pide una aplicación que maneje las DBF en un servidor y que el cliente pueda consultar dichas DBF vía una página WEB. Recuerdo algo de CGIs pero no estoy cierto que esa sea la solución adecuada, podría alguien darme una recomendación para saber por donde jalar ?? Salud...
Atacar DBF desde una página WEB ??
Rafa:Voy a tirarme un clavado.Muchas gracias por la sugerencia.Saludos
Atacar DBF desde una página WEB ??
voce podera utilizar o winasp.... fiz um exemplo e obtive sucesso
Atacar DBF desde una página WEB ??
Ronaldo:Podrías enviarme el ejemplo ?Saludos
Atacar Oracle
Amigos del foro: Recien instale Oracle 11g y parece que quedó bien instalado, ahora pretendo empezar a hacer pruebas con él. Alguien que me pueda echar un hilo con la cadena de conexión usando ADO y que me indique que usuario y database debo incluir en la cadena de conexión ?. Saludos
Atacar Oracle
Hola Armando, has instalado Oracle Data Access Components en la máquina en la que estas desarrollando ? Si no es así, hazlo. Lo puedes bajar de [url:k8gypfdx]http&#58;//www&#46;oracle&#46;com/technology/software/tech/windows/odpnet/index&#46;html[/url:k8gypfdx] Después puedes utilizar la cadena de conexión: "Provid...
Atacar Oracle
Felix: Muy amable por contestar, como puedes ver estoy totalmente ignorante con Oracle <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Instale Oracle con los parámetros por Default, despues de 2 o 3 horas quedó instalado, he intentado hacer la conexión c...
Atacar Oracle
Félix: Seguí tu consejo y despues de descarga el software que me recomendaste veo que hay un SETUP.EXE, lo ejecuto y me aparece el diálogo que me da la opción de desinstalar programas por lo que supongo que estaba instalado el Oracle Data Access Components. Sin embargo el problema persiste al tratar de conectarme, el...
Atacar Oracle
Hola Armando, cuando instalaste Oracle, que usuario se creó ? Puedes probar la instalación usando sqlplus sqlplus usuario/contraseña@basededatos Mañana te envio un ejemplo desde el portátil del trabajo y lo miramos con más detenimiento. Saludos, Félix
Atacar Oracle
Armando, Con esta cadena de conexion debes tener el TSN Name apuntando a tu Instancia Oracle. Otra forma es que escribas la cadena TNS-less para conectar.
Atacar Oracle
Wilmer y amigos: En aquella ocasión no logré avanzar mucho, ni con la ayuda de Félix (saludos Félix), me desespere tanto que bote todo, ahora que amablemente ofreces tu apoyo, es que quiero aprovecharlo. Tambien cambie de PC por lo que aún no tengo instalado Oracle. Saludos y gracias
Atacar Oracle
Ok, Para los foristas, aca paso el link para descargar Oracle 10g (Express Edition).Pider que acepten el acuerdo de licencia y se debe crear una cuenta para descargar. <!-- m --><a class="postlink" href="http://www.oracle.com/technetwork/database/express-edition/downloads/index.html?ssSourceSiteId=ocomen">http://www....
Atacar Oracle
que tal Armando, ahi va algo por si es de utilidad <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=11058">viewtopic.php?f=3&t=11058</a><!-- l --> salu2 pak.o
Atacar Oracle
Paco: Muchas gracias, todo sirve !. Saludos
Atacar Oracle
Armando, Aca te dejo la sintaxis para la creacion de una Base de Datos, ajustalo en tu codigo FWH como un CmdSql (La version es Oracle 10g XE). Para este ejemplo se creara una BD en el directorio donde fue instalado Oracle 10g, pudiendo ser creada en cualquier otro directorio o unidad de disco: //--------------------...
Atacar Oracle
Hola Armando y demás amigos del foro, creo que esto puede ser de utilidad: [url:2two3wwz]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=21517&p=114473&hilit=Oracle#p114473[/url:2two3wwz] Creo sería interesante como punto de partida OCILIB como se comenta en el enlace anterior. [url:2two3wwz]ht...
Atacar Oracle
Hola [quote="Baxajaun":3xymw54d]Daniel, avanzaste algo con esta librería en TDolphin ?[/quote:3xymw54d] No, apenas empiezo a ver el tema, ahora estoy de vacaciones con la familia pero temgo lectura entretenida durante el viaje, al llegar vere que puedo avanzar en la practica
Atacar Oracle
Daniel, disfruta de tu familia en vacaciones. Saludos, Felix
Ataque masivo de ransomware
Buenas tardes, por favor, cuidado con la versión del ransomware WannaCry [url:2huhhn06]https&#58;//www&#46;ccn-cert&#46;cni&#46;es/seguridad-al-dia/comunicados-ccn-cert/4464-ataque-masivo-de-ransomware-que-afecta-a-un-elevado-numero-de-organizaciones-espanolas&#46;html[/url:2huhhn06] Saludos
Ataque masivo de ransomware
Impagable Chema Alonso: "Eso pasa fuera de mi área, solo afecta a operaciones, nosotros estamos bien" "¿Como te defiendes del Ransomware? ¡Me compras Latch para Windows! Así está seguro y nadie te puede atacar. Bueno, nosotros no lo usamos en Telefónica.... por eso el lío.... Pero de verdad, es muy bueno! Compra Latch...
Ataque masivo de ransomware
El tio es una máster, sí un máster quitándose muertos de encima. Ya se ve que la asunción de responsabilidades no está en el portfolio de todo buen hacker. El pack sólo incluye gorro, greñas y balones fueeeeera. Sí señor, con un par de... balones fueeeera. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":l...
Ataque masivo de ransomware
Y el tema no para Hoy ha habido otro parece ser peor <!-- m --><a class="postlink" href="http://internacional.elpais.com/internacional/2017/06/27/actualidad/1498568187_011218.html">http://internacional.elpais.com/interna ... 11218.html</a><!-- m -->
Ataque masivo de ransomware
Cristobal, una manera de pararlo: [url:23iq7xa5]https&#58;//www&#46;bleepingcomputer&#46;com/news/security/vaccine-not-killswitch-found-for-petya-notpetya-ransomware-outbreak/[/url:23iq7xa5] Un abrazo
Ataque masivo de ransomware
Gracias Félix Estás seguro de que esa es una posible solución?
Ataque masivo de ransomware
Buenos días Cristobal, es lo que los expertos han encontrado, además de actualizar todos los parches de Windows y el no abrir mensajes de correo sospechosos y demás medidas. Un abrazo,
Ataque masivo de ransomware
Yo uso este. [url:1q686rw6]https&#58;//www&#46;iobit&#46;com/en/malware-fighter&#46;php[/url:1q686rw6] Excelente. free ó de pago, és mui bueno. Saludos.
Atascado con TTreeview
Hola, No termino de hacer funcionar este control. Estoy creándolo desde workshop, el cual no me permite insertar los estilos TVS_HASBUTTONS , TVS_HASLINES , TVS_LINESATROOT , TVS_SHOWSELALWAYS, etc Pero bueno, en teoría el Redefine() de la clase ya lo añade. El problema es que no me salen las "Líneas punteadas con e...
Atascado con TTreeview
He hecho el mismo ttreeview pero en vez desde recursos desde código fuente, poniendo sólo esta línea: [b:rkh3hg9k]TTreeView():New( 0, 0, oDlgarbol, CLR_BLACK,CLR_WHITE, , , 200, 200)[/b:rkh3hg9k] Y este es el resultado: [img:rkh3hg9k]https&#58;//dl&#46;dropboxusercontent&#46;com/u/8604183/FWHforos/MsgBar...
Atascado con TTreeview
Joaquin, Modifica a mano el fichero RC como te indica Cristobal y debe funcionarte bien
Atascado con TTreeview
Hola Antonio, Eso sabía hacerlo, y voy a intentar pasarlo todo a Resedit, la pregunta era: ¿Por qué el redefine de la clase no le cambia el estilo aunque está la asignación en el código del método redefine? METHOD ReDefine( nId, oWnd, nClrFore, nClrBack, lDesign, cMsg, bChange ) CLASS TTreeView    DEFAULT oWnd ...
Atascado con TTreeview
Joaquín, Pues no lo sé, debería hacerlo pero por lo que se ve no lo hace <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Atascado con TTreeview
Joaquin, Como lo has definido en los recursos ?
Atascado con TTreeview
Antonio, En Workshop como un custom control. [img:pzw01rux]https&#58;//dl&#46;dropboxusercontent&#46;com/u/8604183/FWHforos/TTreeview_workshop&#46;png[/img:pzw01rux]
Atascado con TTreeview
Joaquin, Copia aqui la línea completa de ese control en el RC, gracias
Atascado con TTreeview
Así lo crea el WORKSHOP: CONTROL "", 101, "SysTreeView32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 13, 112, 192, 89
Atascado con TTreeview
Has probado asi? [quote:3nu6jupm] CONTROL "", 201, "SysTreeView32", WS_BORDER | TVS_HASBUTTONS|TVS_HASLINES|TVS_LINESATROOT|TVS_NOTOOLTIPS, 5, 5, 262, 227 [/quote:3nu6jupm]
Atascado con TTreeview
Hola Cristobal, En teoría no hace falta, pues en el método redefine, ya se encarga FWH de añadirle esos estilos. Pero aún así, no puedo usar esa definición como me indicas, porque WorkShop me da error, es decir, esas constantes no las reconoce y nosé como hacer que las reconozca y así probar. De todas formas el camb...
Atascado con TTreeview
Y PellesC o ResEdit? Te lo digo porque en EasyReport se está usando un TreeView a través de Recursos y aparentemente lo pinta bien [url=http&#58;//postimage&#46;org/:37ifvkqa][img:37ifvkqa]http&#58;//s26&#46;postimg&#46;org/45csr1wyh/Title71&#46;png[/img:37ifvkqa][/url:37ifvkqa]
Atascado con TTreeview
Gracias cristobal, Pero ahora mismo necesito que funcione con workshop, no tengo tiempo para cambiar todos los recursos. Más adelante, con un poco más de tiempo.
Atom SDK Now Available from Intel and a Developer Challenge
<!-- m --><a class="postlink" href="http://www.linux.com/news/software/developer/200237-atom-sdk-now-available-from-intel-and-a-developer-challenge">http://www.linux.com/news/software/deve ... -challenge</a><!-- m -->
Atrapando los errores generados por HB_CompileFromBuf()
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35452#p211158">viewtopic.php?f=3&t=35452#p211158</a><!-- l -->
Atrapando los errores generados por HB_CompileFromBuf()
Extraordinario Maestro!!
Atributos de directorios
Hola foreros. Perdonad mi ignorancia, pero, recientemente, manejando directorios me he encontrado (en Windows 7) con directorios que tienen atributos curiosos. Conocía los atributos 'H', 'S' y 'D', pero cuales son los 'L' y 'X'. Creo que 'L' significa LINK, es decir acceso directo a otro directorio, en cuyo caso, ¿com...
Att Silvio Falconi.......FSDI
Buenas Silvio.... I was seeing this his/her Dialog, and I repaired, that the bottom of the dialog where this the vtaskbar, this with color. How póssivel is to color Fund of the dialog, where does he/she meet Vtaskbar? <!-- m --><a class="postlink" href="http://img409.imageshack.us/my.php?image=wbrowsese8.jpg"...
Att Silvio Falconi.......FSDI
Hola Ale Si te refieres al color que tiene de fondo la vTaskBar : REDEFINE VMENU oVMCatEmps ID 101 OF oDlg ; BORDER ; [color=red:2wmbg234]COLOR 0, RGB(220,250,110) ;[/color:2wmbg234] COLORBORDE RGB( 54, 54, 54 ) HEIGHT ITEM 32 ; COLORSELECT 0, RGB(255,255,220), RGB(238,152, 21) ; COLOROVER 0, RGB(238,152,...
Att Silvio Falconi.......FSDI
Gracias Raymundo...mas, no seria color na Tkasbar............ e sí........color em dialog.....mas, no nela toda....yo queria por cor só onde estas a taskbar. Saludos
Attach Files using MailTo:
Hi Is possible to attach files using MailTo: I can´t use SMTP because the Intranet uses a exchange server Regards Pedro
Attach Files using MailTo:
Pedro, If you refer to use Windows "mailto:" command it's not possible. Regards, Maurilio
Attach Files using MailTo:
[code:2dyforn6] LOCAL cTexto&#58;= "txt &#46;&#46;&#46;&#46;",; eSubject&#58;="?Subject="+ cTexto,; eBody&#58;="&body=" + cTexto ,; eTo&#58;="mailto&#58;bmaimo@piema&#46;info",; eAttachment&#58;="&attach=\My Documents\file&#46;txt",; CmdLine &#58;= eTo+eSubject+ebody+eAt...
Attach Files using MailTo:
Biel, I think mailto: have not 'Attach' parameter <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/networking/predefined/mailto.asp">http://msdn.microsoft.com/library/defau ... mailt...
Attach Files using MailTo:
You are right Maurilio, maybe in the past, but today &Attach is not running. I have an old VB code using &Attach, but after testing today I can see it's not running. [code:147o28lu]&#46;&#46;&#46; sAddedText = sAddedText & "&Attach=" & Chr&#40;34&#41; & txtAttachmentFileLocation & Chr&#40;34&#41; Call ShellExecute&#4...
Attach Files using MailTo:
Amiguinho Esta solução para envio de email é bem aplicada para o teu caso. Os programas são muito pequenos e tem funcionamento muito simples. [b:3bk0f4ya]GetMail[/b:3bk0f4ya] Baixa as mensagens uma a uma em arquivos TeXTo e desta forma bastaria analisar o código e interpretar a mensagem podendo ser apresentado dentr...
Attaching document or image to a record
What is the best way to attach a document or image to a database record. The actual document or image will be located in a folder, I would like to have an easy interface so user can double click on document or image, then the document or image filename will be stored to database field. Thank you in advance for your ass...
Attaching document or image to a record
Hello,There is a nice sample TESTBMP.prgThere you can scroll from one BMP to the next.You can add a save-button or choose leftdblclick on the imageto save the image-name to a dbf-field.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
Attaching document or image to a record
Hi Uwe,That looks good, however I will need to handle PDF, TIF, JPG, BMP, XLS, Word, TXT and other formats. I would like to be able to select a file from a folder, then once the user selects the filename, a preview screen would show the actual document or image.
Attaching document or image to a record
Hello,I understand :You want to handle Images / dokuments in both directions :Store from image / document to DBF and show the image / dokument from filename stored in a dbf-field ?For images you have to add FREEIMAGE.dll to the working-directory.With the DLL you can show the different image-formats.Exel you can show fr...
Attaching document or image to a record
Uwe,Thank you, where can I get freeimage.dll? Also, is there a place where I can see an example of this DLL?Thank You,
Attaching document or image to a record
[quote="cdmmaui":38qvj9wr]Uwe, Thank you, where can I get freeimage.dll? Also, is there a place where I can see an example of this DLL? Thank You,[/quote:38qvj9wr]Hi cdmmaui,check it below:[url:38qvj9wr]http&#58;//freeimage&#46;sourceforge&#46;net/[/url:38qvj9wr]Regards,Richard
Attention to Horizon (Hakan Önemli)
Hi Hakan, can you please send me your private email address. I want to contact with you. <!-- e --><a href="mailto:birol.betoncu@gmail.com">birol.betoncu@gmail.com</a><!-- e -->
Attivazione stili XP
Salve, piu' di qualche cliente mi dice ' ma il tuo software ha una vecchia interfaccia Win95'..... Vi chiedo: e' possibile attivare gli stili XP per i Button,Menu,Window ecc... senza grossisime modifiche ? Grazie
Attivazione stili XP
Il modo più semplice è quello di prendere il manifest file, rinominarlo come il tuo EXE + .manifest e copiarlo nella stessa cartella del tuo EXE. EMG
Attivazione stili XP
Grande!! Ma quale file prendere estattamente, poiche' nel mio pc ce ne sono tantissimi (.manifest) io ho preso un 'XPTheme.manifest' andra' bene questo o c'e' ne e' uno in particolare ? Piscicelli/Zingoni
Attivazione stili XP
Che io sappia uno vale l'altro. EMG
Attivazione stili XP
Tieni presente che se il tuo EXE si chiama PIPPO.EXE allora il manifest file si deve chiamare PIPPO.EXE.manifest EMG
Attivazione stili XP
Ok ! Sai dove posso trovare maggiori informazioni su tale argomento? Grazie
Attivazione stili XP
Sicuramente sulla MSDN ma non ti so dire esattamente dove. EMG
Attivazione stili XP
Grazie Mille
Attivazione stili XP
Ho notato che su un pc del cliente tane .manifest non funziona! Sara' mica perche ' ha XP Sp1 invece che Sp2 ? Sapete niente se per funzionare ha bisogno del sp2? Grazie
Attivazione stili XP
No, funziona su tutti gli XP. Però è possibile disabilitare gli stili. Controlla che siano abilitati. Prova ad aprire, ad esempio, le proprietà del desktop e guarda se lì gli stili si vedono. EMG
Attivazione stili XP
HO CAPITO ORA! GRAZIE