Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: date time picker control problem in vb.net Pin
Smithers-Jones2-Sep-08 23:04
Smithers-Jones2-Sep-08 23:04 
AnswerRe: date time picker control problem in vb.net Pin
jzonthemtn3-Sep-08 3:29
jzonthemtn3-Sep-08 3:29 
GeneralRe: date time picker control problem in vb.net Pin
chandrubngit3-Sep-08 9:11
chandrubngit3-Sep-08 9:11 
QuestionArray inside array Pin
tatchung2-Sep-08 22:35
tatchung2-Sep-08 22:35 
AnswerRe: Array inside array Pin
Guffa3-Sep-08 1:27
Guffa3-Sep-08 1:27 
GeneralRe: Array inside array Pin
tatchung3-Sep-08 6:20
tatchung3-Sep-08 6:20 
GeneralRe: Array inside array Pin
Guffa3-Sep-08 8:32
Guffa3-Sep-08 8:32 
GeneralRe: Array inside array Pin
tatchung3-Sep-08 21:31
tatchung3-Sep-08 21:31 
Guffa wrote:
"The greater danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it."


Great! That just changed my views. Big Grin | :-D

Got the code and it looks something like this:
Dim aTest(1 To 2) As Variant
    Dim bTest(1 To 1) As Variant
    aTest(1) = 1
    aTest(2) = 2
    bTest(1) = aTest
    MsgBox bTest(1)(1)
    MsgBox bTest(1)(2)

...for future reference. Wink | ;) Thanks again for the help, not to mention the enlightenment Laugh | :laugh:

Aim small, miss small

QuestionHow to change wait cursor picture Pin
thesum2-Sep-08 20:52
thesum2-Sep-08 20:52 
AnswerRe: How to change wait cursor picture Pin
Smithers-Jones2-Sep-08 22:58
Smithers-Jones2-Sep-08 22:58 
QuestionReverse string Pin
rprateek2-Sep-08 18:20
rprateek2-Sep-08 18:20 
AnswerRe: Reverse string Pin
Dave Kreskowiak2-Sep-08 18:37
mveDave Kreskowiak2-Sep-08 18:37 
GeneralRe: Reverse string Pin
rprateek2-Sep-08 18:52
rprateek2-Sep-08 18:52 
AnswerRe: Reverse string Pin
Paul Conrad2-Sep-08 18:54
professionalPaul Conrad2-Sep-08 18:54 
GeneralRe: Reverse string Pin
rprateek2-Sep-08 19:00
rprateek2-Sep-08 19:00 
GeneralRe: Reverse string Pin
Paul Conrad2-Sep-08 19:03
professionalPaul Conrad2-Sep-08 19:03 
GeneralRe: Reverse string Pin
rprateek2-Sep-08 19:06
rprateek2-Sep-08 19:06 
AnswerRe: Reverse string Pin
Thomas Stockwell4-Sep-08 8:26
professionalThomas Stockwell4-Sep-08 8:26 
Questionvb.Net and SMO error Pin
Rafone2-Sep-08 8:23
Rafone2-Sep-08 8:23 
AnswerRe: vb.Net and SMO error Pin
Bassam Saoud2-Sep-08 10:24
Bassam Saoud2-Sep-08 10:24 
AnswerRe: vb.Net and SMO error Pin
Dave Kreskowiak2-Sep-08 10:25
mveDave Kreskowiak2-Sep-08 10:25 
GeneralRe: vb.Net and SMO error Pin
Rafone2-Sep-08 10:37
Rafone2-Sep-08 10:37 
GeneralRe: vb.Net and SMO error Pin
Dave Kreskowiak2-Sep-08 11:52
mveDave Kreskowiak2-Sep-08 11:52 
AnswerRe: vb.Net and SMO error Pin
Paul Conrad2-Sep-08 14:12
professionalPaul Conrad2-Sep-08 14:12 
QuestionSqlDependency and vb.net and sqlserver2005 Pin
ماجد15002-Sep-08 4:43
ماجد15002-Sep-08 4:43 

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.