hi,
when have a Method using Xbase++ Syntax like this
i can use
to change it to harbour Style
now when have this Code how to enhance it to harbour Syntax
who can help me to translate it
p.s. this Progressbar also have ITaskbarList3 Interface to display Animation in Taskbar-Icon
http://www.hmgforum.com/download/file.php?id=9165
when have a Method using Xbase++ Syntax like this
METHOD XbpPBar:SetMaximum( nMaximum )i can use
#xcommand METHOD <!ClassName!>:<MethodName> => METHOD <MethodName> CLASS <ClassName>now when have this Code how to enhance it to harbour Syntax
CLASS XbpPBar FROM XbpIWindow, DataRef
PROTECTED:
VAR nMaximum
...
EXPORTED:
ASSIGN METHOD SetMaximum() VAR Maximum
ACCESS METHOD GetMaximum() VAR Maximum
...
ENDCLASS
METHOD XbpPBar:SetMaximum( nMaximum )
...who can help me to translate it
p.s. this Progressbar also have ITaskbarList3 Interface to display Animation in Taskbar-Icon
http://www.hmgforum.com/download/file.php?id=9165
greeting,
Jimmy
Jimmy