Enrico, How about asking master Patrick Mast for help?
https://learn.microsoft.com/en-us/windo ... windowsize
Regards, saludos.
Search found 659 matches: learn
Searched query: learn
- Fri Feb 14, 2025 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xhb 1.31 xcc
- Replies: 21
- Views: 2137
- Tue Feb 11, 2025 7:30 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ajustar tamaño caja toast
- Replies: 7
- Views: 1338
Re: Ajustar tamaño caja toast
https://learn.microsoft.com/en-us/windows/win32/api/roapi/nf-roapi-roactivateinstance
Prueba con este código:
DLL FUNCTION RoActivateInstance( pRuntimeClassName AS LPSTR, @pInstance AS PTR ) AS LONG PASCAL LIB "combase.dll"
FUNCTION RoActivateInstanceWrapper( cRuntimeClassName )
LOCAL nResult ...
Prueba con este código:
DLL FUNCTION RoActivateInstance( pRuntimeClassName AS LPSTR, @pInstance AS PTR ) AS LONG PASCAL LIB "combase.dll"
FUNCTION RoActivateInstanceWrapper( cRuntimeClassName )
LOCAL nResult ...
- Wed Jan 29, 2025 7:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: dialogo resizable desde recursos?
- Replies: 14
- Views: 29919
Re: dialogo resizable desde recursos?
... más complejos con carpetas, xbrowse, etc?
Gracias, tks.
Regards, saludos.
xbrowse - yes
folders? No. We need to still improve the logic, to handle folders.
I think you have other alternatives in mind.
Please post one working sample like the one above and we will be glad to learn from that.
Gracias, tks.
Regards, saludos.
xbrowse - yes
folders? No. We need to still improve the logic, to handle folders.
I think you have other alternatives in mind.
Please post one working sample like the one above and we will be glad to learn from that.
- Sat Jan 25, 2025 3:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34064
Re: Antonio... FiveTouch posts are gone?
... well, but I wanted to share my approach and at the same time ask if anyone else is working on something similar. I’d love to exchange ideas and learn from your experiences!
My Solution Overview
One-time Creation of the Index File
I scan the directory and extract all words from the files.
For ...
My Solution Overview
One-time Creation of the Index File
I scan the directory and extract all words from the files.
For ...
- Wed Jan 08, 2025 9:23 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
Re: learn mod_harbour
Hello Maurizio,
Great to hear you are Italian. I am from Austria and live 4 km from the Italian border (San Candido).
When I was 16, I spent one month in Carpi to learn Italian. I look back on it fondly.
Maybe we should have a phonecall. I can then explain the differences to you.
Best regards,
Otto
Great to hear you are Italian. I am from Austria and live 4 km from the Italian border (San Candido).
When I was 16, I spent one month in Carpi to learn Italian. I look back on it fondly.
Maybe we should have a phonecall. I can then explain the differences to you.
Best regards,
Otto
- Wed Jan 08, 2025 9:04 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
Re: learn mod_harbour
Thank you for giving your availability.
1) I am Italian, I live and work in Modena Emilia Romagna.
2) I develop a business management program, I don't earn money with a verticalized product but instead develop the personalization of my basic management program for my clients, so I'm a bit like a ...
1) I am Italian, I live and work in Modena Emilia Romagna.
2) I develop a business management program, I don't earn money with a verticalized product but instead develop the personalization of my basic management program for my clients, so I'm a bit like a ...
- Wed Jan 08, 2025 7:54 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
Re: learn mod_harbour
... users. But if you're just starting with web apps, this isn't a concern for you at the moment, because you can use mod_harbour and have virtually no learning curve on the backend. After some time, you’ll gain the expertise to judge for yourself.
Just let me know what kind of program you roughly want ...
Just let me know what kind of program you roughly want ...
- Wed Jan 08, 2025 1:17 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
learn mod_harbour
Happy New Year Otto,
I would like to start using mod_harbour. I think you are the right person to ask for information. I would need a learning path based on very, very simple examples starting initially from how to prepare the development and test environment, I have seen that you recently talked ...
I would like to start using mod_harbour. I think you are the right person to ask for information. I would need a learning path based on very, very simple examples starting initially from how to prepare the development and test environment, I have seen that you recently talked ...
- Wed Dec 18, 2024 10:55 pm
- Forum: latest AI news
- Topic: AI Agents
- Replies: 1
- Views: 581
AI Agents
... from their environment using sensors or data inputs.
Actuation : They perform actions to influence their environment or achieve specific goals.
Learning : Some AI agents can learn from their experiences and improve their performance over time.
Goal-Oriented : They are designed to achieve ...
Actuation : They perform actions to influence their environment or achieve specific goals.
Learning : Some AI agents can learn from their experiences and improve their performance over time.
Goal-Oriented : They are designed to achieve ...
- Tue Dec 10, 2024 6:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: PRINT class printer options
- Replies: 6
- Views: 1122
Re: PRINT class printer options
Dear Tim,
As I commented you by email, you may use Windows API SetDefaultPrinter()
https://learn.microsoft.com/en-us/windows/win32/printdocs/setdefaultprinter
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( SETDEFAULTPRINTER )
{
hb_retl( SetDefaultPrinter( hb_parc( 1 ...
As I commented you by email, you may use Windows API SetDefaultPrinter()
https://learn.microsoft.com/en-us/windows/win32/printdocs/setdefaultprinter
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( SETDEFAULTPRINTER )
{
hb_retl( SetDefaultPrinter( hb_parc( 1 ...
- Thu Nov 28, 2024 9:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: reading DBF from node.js
- Replies: 2
- Views: 1165
Re: reading DBF from node.js
... maturity**: PHP is a highly popular, well-documented, and mature language with a vast ecosystem.
- **Ease of use**: PHP is simple for beginners to learn and ideal for quickly building dynamic web applications.
- **Compatibility**: PHP integrates seamlessly with Apache, and many shared hosting ...
- **Ease of use**: PHP is simple for beginners to learn and ideal for quickly building dynamic web applications.
- **Compatibility**: PHP integrates seamlessly with Apache, and many shared hosting ...
- Thu Nov 28, 2024 9:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: AI in Software Development: What's Your Take?
- Replies: 7
- Views: 1992
Re: AI in Software Development: What's Your Take?
... I want in the source code, which will not be included in the release.
Since I am transitioning from CLIPPER (=Fivewin) to the web, I still need to learn many things that don’t pose any problems on the desktop side.
This allows me to comment extensively. You can’t really include a lot of comments in ...
Since I am transitioning from CLIPPER (=Fivewin) to the web, I still need to learn many things that don’t pose any problems on the desktop side.
This allows me to comment extensively. You can’t really include a lot of comments in ...
- Tue Nov 19, 2024 5:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xImage doubt
- Replies: 17
- Views: 5136
Re: xImage doubt
... Jimmy, what you're asking, is it in PELLESC.exe? In WORKSHOP.exe, you don't need this. WORKSHOP.exe is first line. The best RESOURCE EDITOR on the PLANET.
NO i do NOT have a Resource Editor, I´m using only Fivewin.
But i Have never work with REDEFINE and *.RC before, so i have to learn it.
NO i do NOT have a Resource Editor, I´m using only Fivewin.
But i Have never work with REDEFINE and *.RC before, so i have to learn it.
- Sat Nov 09, 2024 7:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10476
Re: cloud or not cloud
... It is like that, believe me... If you had the capacity in Harbour to program correctly on the web, I assure you that you would make the same applications or more than in Windows, but the web... is very difficult and requires a great effort to learn how to use it correctly.
My 3 cents :D
Regards.
C.
My 3 cents :D
Regards.
C.
- Wed Nov 06, 2024 6:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ShellexecuteEx() paràmetros
- Replies: 3
- Views: 473