Click here to Skip to main content
15,883,819 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: retrieve the group header and descriptions(top and bottom) Pin
Richard MacCutchan17-Jun-21 21:31
mveRichard MacCutchan17-Jun-21 21:31 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
JR21217-Jun-21 23:20
JR21217-Jun-21 23:20 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
Richard MacCutchan18-Jun-21 0:15
mveRichard MacCutchan18-Jun-21 0:15 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
JR21218-Jun-21 18:17
JR21218-Jun-21 18:17 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
Richard MacCutchan18-Jun-21 22:13
mveRichard MacCutchan18-Jun-21 22:13 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
JR21219-Jun-21 6:23
JR21219-Jun-21 6:23 
GeneralRe: retrieve the group header and descriptions(top and bottom) Pin
Richard MacCutchan19-Jun-21 6:52
mveRichard MacCutchan19-Jun-21 6:52 
QuestionListview collapse/expand icon Pin
JR2127-Jun-21 19:12
JR2127-Jun-21 19:12 
Hi
I've created my own listview with lots of extra options. like colored headers.
Thats where I have a small proplem.

What code has the icon at the right of the header for collapse/expand. I've tryed with this enum
Enum HeaderIconOpenCloseType
'open
        arrow1 = 8679
        triangle1 = 8711
        V1 = 8744
        small_v1 = 8964
'closed
        arrow0 = 8681
        triangle0 = 8710
        V0 = 8743
        small_v0 = 8963
End Enum
But none of them are exactly the same as the icon the base listview uses.

Small_V commes closes to the real one

Jan
Questioncalculator Pin
lefa mokoena27-May-21 2:16
lefa mokoena27-May-21 2:16 
AnswerRe: calculator PinPopular
Richard Deeming27-May-21 3:04
mveRichard Deeming27-May-21 3:04 
QuestionAlign icon to the center in ListSubItem ListView VB6 Pin
Sal Sal19-May-21 3:41
Sal Sal19-May-21 3:41 
QuestionRe: Align icon to the center in ListSubItem ListView VB6 Pin
CHill6021-May-21 2:58
mveCHill6021-May-21 2:58 
AnswerRe: Align icon to the center in ListSubItem ListView VB6 Pin
Sal Sal21-May-21 4:00
Sal Sal21-May-21 4:00 
GeneralRe: Align icon to the center in ListSubItem ListView VB6 Pin
Victor Nijegorodov21-May-21 6:26
Victor Nijegorodov21-May-21 6:26 
GeneralRe: Align icon to the center in ListSubItem ListView VB6 Pin
CHill6021-May-21 6:44
mveCHill6021-May-21 6:44 
QuestionSimple But Professional Visual Basic Auto Typer Pin
ThomasEngine113-May-21 7:46
ThomasEngine113-May-21 7:46 
AnswerRe: Simple But Professional Visual Basic Auto Typer Pin
Dave Kreskowiak13-May-21 9:00
mveDave Kreskowiak13-May-21 9:00 
Questionget colour at pixel Pin
ducpkh22-Apr-21 4:40
ducpkh22-Apr-21 4:40 
AnswerRe: get colour at pixel Pin
Richard Deeming22-Apr-21 5:00
mveRichard Deeming22-Apr-21 5:00 
AnswerRe: get colour at pixel Pin
Dave Kreskowiak22-Apr-21 6:02
mveDave Kreskowiak22-Apr-21 6:02 
AnswerRe: get colour at pixel Pin
Ralf Meier22-Apr-21 22:12
mveRalf Meier22-Apr-21 22:12 
AnswerRe: get colour at pixel Pin
Eddy Vluggen3-May-21 6:49
professionalEddy Vluggen3-May-21 6:49 
QuestionVBA add child and 2 attributes Pin
mhnCPF2-Apr-21 17:29
mhnCPF2-Apr-21 17:29 
AnswerRe: VBA add child and 2 attributes Pin
Richard Deeming6-Apr-21 0:31
mveRichard Deeming6-Apr-21 0:31 
GeneralVBA add child and 2 attributes Pin
mhnCPF6-Apr-21 9:30
mhnCPF6-Apr-21 9:30 

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.