Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: conversion fom C# to vb.net [modified] Pin
Sonia Gupta17-May-07 21:21
Sonia Gupta17-May-07 21:21 
AnswerRe: conversion fom C# to vb.net Pin
Christian Graus17-May-07 23:19
protectorChristian Graus17-May-07 23:19 
GeneralRe: conversion fom C# to vb.net Pin
Sonia Gupta18-May-07 0:29
Sonia Gupta18-May-07 0:29 
GeneralRe: conversion fom C# to vb.net Pin
Dave Kreskowiak18-May-07 3:26
mveDave Kreskowiak18-May-07 3:26 
AnswerRe: conversion fom C# to vb.net Pin
Dave Doknjas18-May-07 13:39
Dave Doknjas18-May-07 13:39 
GeneralRe: conversion fom C# to vb.net Pin
Dave Doknjas18-May-07 13:42
Dave Doknjas18-May-07 13:42 
Questionaccess specifiers Pin
navyasri17-May-07 19:52
navyasri17-May-07 19:52 
AnswerRe: access specifiers [modified] Pin
Sonia Gupta17-May-07 20:01
Sonia Gupta17-May-07 20:01 
Public: Gives variable public access which means that there is no restriction on their accessibility
Private: Gives variable private access which means that they are accessible only within their declaration content
Protected: Protected access gives a variable accessibility within their own class or a class derived from that class
Friend: Gives variable friend access which means that they are accessible within the program that contains their declaration
Protected Friend: Gives a variable both protected and friend access
Static: Makes a variable static which means that the variable will hold the value even the procedure in which they are declared ends
Shared: Declares a variable that can be shared across many instances and which is not associated with a specific instance of a class or structure
ReadOnly: Makes a variable only to be read and cannot be written

access-specifier sub FunctionName()
End Sub


-- modified at 2:38 Friday 18th May, 2007
AnswerNever heard about DOCUMENTATION? Pin
CPallini17-May-07 21:08
mveCPallini17-May-07 21:08 
Questiondate/time Pin
Sonia Gupta17-May-07 18:28
Sonia Gupta17-May-07 18:28 
AnswerRe: date/time Pin
Dave Kreskowiak17-May-07 18:55
mveDave Kreskowiak17-May-07 18:55 
QuestionRe: date/time Pin
Sonia Gupta17-May-07 19:01
Sonia Gupta17-May-07 19:01 
AnswerRe: date/time Pin
Christian Graus17-May-07 21:12
protectorChristian Graus17-May-07 21:12 
GeneralRe: date/time [modified] Pin
Sonia Gupta17-May-07 21:17
Sonia Gupta17-May-07 21:17 
GeneralRe: date/time Pin
Dave Kreskowiak18-May-07 3:20
mveDave Kreskowiak18-May-07 3:20 
Questiongeeting the selected items from a checked list box Pin
Rajiya17-May-07 18:22
Rajiya17-May-07 18:22 
AnswerRe: geeting the selected items from a checked list box Pin
Sonia Gupta17-May-07 18:34
Sonia Gupta17-May-07 18:34 
AnswerRe: geeting the selected items from a checked list box Pin
Christian Graus17-May-07 18:35
protectorChristian Graus17-May-07 18:35 
QuestionHelp on Getting Excel Database as Dataset or Datable Pin
Kenneth Villasenor17-May-07 17:07
Kenneth Villasenor17-May-07 17:07 
QuestionHow to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:02
somchoto17-May-07 16:02 
AnswerRe: How to Connect DVR Card with VB2005 Pin
Christian Graus17-May-07 16:03
protectorChristian Graus17-May-07 16:03 
GeneralRe: How to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:20
somchoto17-May-07 16:20 
GeneralRe: How to Connect DVR Card with VB2005 Pin
Christian Graus17-May-07 16:23
protectorChristian Graus17-May-07 16:23 
GeneralRe: How to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:30
somchoto17-May-07 16:30 
GeneralRe: How to Connect DVR Card with VB2005 Pin
somchoto17-May-07 16:40
somchoto17-May-07 16:40 

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.