Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] - نسخه متنی

G. Andrew Duthie

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter3 Quick Reference






















To


Do this


Example


Declare a variable


Use the Dim keyword, along with the desired data type.


DimMyIntAsInteger


Modify the accessibility of a variable or procedure


Use the Public, Private,Friend, or Protected keywords.


PublicSubMySub() EndSub


Use structured exception handling


Create a Try…Catch…Finally block.


Inherit from a base class


Use the Inherits keyword.


ClassDog InheritsAnimal EndClass


/ 126