Search found 226 matches: winrt

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various frameworks and platforms including .NET/C#, WinRT/C#, Win32/C++, Core, WPF, Windows Forms, Unity/HoloLens 2, and more​​​​. For developers working with WebView2, the following points are essential: ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

User defined Windows captions

Time to have the WinRT look on our captions captions.prg #include "FiveWin.ch"#define CLR_MSPURPLE RGB( 128, 57, 123 )#define CLR_MSRED    RGB( 232, 17,  35 )function Main()   local oWnd, oBtnClose  ...
by Antonio Linares
Tue May 07, 2019 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 4381

Re: Primera app real de Windows 8 Metro desde FWH !!!

Para construir aplicaciones que usen el API WinRT de Windows 8, necesitamos enlazar combase.lib. Windows 8 proporciona combase.dll, y podemos extraer combase.def de esta forma: impdef.exe combase.def combase.dll Para construir la lib: (si usamos ...
by nanoespinoza
Tue Jun 05, 2018 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera app real de Windows 8 Metro desde FWH !!!
Replies: 19
Views: 4370

Re: Menúes con FW17+ xHarbour

joseluisysturiz wrote:No se si esto responde a tu pregunta sobre como diseñan los sub-menu, aca lo llaman Menu radial, saludos... :shock:

http://www.infragistics.com/community/b ... winrt.aspx


Jose Luis, gracias por la información
by cnavarro
Tue Mar 07, 2017 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menúes con FW17+ xHarbour
Replies: 36
Views: 8130

Re: Menúes con FW17+ xHarbour

No se si esto responde a tu pregunta sobre como diseñan los sub-menu, aca lo llaman Menu radial, saludos... :shock:

http://www.infragistics.com/community/b ... winrt.aspx
by joseluisysturiz
Sat Mar 04, 2017 11:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menúes con FW17+ xHarbour
Replies: 36
Views: 8130

Re: Universal Windows Platform + Harbour + FiveWin

WinRT apareció con Windows 8. Luego evolucionó a Windows 10 y se convirtió en UWP (Universal Windows Platform). Antes ó después nos podemos ver en la necesidad de construir una aplicación UWP y ya estamos probándolo en combinación ...
by Antonio Linares
Fri May 20, 2016 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 16
Views: 3088

Re: Universal Windows Platform + Harbour + FiveWin

Vilian, When Windows 8 appeared, WinRT was introduced. Later on WinRT evolutioned to UWP (Universal Windows Platform). Sooner or later we may have the need to deliver a UWP app and we are testing it, combining it with Harbour and FWH. Still ...
by Antonio Linares
Fri May 20, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 14
Views: 4230

Re: New FWH 16.04

* New: WinRT API support implemented in source\function\winrt.prg

The file is not present!?
by byte-one
Fri May 13, 2016 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4518

New FTDN April/Abril 2016 (FWH 16.04)

... * Fix: FWH 64 drag & drop files is working fine. Please review samples\testdrop.prg * New: WinRT API support implemented in source\function\winrt.prg * Enhancement: Class TGet now uses Harbour Upper() instead of CharUpper(): http://forums.fivetechsupport.com/viewtopic.php?p=189613#p189613 ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7585

Re: Windows Toast notifications - second try

Antonio lo digo porque por lo leido el api UWP es mucho mas facil que winrt y ademas parece que es su sustituto ( eso entiendo ) , ha sido introducido en win10 y me da que le da un tiro en la cabeza al winrt. Poca vida le han dado ... http://stackoverflow.com/questions/31981237/is-windows-universal-platform-the-replacement-of-winrt-of-windows-8-and-windows
by mastintin
Tue Apr 19, 2016 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23516

Re: Windows Toast notifications - second try

... diferente e intento comprender como lo hacen: http://forums.fivetechsupport.com/viewtopic.php?p=189293#p189293 4. Consigo implementar la función WinRTMethod() que estoy convencido que es el sistema usado por HSP 5. Migro el código de Microsoft en C++ a la función WinRTMethod() 6. Milagrosamente ...
by Antonio Linares
Tue Apr 19, 2016 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Toast notifications - second try
Replies: 86
Views: 23516

Re: Windows Toast notifications - second try

... ? 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 api UWP de microsoft ? Gracias y perdonar que no escriba en ingles ( mi ingles es mas que pesimo :( )
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: More on WinRT

WinRT hacked! :-) #include "FiveWin.ch"function Main()   local pString, cIID, pFactory, pXml   RoInitialize( 1 )   pString = WinRTString( "Windows.UI.Notifications.ToastNotificationManager" ...
by Antonio Linares
Mon Apr 18, 2016 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More on WinRT
Replies: 5
Views: 2018

Re: More on WinRT

The size of the "Unknown" :-)

Code: Select all  Expand view
HB_FUNC( SIZEOFUNKNOWN )
{
   IUnknown unknown;
   
   hb_retnl( sizeof( * unknown.lpVtbl ) );
}  


it seems as we are quite close to "hack" WinRT ;-)
by Antonio Linares
Sun Apr 17, 2016 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More on WinRT
Replies: 5
Views: 2018

Re: More on WinRT

Inspecting a WinRT IInspectable :-) We get three values. Searching for them in the registry we get: {00000035-0000-0000-C000-000000000046} --> IActivationFactory {50AC103F-D235-4598-BBEF-98FE4D1A3AD4} --> IToastNotificationManagerStatics ...
by Antonio Linares
Sun Apr 17, 2016 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More on WinRT
Replies: 5
Views: 2018
Next

Return to advanced search

cron