Visual Basic .NET: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
HsfBot (bicara | kontrib)
k v2.04b - Fixed using Wikipedia:ProyekWiki Cek Wikipedia (Tanda baca setelah kode "<nowiki></ref></nowiki>")
Taylorbot (bicara | kontrib)
per BPA : sintaks <br> dan <code> | t=616 su=51 in=51 at=51 -- only 307 edits left of totally 359 possible edits | edr=000-0011(!!!) ovr=010-1111 aft=000-0011
Baris 4:
| designer = [[Microsoft]]
| developer = Microsoft
| logo =
| latest preview version = 11 (11.0.0.0) Windows 8 Developer Preview
| latest preview date = {{Start date and age|2012|February|29|df=yes}}
Baris 19:
| license = [[Perangkat lunak milik perorangan|Perorangan]] ([[perangkat lunak komersial|komersial]] atau [[perangkat gratis]])
| website = {{URL|http://msdn.microsoft.com/en-us/vstudio/hh388568}}
| file_ext = <ttcode>.vb</ttcode> and <ttcode>.vbs</ttcode>
}}
 
Baris 89:
total = m_item * m_price * (1 + tax)
label5.Text = total.ToString()
MessageBox.Show("Well Done.")
</syntaxhighlight>
 
Baris 111:
total = total + 3
ElseIf (ComboBox1.SelectedIndex = 2) Then
total = total + 3
End If
Label3.Text = CStr(total) ' hasil kredit total yang diambil