Problème VB (débutant...)

Problème VB (débutant...) - VB/VBA/VBS - Programmation

Marsh Posté le 20-11-2005 à 17:55:00    

salut!
je débute en programmation, et j'ai réalisé ce petit programme en VB:
 
écran 1:
http://img368.imageshack.us/img368/9223/13gw2.jpg
 
écran 2:
http://img368.imageshack.us/img368/6038/28cu.jpg
 
 
code:
 

Code :
  1. Private Sub Command1_Click()
  2. Text1.Visible = False
  3. Label2.Visible = False
  4. Command1.Visible = False
  5. Label1.Caption = Text1.Text
  6. End Sub
  7. Private Sub Image1_Click()
  8. Text1.Visible = True
  9. Label2.Visible = True
  10. Command1.Visible = True
  11. Text1.Text = ""
  12. End Sub
  13. Private Sub Label1_Click()
  14. Text1.Visible = True
  15. Label2.Visible = True
  16. Command1.Visible = True
  17. Text1.Text = ""
  18. End Sub


 
 
Pouvez-vous m'aider? Je souhaiterais que l'utilisateur du programme ait en moyen de sauvegarder l'image en JPG ou en GIF par exemple, dans le répertoire de son choix.
Comment faire? Merci d'avance!


Message édité par battosaiak47 le 20-11-2005 à 17:55:57
Reply

Marsh Posté le 20-11-2005 à 17:55:00   

Reply

Marsh Posté le 21-11-2005 à 17:42:56    

up...
 
s'il vous plaît! aidez moi!

Reply

Marsh Posté le 21-11-2005 à 20:12:14    

www.vbfrance.com t'as plein d'exemple sur l'enregistrement des images...

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed