Search found 18 matches: openthemedata

Return to advanced search

convert VB source to xHarbour

Hi All ! As subject : Private Declare Function OpenThemeData Lib "uxtheme.dll" (ByVal hWnd As Long, ByVal pszClassList As Long) As Long I have vb source code for tExplorerBar http://planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=61899&strZipAccessCode=tp%2FX618999818 ...
by areang
Fri Dec 15, 2006 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert VB source to xHarbour
Replies: 1
Views: 1348

Alex,

hTheme = OpenThemeData(hWnd, L"COMBOBOX");

Code: Select all  Expand view
   LPWSTR AnsiToWide( char * );

   ...

   LPWSTR pW = AnsiToWide( hb_parc( 3 ) );

   hTheme = OpenThemeData( hWnd, pW );
   hb_xfree( pW );
   ...
by Antonio Linares
Mon Feb 20, 2006 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some C help
Replies: 3
Views: 934

Some C help

How could I change: hTheme = OpenThemeData(hWnd, L"COMBOBOX"); to hTheme = OpenThemeData(hWnd, L_parc(3); Compiler does not like it... The following compiles, but I don't get anything drawn: char *cStyle = ...
by AlexSchaft
Mon Feb 20, 2006 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some C help
Replies: 3
Views: 934
Previous

Return to advanced search