Click here to Skip to main content
15,915,328 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Transactions in vb.net Pin
Dave Kreskowiak2-Mar-07 5:16
mveDave Kreskowiak2-Mar-07 5:16 
Questionmasked textbox in vb.net Pin
amaneet2-Mar-07 2:23
amaneet2-Mar-07 2:23 
AnswerRe: masked textbox in vb.net Pin
JUNEYT2-Mar-07 2:39
JUNEYT2-Mar-07 2:39 
GeneralRe: masked textbox in vb.net Pin
amaneet2-Mar-07 2:51
amaneet2-Mar-07 2:51 
GeneralRe: masked textbox in vb.net Pin
JUNEYT2-Mar-07 5:14
JUNEYT2-Mar-07 5:14 
QuestionHow to convert DRM protected audio files to unprotected audio files Pin
Balakrish2-Mar-07 1:49
Balakrish2-Mar-07 1:49 
AnswerRe: How to convert DRM protected audio files to unprotected audio files Pin
Dave Kreskowiak2-Mar-07 4:47
mveDave Kreskowiak2-Mar-07 4:47 
Questionhow to return array from class property? Pin
priya_p2332-Mar-07 1:29
priya_p2332-Mar-07 1:29 
Hello,
i m using vb.net (winforms) & i have written class called employee.
& make object of employee on my form & accessing all the properties of emp like id, name,sal etc.
i shuld access all the values...so i wrotee property for each like
Public ReadOnly Property BasicSal() As Integer
Get
Return BS1
End Get
it is good whn property values are less but as i wnt to access all salary info like HRA, Basic Sal....etc total 20 fields.
So i decided to use Array....I fill all values in array in my employee class's function itself.
Th problem is i wnt to access this array of all values on my forms.How to do it plz tell me.
Thanks for any help in advance.

--Regards priya


"The Difficult i can do it now...
The Impossible will take a little longer."

AnswerRe: how to return array from class property? Pin
CPallini2-Mar-07 2:46
mveCPallini2-Mar-07 2:46 
Questionescape character Pin
balakpn2-Mar-07 1:28
balakpn2-Mar-07 1:28 
AnswerRe: escape character Pin
Johan Hakkesteegt2-Mar-07 1:53
Johan Hakkesteegt2-Mar-07 1:53 
GeneralRe: escape character Pin
balakpn2-Mar-07 2:00
balakpn2-Mar-07 2:00 
GeneralRe: escape character Pin
Johan Hakkesteegt2-Mar-07 2:14
Johan Hakkesteegt2-Mar-07 2:14 
GeneralRe: escape character Pin
balakpn2-Mar-07 2:20
balakpn2-Mar-07 2:20 
GeneralRe: escape character Pin
Johan Hakkesteegt2-Mar-07 2:40
Johan Hakkesteegt2-Mar-07 2:40 
GeneralRe: escape character Pin
balakpn2-Mar-07 2:50
balakpn2-Mar-07 2:50 
GeneralRe: escape character Pin
Johan Hakkesteegt2-Mar-07 3:08
Johan Hakkesteegt2-Mar-07 3:08 
Generalescape character urgrnt pls Pin
balakpn2-Mar-07 2:11
balakpn2-Mar-07 2:11 
AnswerRe: escape character Pin
Dave Kreskowiak2-Mar-07 4:45
mveDave Kreskowiak2-Mar-07 4:45 
AnswerRe: escape character Pin
theScorp2-Mar-07 18:31
theScorp2-Mar-07 18:31 
QuestionCancel...Cancel...Cancel...Problem. Pin
NANCO2-Mar-07 1:23
NANCO2-Mar-07 1:23 
AnswerRe: Cancel...Cancel...Cancel...Problem. Pin
JUNEYT2-Mar-07 1:40
JUNEYT2-Mar-07 1:40 
AnswerRe: Cancel...Cancel...Cancel...Problem. Pin
kubben2-Mar-07 2:03
kubben2-Mar-07 2:03 
GeneralRe: Cancel...Cancel...Cancel...Problem. Pin
JUNEYT2-Mar-07 2:51
JUNEYT2-Mar-07 2:51 
GeneralRe: Cancel...Cancel...Cancel...Problem. Pin
kubben2-Mar-07 3:00
kubben2-Mar-07 3:00 

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.