Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting .ICO on Form
Message
From
29/06/2001 23:12:39
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00525082
Message ID:
00525556
Views:
12
Hi Kurt,

this is my code, do you think there's any wrong?
define class oPgUp as commandbutton
  procedure init
    with this
      .width=50
      .height=100
      .move(x,y)
      .picture="UARROW.ICO"
      .caption=""
    endwith
  endproc

  procedure click
    PageUp()
  endproc
enddefine && end of define oPgUp
thanks a lot!!


>Jimi,
>I use .ICO's all the time for my buttons and haven't ran across this problem. Do you have any code in your button base classes that may be adding a "\<" to the beginning of the caption. This will cause the same results.
>
>Hope this helps,
>Kurt
error(503): file structure failure, signature file corrupted.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform