Click here to Skip to main content
15,903,203 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How Can I show a report crystal 8.5 in VB.Net Pin
Ranoush3-Jun-05 22:11
Ranoush3-Jun-05 22:11 
GeneralRe: Encapsulation Pin
Dave Kreskowiak3-Jun-05 13:38
mveDave Kreskowiak3-Jun-05 13:38 
GeneralListview in VB.Net Pin
prathiba_naresh3-Jun-05 4:53
prathiba_naresh3-Jun-05 4:53 
GeneralRe: Listview in VB.Net Pin
Andy Davies3-Jun-05 5:21
Andy Davies3-Jun-05 5:21 
GeneralRe: Listview in VB.Net Pin
prathiba_naresh5-Jun-05 22:32
prathiba_naresh5-Jun-05 22:32 
GeneralArrays Pin
macca243-Jun-05 4:45
macca243-Jun-05 4:45 
GeneralRe: Arrays Pin
Colin Angus Mackay3-Jun-05 5:56
Colin Angus Mackay3-Jun-05 5:56 
GeneralRe: Arrays Pin
Fernando Soto3-Jun-05 8:15
Fernando Soto3-Jun-05 8:15 
Can’t get any butter then the array solution. Define your array like so

Private DeptArray(50) As String

Then in the form load, load the array up using slot 1 for department name 1 all the way up to 50, this leaves slot 0 of the array empty.

Then when you need to use its value do this

Dim DeptName As String
DeptName = DeptArray(NextNum)

That’s it.


GeneralRe: Arrays Pin
Sabri.Ghaith5-Jun-05 2:46
Sabri.Ghaith5-Jun-05 2:46 
GeneralUpload files to a web server from a client windows form application Pin
Yenyen Suwardy3-Jun-05 1:24
Yenyen Suwardy3-Jun-05 1:24 
GeneralRe: Upload files to a web server from a client windows form application Pin
Purple Monk3-Jun-05 1:50
Purple Monk3-Jun-05 1:50 
Generalbinding and text Pin
Mega13-Jun-05 0:38
Mega13-Jun-05 0:38 
GeneralRe: binding and text Pin
Purple Monk3-Jun-05 2:03
Purple Monk3-Jun-05 2:03 
GeneralRe: binding and text Pin
Mega13-Jun-05 3:17
Mega13-Jun-05 3:17 
GeneralRe: Arrays Pin
toxcct3-Jun-05 0:36
toxcct3-Jun-05 0:36 
GeneralRe: Arrays Pin
Colin Angus Mackay3-Jun-05 1:38
Colin Angus Mackay3-Jun-05 1:38 
QuestionHow to clear the Datagrid Pin
eshban2842-Jun-05 23:33
eshban2842-Jun-05 23:33 
AnswerRe: How to clear the Datagrid Pin
toxcct2-Jun-05 23:56
toxcct2-Jun-05 23:56 
GeneralGantt Cahrt in VB.net Pin
Member 20153202-Jun-05 22:31
Member 20153202-Jun-05 22:31 
GeneralRe: Gantt Cahrt in VB.net Pin
Colin Angus Mackay3-Jun-05 1:36
Colin Angus Mackay3-Jun-05 1:36 
Generalusb port Pin
Member 19402872-Jun-05 20:55
Member 19402872-Jun-05 20:55 
GeneralRe: usb port Pin
Dave Kreskowiak3-Jun-05 3:41
mveDave Kreskowiak3-Jun-05 3:41 
GeneralRe: usb port Pin
Anonymous6-Jun-05 1:53
Anonymous6-Jun-05 1:53 
GeneralRe: usb port Pin
Dave Kreskowiak6-Jun-05 9:33
mveDave Kreskowiak6-Jun-05 9:33 
QuestionHow i can block CallByName function Pin
TooLeeDiN2-Jun-05 20:39
TooLeeDiN2-Jun-05 20:39 

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.