Yes !
It help me a lot !!!
Thank you very much.
Search found 21 matches
- Sat Jul 12, 2008 12:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to get the handle of object
- Replies: 2
- Views: 649
- Fri Jul 11, 2008 2:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to get the handle of object
- Replies: 2
- Views: 649
How to get the handle of object
How to get the handle of object create by ToleAuto():new(XXX)
for example :
oObject := TOleAuto():New(xxx)
How to get the handel of oObject
for example :
oObject := TOleAuto():New(xxx)
How to get the handel of oObject
- Fri Apr 20, 2007 2:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a memoreaded file without memowrite
- Replies: 3
- Views: 871
Antonio Sorry, I give you a incorrect example. The thing is I have to use a OCX method , like oActivex:GetLocalFile( <cFileName> ) That function I can't change it . But I want to save the <cFileName> into Memo fields first , then oActivex::GetLocalFile( xxx(<memo field>) ) The function xxx is conver...
- Fri Apr 20, 2007 8:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a memoreaded file without memowrite
- Replies: 3
- Views: 871
Open a memoreaded file without memowrite
Dear All If I Read an entire file from disk into memory cString = MemoRead( <cFileName> ) How can I use this string without Written to a file MemoWrit( <cFileName>, <cString> ) For example , If cFileName is a "test.dbf" ctest = memoRead("test.dbf") USE ctest , or USE xxx(ctest) w...
- Fri Apr 13, 2007 8:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert VB "set" function to Fivewin
- Replies: 9
- Views: 2785
- Thu Apr 12, 2007 5:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert VB "set" function to Fivewin
- Replies: 9
- Views: 2785
- Wed Apr 11, 2007 1:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert VB "set" function to Fivewin
- Replies: 9
- Views: 2785
- Tue Apr 10, 2007 9:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert VB "set" function to Fivewin
- Replies: 9
- Views: 2785
How to convert VB "set" function to Fivewin
How to convert VB "set" function to Fivewin VB sample code 'Declare a Ribbon Bar object Dim RibbonBar As RibbonBar 'Add a Ribbon Bar to the command bars Set RibbonBar = CommandBars.AddRibbonBar("Ribbon Bar") 'Specify the Ribbon Bar is to use the stretched docking style. The Ribbo...
- Fri Mar 30, 2007 6:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH support RibbonBar ActiveX
- Replies: 10
- Views: 4311
Dear Richard
Could you send me a FWH samples for how to use "Codejock.CommandBarsFrame" OCX
My email address is dixon514@gmail.com
Thanks !!!
Best Regards
Dixon Chu
Could you send me a FWH samples for how to use "Codejock.CommandBarsFrame" OCX
My email address is dixon514@gmail.com
Thanks !!!
Best Regards
Dixon Chu
- Fri Mar 30, 2007 1:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: to Richard ( Taiwan ) about Skin Themes windows
- Replies: 27
- Views: 10536
- Tue Jan 30, 2007 12:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to open a png graphic file
- Replies: 6
- Views: 1697
- Tue Jan 30, 2007 3:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to open a png graphic file
- Replies: 6
- Views: 1697
How to open a png graphic file
Dear all
Did anyone can tell me , How to open a PNG graphic file.
I can't open with TBTNBMP class
Thanks !
Best Regards
Dixon Chu
Did anyone can tell me , How to open a PNG graphic file.
I can't open with TBTNBMP class
Thanks !
Best Regards
Dixon Chu
- Mon Jan 29, 2007 8:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Use DBF file on MEMO field
- Replies: 0
- Views: 494
Use DBF file on MEMO field
Dear All Did anyone know How to Open a DBF file on MEMO field without Memowrit The samples programs maybe like this ===================== request dbfcdx, dbffpt ; rddsetdefault('DBFCDX') dbcreate('temp',{{'memo','M',4,0}}) xMEM=MEMOREAD("a.dbf") use temp dbappend() REPL memo WITH xMEM // s...
- Mon Jan 29, 2007 8:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: warning LNK4088 and LNK4254
- Replies: 1
- Views: 1706
warning LNK4088 and LNK4254
Dear All I'm Using xHarbour 0.99.71 + FWH 6.12 + VC++ 2005 I got a warning LNK4088: image being generated due to /FORCE option; image may not run and lots of warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different attributes How can I do for these warning messages co...
- Mon Jan 15, 2007 11:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: The UPDATE Method of TSay class is out of function on FWH6.1
- Replies: 2
- Views: 730