Click here to Skip to main content
16,017,852 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Determine MS Office version Pin
Anonymous30-Jun-05 8:57
Anonymous30-Jun-05 8:57 
GeneralWSAStartup dll error Pin
lehi_engineer29-Jun-05 10:41
lehi_engineer29-Jun-05 10:41 
GeneralRe: WSAStartup dll error Pin
Dave Kreskowiak29-Jun-05 11:53
mveDave Kreskowiak29-Jun-05 11:53 
GeneralCustom Close Pin
coolsauron29-Jun-05 10:21
coolsauron29-Jun-05 10:21 
GeneralRe: Custom Close Pin
Dave Kreskowiak29-Jun-05 11:54
mveDave Kreskowiak29-Jun-05 11:54 
GeneralMSHFlexGrid ShowCaret... Pin
TAlvord29-Jun-05 10:08
TAlvord29-Jun-05 10:08 
GeneralRe: MSHFlexGrid ShowCaret... Pin
Dave Kreskowiak29-Jun-05 10:17
mveDave Kreskowiak29-Jun-05 10:17 
GeneralListView Sorting by Number/Integer Pin
buffbuh29-Jun-05 10:01
buffbuh29-Jun-05 10:01 
Using Visual Basic 6.0, I need to sort a ListView by Number. I only find the following sort settings:

lvRows.Sorted = True
lvRows.SortOrder = lvwAscending
lvRows.SortKey = 3

When the column SortKey is of type Integer, it will still sort it as if it is text:

1
10
11
12
2
3
4
5
6
7
8
9

I did some searching, and it looks like someone using C# got a handle on it - I just need it for Visual Basic 6.0:
http://www.codeproject.com/cs/miscctrl/ListViewColumnSorter.asp[^]

It would also be nice to know how to sort by multiple columns like we do with an SQL statement (ORDER BY column1, column2), and recognize numbers from text.

Thanks ahead!

Bryan Borough
Orem, UT
GeneralRe: ListView Sorting by Number/Integer Pin
Dave Kreskowiak29-Jun-05 10:12
mveDave Kreskowiak29-Jun-05 10:12 
GeneralRe: ListView Sorting by Number/Integer Pin
buffbuh29-Jun-05 12:18
buffbuh29-Jun-05 12:18 
GeneralRe: ListView Sorting by Number/Integer Pin
Dave Kreskowiak30-Jun-05 2:27
mveDave Kreskowiak30-Jun-05 2:27 
GeneralRe: ListView Sorting by Number/Integer Pin
Anonymous30-Jun-05 8:47
Anonymous30-Jun-05 8:47 
GeneralActivex Ticker User Control Pin
Ronniedevil29-Jun-05 9:53
Ronniedevil29-Jun-05 9:53 
GeneralRe: Activex Ticker User Control Pin
Dave Kreskowiak29-Jun-05 12:14
mveDave Kreskowiak29-Jun-05 12:14 
Generalcannot call close() while doing createhandle() Pin
oakleaf29-Jun-05 9:52
oakleaf29-Jun-05 9:52 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak29-Jun-05 10:03
mveDave Kreskowiak29-Jun-05 10:03 
GeneralRe: cannot call close() while doing createhandle() Pin
oakleaf30-Jun-05 2:48
oakleaf30-Jun-05 2:48 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak30-Jun-05 4:50
mveDave Kreskowiak30-Jun-05 4:50 
GeneralPicture Box - does not fit my picture Pin
Anonymous29-Jun-05 8:16
Anonymous29-Jun-05 8:16 
GeneralRe: Picture Box - does not fit my picture Pin
Christian Graus29-Jun-05 12:00
protectorChristian Graus29-Jun-05 12:00 
QuestionWhere do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 7:29
Joey Picerno29-Jun-05 7:29 
AnswerRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
StylezHouse29-Jun-05 7:41
StylezHouse29-Jun-05 7:41 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 8:12
Joey Picerno29-Jun-05 8:12 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Dave Kreskowiak29-Jun-05 9:56
mveDave Kreskowiak29-Jun-05 9:56 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno30-Jun-05 5:34
Joey Picerno30-Jun-05 5:34 

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.