GetHwnd32 in 64bit?

GetHwnd32 in 64bit?

Postby Marc Vanzegbroeck » Sun Jul 10, 2016 12:38 pm

Hi,

I'm converting a program from FWH32 xHarbour to FWH64 Harbour.
I was using the function GetHwnd32(), but it doesn't exist in FWH64.

I used it for opening the email like
Code: Select all  Expand view
shellexecute(GetHWnd32(oMenuWnd:hWnd ),,"mailto:email@domain.com",,,1)
 


What function can I use instead?
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

Re: GetHwnd32 in 64bit?

Postby Antonio Linares » Tue Jul 12, 2016 5:43 am

Marc,

Simply remove it:

shellexecute( oMenuWnd:hWnd,,"mailto:email@domain.com",,,1)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: GetHwnd32 in 64bit?

Postby Marc Vanzegbroeck » Tue Jul 12, 2016 7:53 am

Thank Antonio, It's working fine :D
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 92 guests