Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Making an application immune to windows theme/color changes.... [modified] Pin
nlarson1112-Dec-06 8:56
nlarson1112-Dec-06 8:56 
QuestionPLEASE HELP ME!! Pin
J. Sebby12-Dec-06 5:07
J. Sebby12-Dec-06 5:07 
AnswerRe: PLEASE HELP ME!! Pin
Are Jay12-Dec-06 8:16
Are Jay12-Dec-06 8:16 
GeneralRe: PLEASE HELP ME!! Pin
J. Sebby12-Dec-06 8:50
J. Sebby12-Dec-06 8:50 
QuestionList sorting into an asp tree Pin
bazpaul12-Dec-06 2:54
bazpaul12-Dec-06 2:54 
AnswerRe: List sorting into an asp tree Pin
Kschuler13-Dec-06 6:33
Kschuler13-Dec-06 6:33 
GeneralRe: List sorting into an asp tree Pin
bazpaul13-Dec-06 22:21
bazpaul13-Dec-06 22:21 
GeneralRe: List sorting into an asp tree Pin
Kschuler14-Dec-06 3:07
Kschuler14-Dec-06 3:07 
You can perform some SQL to the in memory DataTable. This can be done using the .Select function on the DataTable object. It will return an array of table rows that you can loop through to load your array. So it would look something like this:

'dtMaster has all of your master data<br />
For Each myRow as DataRow in dtMaster.Select("Customer like 'BAT%')<br />
    'Add myRow("Customer") to your string array<br />
Next


As I stated before, this works only if the data in your DataTable is the same case, so you may have to create a second column of the customer names and upper case it so that you can use this. I hope this helps and is what you were looking for.
QuestionWindows Installer 2.0 Pin
pathak7812-Dec-06 2:15
pathak7812-Dec-06 2:15 
Questionlittle bit of help needed Pin
peteyshrew12-Dec-06 2:02
peteyshrew12-Dec-06 2:02 
AnswerRe: little bit of help needed Pin
Uber112-Dec-06 2:36
Uber112-Dec-06 2:36 
GeneralRe: little bit of help needed Pin
peteyshrew12-Dec-06 4:19
peteyshrew12-Dec-06 4:19 
QuestionOutlook 2003 toolbar/ buttons Pin
infra2k412-Dec-06 0:52
infra2k412-Dec-06 0:52 
Questionmulti column combo vb6 Pin
shakir_bd12-Dec-06 0:13
shakir_bd12-Dec-06 0:13 
QuestionHow to handle the formClosing event VS2005 ? Pin
sync_austin11-Dec-06 22:41
sync_austin11-Dec-06 22:41 
AnswerRe: How to handle the formClosing event VS2005 ? [modified] Pin
The ANZAC11-Dec-06 23:22
The ANZAC11-Dec-06 23:22 
Questionunhandled exception at 0x660688 Pin
egmano11-Dec-06 21:54
egmano11-Dec-06 21:54 
Questionvb child windows show/hide Pin
opti99911-Dec-06 21:51
opti99911-Dec-06 21:51 
QuestionBarcode Printing dos Pin
Aunalisiraj11-Dec-06 21:37
Aunalisiraj11-Dec-06 21:37 
AnswerRe: Barcode Printing dos Pin
Steven J Jowett13-Dec-06 1:15
Steven J Jowett13-Dec-06 1:15 
QuestionUsing References Of ReportPrinting.dll Pin
HatakeKaKaShi11-Dec-06 20:30
HatakeKaKaShi11-Dec-06 20:30 
Questioncombo box in 2005 Pin
amaneet11-Dec-06 20:07
amaneet11-Dec-06 20:07 
AnswerRe: combo box in 2005 Pin

MmM.net</

11-Dec-06 21:15

MmM.net</

11-Dec-06 21:15 
QuestionVisual Basic 6.0 Timer routine Pin
alhomed4411-Dec-06 18:31
alhomed4411-Dec-06 18:31 
AnswerRe: Visual Basic 6.0 Timer routine Pin
CPallini12-Dec-06 0:21
mveCPallini12-Dec-06 0:21 

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.