programmer calculatrice en visuel basic 6.0
Hors ligneLeiladani Le 21/03/2009 à 00:14 Profil de Leiladani Configuration de Leiladani

svp aidez moi j'ai un exposé sur le cycle de developpement d'un logiciel je veux avoir un exemple de cycle de developpement de n'importe quelle logiciel. priére de m'aidez.envoyez moi les informations sur mon e-mail [pas d'email dans les posts, merci. Marculinos]
Hors ligneWilder Le 21/03/2009 à 02:35 Profil de Wilder Configuration de Wilder

Viconaute Modérateur
Leiladani a écrit :
svp aidez moi j'ai un exposé sur le cycle de developpement d'un logiciel je veux avoir un exemple de cycle de developpement de n'importe quelle logiciel. priére de m'aidez.


Alors là, je suis mélangé en lisant ton message.

Tu parles de calculatrice en VB6 d'une part et ensuite d'un cycle de développement de n'importe quel logiciel.

Peux-tu nous fournir un peu plus de détail s.v.p?

Si tu veux un exemple du script pour créer une calculatrice en VB, voici un début de script seulement. Je peux te fournir la suite si c'est bien ce que tu cherches. Mais tu cherches un exemple et en voilà un.







# Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1
BorderStyle = 0 'None
ClientHeight = 3570
ClientLeft = 0
ClientTop = 0
ClientWidth = 3075
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3570
ScaleWidth = 3075
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton cmdsqr
Caption = "Racine Carrée"
Height = 375
Left = 360
TabIndex = 20
Top = 960
Width = 1215
End
Begin VB.CommandButton cmdvirgule
Caption = "."
Height = 375
Left = 360
TabIndex = 19
Top = 3000
Width = 495
End
Begin VB.CommandButton cmdsoust
Caption = "-"
Height = 375
Left = 2280
TabIndex = 18
Top = 3000
Width = 495
End
Begin VB.CommandButton cmdadd
Caption = "+"
Height = 375
Left = 2280
TabIndex = 17
Top = 2400
Width = 495
End
Begin VB.CommandButton cmdfois
Caption = "*"
Height = 375
Left = 2280
TabIndex = 16
Top = 1920
Width = 495
End
Begin VB.CommandButton cmddiv
Caption = "/"
Height = 375
Left = 2280
TabIndex = 15
Top = 1440
Width = 495
End
Begin VB.CommandButton cmd5
Caption = "5"
Height = 375
Left = 1080
TabIndex = 14
Top = 1920
Width = 495
End
Begin VB.CommandButton cmd6
Caption = "6"
Height = 375
Left = 1680
TabIndex = 13
Top = 1920
Width = 495
End
Begin VB.CommandButton cmd7
Caption = "7"
Height = 375
Left = 360
TabIndex = 12
Top = 1440
Width = 495
End
Begin VB.CommandButton cmd8
Caption = "8"
Height = 375
Left = 1080
TabIndex = 11
Top = 1440
Width = 495
End
Begin VB.CommandButton cmd9
Caption = "9"
Height = 375
Left = 1680
TabIndex = 10
Top = 1440
Width = 495
End
Begin VB.CommandButton cmd1
Caption = "1"
Height = 375
Left = 360
TabIndex = 9
Top = 2400
Width = 495
End
Begin VB.CommandButton cmdegale
Caption = "="
Height = 375
Left = 1680
TabIndex = 8
Top = 3000
Width = 495
End
Begin VB.CommandButton cmd0
Caption = "0"
Height = 375
Left = 1080
TabIndex = 7
Top = 3000
Width = 495
End
Begin VB.CommandButton cmd2
Caption = "2"
Height = 375
Left = 1080
TabIndex = 6
Top = 2400
Width = 495
End
Begin VB.CommandButton cmd3
Caption = "3"
Height = 375
Left = 1680
TabIndex = 5
Top = 2400
Width = 495
End
Begin VB.CommandButton cmd4
Caption = "4"
Height = 375
Left = 360
TabIndex = 4
Top = 1920
Width = 495
End
Begin VB.CommandButton cmdoff
Caption = "OFF"
Height = 375
Left = 2280
TabIndex = 3
Top = 960
Width = 495
End
Begin VB.CommandButton cmdcee
Caption = "CEE"
Height = 375
Left = 1680
TabIndex = 2
Top = 960
Width = 495
End
Begin VB.TextBox Text1
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Tahoma"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 480
MaxLength = 10
TabIndex = 1
Top = 480
Width = 2175
End
Begin MSComctlLib.TabStrip TabStrip1
Height = 3495
Left = 120
TabIndex = 0
Top = 0
Width = 2895
_ExtentX = 5106
_ExtentY = 6165
_Version = 393216
BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628}
NumTabs = 1
BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628}
ImageVarType = 2
EndProperty
EndProperty
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


--


Vous avez résolu votre problème avec VIC ? Faites-le savoir sur les réseaux sociaux !
Vulgarisation-informatique.com
Cours en informatique & tutoriels