Click here to Skip to main content
15,908,264 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Process.Start Pin
KreativeKai23-Oct-08 8:04
professionalKreativeKai23-Oct-08 8:04 
GeneralRe: Process.Start [modified] Pin
Jon_Boy23-Oct-08 8:20
Jon_Boy23-Oct-08 8:20 
GeneralRe: Process.Start Pin
Dave Kreskowiak23-Oct-08 8:30
mveDave Kreskowiak23-Oct-08 8:30 
GeneralRe: Process.Start Pin
Wendelius23-Oct-08 8:34
mentorWendelius23-Oct-08 8:34 
AnswerRe: Process.Start Pin
KreativeKai24-Oct-08 9:30
professionalKreativeKai24-Oct-08 9:30 
GeneralRe: Process.Start Pin
Wendelius24-Oct-08 9:33
mentorWendelius24-Oct-08 9:33 
QuestionIs it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 6:12
Jon_Boy23-Oct-08 6:12 
AnswerRe: Is it possible to do a dataview.Sort with part of a column? Pin
Dave Kreskowiak23-Oct-08 7:31
mveDave Kreskowiak23-Oct-08 7:31 
No, it's not. You'd have to split the values in that column into another column with just the data that's valid for the sort, then sort on this column.

But, as you've found out, it's easier to do on the database side, and it'll have far better performance too.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Is it possible to do a dataview.Sort with part of a column? Pin
Jon_Boy23-Oct-08 8:24
Jon_Boy23-Oct-08 8:24 
QuestionConvert png images to string of Hexadecimals Pin
Cory Kimble23-Oct-08 3:03
Cory Kimble23-Oct-08 3:03 
AnswerRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak23-Oct-08 7:28
mveDave Kreskowiak23-Oct-08 7:28 
GeneralRe: Convert png images to string of Hexadecimals Pin
Cory Kimble24-Oct-08 4:08
Cory Kimble24-Oct-08 4:08 
GeneralRe: Convert png images to string of Hexadecimals Pin
Dave Kreskowiak24-Oct-08 11:16
mveDave Kreskowiak24-Oct-08 11:16 
Questiononline cd database Pin
JR21223-Oct-08 2:14
JR21223-Oct-08 2:14 
AnswerRe: online cd database Pin
jzonthemtn23-Oct-08 2:36
jzonthemtn23-Oct-08 2:36 
GeneralRe: online cd database Pin
JR21223-Oct-08 3:20
JR21223-Oct-08 3:20 
QuestionAdding unmanged code to VB.NET Pin
Nanda160523-Oct-08 0:39
Nanda160523-Oct-08 0:39 
AnswerRe: Adding unmanged code to VB.NET Pin
jzonthemtn23-Oct-08 1:11
jzonthemtn23-Oct-08 1:11 
GeneralRe: Adding unmanged code to VB.NET Pin
Nanda160523-Oct-08 1:53
Nanda160523-Oct-08 1:53 
GeneralRe: Adding unmanged code to VB.NET Pin
Dave Kreskowiak23-Oct-08 2:02
mveDave Kreskowiak23-Oct-08 2:02 
GeneralRe: Adding unmanged code to VB.NET Pin
Nanda160523-Oct-08 2:13
Nanda160523-Oct-08 2:13 
GeneralRe: Adding unmanged code to VB.NET Pin
Dave Kreskowiak23-Oct-08 3:53
mveDave Kreskowiak23-Oct-08 3:53 
Questionusing store procedure to insert selected checkboxlist values into database Pin
Mamphekgo Bahula22-Oct-08 21:55
Mamphekgo Bahula22-Oct-08 21:55 
AnswerRe: using store procedure to insert selected checkboxlist values into database Pin
TheComputerMan22-Oct-08 23:39
TheComputerMan22-Oct-08 23:39 
AnswerRe: using store procedure to insert selected checkboxlist values into database Pin
Dave Kreskowiak23-Oct-08 2:01
mveDave Kreskowiak23-Oct-08 2:01 

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.