Search found 46 matches: aero

Return to advanced search

Re: MDI child window appearance

There are four styles supported directly by WPF: Classic, Luna, Royale and Aero. The following is a sample using all of these four themes.<StackPanel>        <Button  Content="luna" Height="40" Width="100">  ...
by Antonio Linares
Fri Dec 23, 2022 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: MDI child window appearance

See this:

https://github.com/dutts/wpfmdi

Themes
WPF MDI includes two themes, Luna (XP) and Aero (Vista & 7) as well as support for custom themes. Themes are used depending on the operating system, although a theme can be set at compile and/or run time also.
by Antonio Linares
Fri Dec 23, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

MDI child windows use hard-coded Visual Style Rendering

... child window using the standard way (create, set MDIParent to "this", then Show). Secondary windows are always displayed in Windows 7 Aero style, regardless of the operating system, theme, or user preferences. Some customers to whom I sent the updated application (in many cases only ...
by Silvio.Falconi
Thu May 19, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 212

Re: Preview en Terminal Server no pinta bien

... puse en "Ajustar para obtener la mejor apariencia" 3.- Conectado al servidor personalicé el Tema: Seleccioné "Windows 7 - Tema de Aero" y le cambié el fondo, lo cual automáticamente cambia el Tema de Windows 7 a Personalizado Respecto a fonts, no uso ninguno especial, sólo ...
by Cgallegoa
Sat Feb 08, 2020 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview en Terminal Server no pinta bien
Replies: 11
Views: 2344

Re: Now Animation curosor.ani working with FWH

... from resource, if execute the sample fron anicursor fron file not problem, but fron resource is crash: DEFINE ANI CURSOR oAni RESOURCE "AERO" Application Internal Error - Z:\Pruebas\TAniCursor\Prueba.ExeTerminated at: 2015-11-24 08:19:20Unrecoverable error 6005: Exception error:  ...
by cuatecatl82
Tue Nov 24, 2015 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Now Animation curosor.ani working with FWH
Replies: 6
Views: 2271

Re: Cursor a BMP

... e) { //Using LoadCursorFromFile from user32.dll, get a handle to the icon IntPtr hCursor = LoadCursorFromFile("C:\\Windows\\Cursors\\Windows Aero\\aero_busy.ani"); //Create a Cursor object from that handle Cursor cursor = new Cursor(hCursor); //Convert that cursor into a bitmap using ...
by cuatecatl82
Tue Nov 24, 2015 1:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cursor a BMP
Replies: 8
Views: 1202

Re: Some problems after the WIN10 - update

Uwe I used this theme during the preview program and it restores the Win 8 Aero theme which changes the washed out frames. Save the file and call it AeroLite.theme. Copy the file to \windows\resources\themes. It will then show up under your themes and you can ...
by Rick Lipkin
Fri Aug 07, 2015 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems after the WIN10 - update
Replies: 5
Views: 1512

Re: OT - Windows embedded standard 7

... which was previously codenamed Windows Embedded 'Quebec'.[4] Windows Embedded Standard 7 includes Windows Vista and Windows 7 features [5] such as Aero, SuperFetch, ReadyBoost, BitLocker Drive Encryption, Windows Firewall, Windows Defender, Address space layout randomization, Windows Presentation ...
by Antonio Linares
Thu May 30, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT - Windows embedded standard 7
Replies: 1
Views: 755

Re: No more shadows on Win8 :-(

To All If I am not mistaken the shadows around the windows are controlled by "Aero Peek". I have found in the repair business that "Aero Peek" really slows down the performance of screen painting and in every case that a Vista or Windows 7 machine ...
by Rick Lipkin
Thu Nov 01, 2012 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5250

Re: No more shadows on Win8 :-(

... I cant agree with it http://www3.picturepush.com/photo/a/11314081/img/11314081.jpg :mrgreen: You can use Win7 explorer.exe with aero glass in Win8: http://www.msfn.org/board/topic/157302-windows-7-explorer-for-windows-8/
by modicr
Thu Nov 01, 2012 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: No more shadows on Win8 :-(
Replies: 19
Views: 5250

Re: No más sombras en Win8 :-(

Pues a mí, personalmente, el escritorio Aero es lo que más me gusta de la apariencia de Windows 7. Las capturas de pantalla sin Aero me parecen horribles y, por lo que leo en muchos comentarios en diversos foros, no soy la única que piensa lo ...
by AIDA
Mon Sep 24, 2012 7:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No más sombras en Win8 :-(
Replies: 1
Views: 640

Re: Repaint slowness in TBar

I use XP. I tried to run my sample on a Notebook with Vista (Aero) without problem. What could it be in my PC (XP) that slows the buttonbar repaint?...

EMG
by Enrico Maria Giordano
Thu Aug 09, 2012 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Repaint slowness in TBar
Replies: 12
Views: 1756

Re: Repaint slowness in TBar

Enrico,
do you use WINDOWS standard view or AERO on your PC.
Best regards,
Otto
by Otto
Thu Aug 09, 2012 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Repaint slowness in TBar
Replies: 12
Views: 1756

Extend modal dialog aero glass

Hi,

I'd like to extend the glass effect on a modal splash screen dialog. Code project has some c++ code but this doesn't help me much. Has anyone attempted this?

Thanks,
Alex
by AlexSchaft
Wed Jul 25, 2012 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extend modal dialog aero glass
Replies: 1
Views: 530
Next

Return to advanced search