Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting .ICO on Form
Message
De
29/06/2001 23:12:39
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00525082
Message ID:
00525556
Vues:
13
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform