Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1113 connectés 

  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  [VB6] Collection comme propriété d'un contrôle

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[VB6] Collection comme propriété d'un contrôle

n°504875
Poipoi
Vive Grumly
Posté le 02-09-2003 à 11:25:26  profilanswer
 

Salut,
Comment on définie une collection comme propriété d'un contrôle ?
pour un string on a par exemple :
 

Dim strTo As String
...
Public Property Let SendTo(ByVal strTemp As String)
  strTo = strTemp
  PropertyChanged "SendTo"
End Property
...
Public Property Get SendTo() As String
  SendTo = strTo
End Property


 
mais je suppose que C pas tout à fait la même chose pour une Collection...
 
C koi kome la bonne manière ?
 
 :hello:


Message édité par Poipoi le 02-09-2003 à 11:25:58

---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
mood
Publicité
Posté le 02-09-2003 à 11:25:26  profilanswer
 

n°504885
drasche
Posté le 02-09-2003 à 11:33:56  profilanswer
 

La collection est un objet, ce n'est donc pas le Let mais le Set que tu dois utiliser dans ta déclaration de propriété. Pour le Get, c'est pareil que le String.

n°504898
Poipoi
Vive Grumly
Posté le 02-09-2003 à 11:42:36  profilanswer
 

le set ok G ça :
 

Public Property Set MyColl(oTemp As Collection)
    Set oMyColl.Attachments = oTemp
End Property


 
mais pour le get ?
 

Public Property Get MyColl() As Collection
    Set Attachments = oMyColl.Attachments
End Property


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
n°504916
drasche
Posté le 02-09-2003 à 11:54:27  profilanswer
 

pareil que pour un autre type: tu spécifies le nom de la propriété comme réceptacle:
 

Code :
  1. Public Property Get MyColl() As Collection
  2.    Set MyColl = oMyColl.Attachments
  3. End Property

n°505342
mareek
Et de 3 \o/
Posté le 02-09-2003 à 16:31:24  profilanswer
 

ah ces noob  :pfff:  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 :whistle: salut poire  :hello:


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°505350
Poipoi
Vive Grumly
Posté le 02-09-2003 à 16:41:06  profilanswer
 

mareek a écrit :

ah ces noob  :pfff:  
 
 
 :whistle: salut poire  :hello:  


 :lol:  :lol:  :lol:  
 
Désolé G po l'habitude de faire des contrôle en VB (vu comment C la merde  :o )
 ;)  
 
 :hello:


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  VB/VBA/VBS

  [VB6] Collection comme propriété d'un contrôle

 

Sujets relatifs
[Résolu] Collection d'objets vide...Changer la couleur d'un controle en VC++ ?
une comande dos pour commaitre la propriete accessed d'un fichierContrôle d'un programme en Java
Raffraichissement d'un DataGrid en VB6VB6 - Composant FTP : Ch testeurs (code source client FTP fourni)
[VB6] Datagrid et ajout d'enregistrement via codeProbleme avec la propriété FormulaArray sous VBA (Excel)
probleme avec fenetre propriete dans visual.NETUtiliser une DataGrid sans passer par un controle data?
Plus de sujets relatifs à : [VB6] Collection comme propriété d'un contrôle


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR