Click here to Skip to main content
15,893,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPlease Help me in this Pin
Vinay Dornala1-May-07 2:45
Vinay Dornala1-May-07 2:45 
AnswerRe: Please Help me in this Pin
Colin Angus Mackay1-May-07 4:08
Colin Angus Mackay1-May-07 4:08 
QuestionAggregation Implementation Pin
VineetRawat30-Apr-07 23:53
VineetRawat30-Apr-07 23:53 
AnswerRe: Aggregation Implementation Pin
Christian Graus1-May-07 2:06
protectorChristian Graus1-May-07 2:06 
Questiondecimal point setting in smart device Pin
laurensia inge30-Apr-07 23:21
laurensia inge30-Apr-07 23:21 
Questionvisual basic Pin
tummala pavan30-Apr-07 22:12
tummala pavan30-Apr-07 22:12 
AnswerRe: visual basic Pin
Christian Graus30-Apr-07 22:22
protectorChristian Graus30-Apr-07 22:22 
Questionis call false?? Pin
alpdoruk30-Apr-07 21:40
alpdoruk30-Apr-07 21:40 
here are my sample of codes i write a program that make an addition if checkbox checked or radio button checked i tried to show all of it with "toplam" but it gives the result 0 where i did something false any ideas???


Public Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
forma = TextBox1.Text / 16
End Sub
Dim baskisayi As Single

Public Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged
baskisayi = TextBox2.Text / 500
Call isaretliyi_bul()
End Sub


Private Sub isaretliyi_bul()
If RadioButton1.Checked Then
toplam &= Ayarlar.TextBox1.Text * forma
ElseIf RadioButton2.Checked Then
toplam &= Ayarlar.TextBox2.Text * forma
ElseIf RadioButton3.Checked Then
toplam &= Ayarlar.TextBox3.Text * forma
ElseIf RadioButton4.Checked Then
toplam &= Ayarlar.TextBox4.Text * forma
ElseIf RadioButton5.Checked Then
toplam &= Ayarlar.TextBox18.Text * baskisayi
ElseIf RadioButton6.Checked Then
toplam &= Ayarlar.TextBox17.Text * baskisayi
ElseIf RadioButton7.Checked Then
toplam &= Ayarlar.TextBox15.Text * baskisayi
ElseIf RadioButton8.Checked Then
toplam &= Ayarlar.TextBox19.Text * baskisayi
ElseIf RadioButton9.Checked Then
toplam &= Ayarlar.TextBox20.Text * baskisayi
ElseIf RadioButton10.Checked Then
toplam &= Ayarlar.TextBox21.Text * baskisayi
ElseIf RadioButton11.Checked Then
toplam &= Ayarlar.TextBox16.Text * baskisayi
ElseIf CheckBox1.Checked Then
toplam &= Ayarlar.iccizim.Text
ElseIf RadioButton12.Checked Then
toplam &= Ayarlar.rcilt.Text * forma
ElseIf RadioButton13.Checked Then
toplam &= Ayarlar.cilt.Text * forma
ElseIf CheckBox6.Checked Then
toplam &= Ayarlar.ressam.Text
ElseIf CheckBox2.Checked Then
toplam &= Ayarlar.bandrol.Text * baskisayi
ElseIf CheckBox3.Checked Then
toplam &= Ayarlar.ambalaj.Text * baskisayi
ElseIf CheckBox4.Checked Then
toplam &= Ayarlar.nakliye.Text * baskisayi
ElseIf CheckBox8.Checked Then
toplam &= Ayarlar.dizgi.Text * forma
ElseIf CheckBox9.Checked Then
toplam &= Ayarlar.kapak.Text
ElseIf CheckBox5.Checked Then
toplam &= Ayarlar.ozalit.Text
ElseIf CheckBox10.Checked Then
toplam &= Ayarlar.baski.Text
ElseIf CheckBox7.Checked Then
toplam &= Ayarlar.ctp.Text
End If
AnswerRe: is call false?? Pin
Christian Graus30-Apr-07 22:21
protectorChristian Graus30-Apr-07 22:21 
GeneralRe: is call false?? Pin
alpdoruk30-Apr-07 22:25
alpdoruk30-Apr-07 22:25 
GeneralRe: is call false?? Pin
Christian Graus30-Apr-07 22:32
protectorChristian Graus30-Apr-07 22:32 
GeneralRe: is call false?? Pin
alpdoruk30-Apr-07 22:37
alpdoruk30-Apr-07 22:37 
GeneralRe: is call false?? Pin
Christian Graus30-Apr-07 22:56
protectorChristian Graus30-Apr-07 22:56 
GeneralRe: is call false?? Pin
Tom John1-May-07 2:10
Tom John1-May-07 2:10 
GeneralRe: is call false?? Pin
alpdoruk1-May-07 3:25
alpdoruk1-May-07 3:25 
GeneralRe: is call false?? Pin
Tom John2-May-07 8:54
Tom John2-May-07 8:54 
GeneralRe: is call false?? Pin
ummoops2-May-07 13:04
ummoops2-May-07 13:04 
QuestionDHTML Editing Control - Table Property's? Pin
TimHot30-Apr-07 21:18
TimHot30-Apr-07 21:18 
AnswerRe: DHTML Editing Control - Table Property's? Pin
Dave Kreskowiak1-May-07 3:50
mveDave Kreskowiak1-May-07 3:50 
GeneralRe: DHTML Editing Control - Table Property's? Pin
TimHot1-May-07 3:59
TimHot1-May-07 3:59 
GeneralRe: DHTML Editing Control - Table Property's? Pin
Dave Kreskowiak1-May-07 4:41
mveDave Kreskowiak1-May-07 4:41 
GeneralRe: DHTML Editing Control - Table Property's? Pin
TimHot3-May-07 3:19
TimHot3-May-07 3:19 
Questionvoice command performer Pin
sanket h modi30-Apr-07 21:02
sanket h modi30-Apr-07 21:02 
AnswerRe: voice command performer Pin
Dave Kreskowiak1-May-07 3:49
mveDave Kreskowiak1-May-07 3:49 
QuestionPop up on right click on the whole application window Pin
x86phre3x30-Apr-07 19:35
x86phre3x30-Apr-07 19:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.