Kamis, 16 Mei 2013 Module Public VB.NET Public Enum inside Module in VB.NET Public Enum inside Module in VB.NET 'choice' cannot expose type 'Module1.Enum_choice' outside the project through class ...
Jumat, 09 November 2012 .NET Class Module Private Public Shared Static Global Variables in Visual Basic .NET Global Variables in Visual Basic .NET Everything you need to know about Global Variable for VB.NET in this single Post. Everything you need ... Baca selengkapnya »
Rabu, 07 November 2012 .NET Private Public VisualBasic Public vs. Private Public vs. Private A when something is public that means that something is available outside and inside the class. A Private something is on...