Click here to Skip to main content
15,915,851 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB6 - Send Login and Password Programmatically to Websites Pin
Paul Conrad7-Aug-08 7:16
professionalPaul Conrad7-Aug-08 7:16 
QuestionOwnControl with DropDownField Pin
gilchinger6-Aug-08 9:52
gilchinger6-Aug-08 9:52 
AnswerRe: OwnControl with DropDownField Pin
John_Adams6-Aug-08 19:02
John_Adams6-Aug-08 19:02 
GeneralRe: OwnControl with DropDownField Pin
gilchinger6-Aug-08 20:42
gilchinger6-Aug-08 20:42 
QuestionAssiging AxImageList to AxListView Pin
AR Reddy6-Aug-08 6:20
AR Reddy6-Aug-08 6:20 
AnswerRe: Assiging AxImageList to AxListView Pin
nlarson116-Aug-08 7:54
nlarson116-Aug-08 7:54 
GeneralRe: Assiging AxImageList to AxListView Pin
AR Reddy6-Aug-08 19:53
AR Reddy6-Aug-08 19:53 
GeneralRe: Assiging AxImageList to AxListView Pin
nlarson117-Aug-08 2:21
nlarson117-Aug-08 2:21 
Ok let's look at the code you gave

Private WithEvents mLV As AxMSComctlLib.AxListView
Public WithEvents imlLVSortIcons As AxMSComctlLib.AxImageList

mLV.ColumnHeaderIcons = frmMain.DefInstance.imlLVSortIcons

1) the new is required for mLV so put that back in.
2) You aren't using imlLVsortIcons is that your intention?
3) which form are you in because you mention a form frmmain?
4) is definstance of frmmain created?

'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


GeneralRe: Assiging AxImageList to AxListView Pin
AR Reddy7-Aug-08 2:54
AR Reddy7-Aug-08 2:54 
GeneralRe: Assiging AxImageList to AxListView Pin
nlarson117-Aug-08 4:23
nlarson117-Aug-08 4:23 
Questionnewbie question: picturebox locks file [modified] Pin
Alex Casals6-Aug-08 2:33
professionalAlex Casals6-Aug-08 2:33 
AnswerRe: newbie question: picturebox locks file Pin
nlarson116-Aug-08 3:48
nlarson116-Aug-08 3:48 
GeneralRe: newbie question: picturebox locks file Pin
Alex Casals6-Aug-08 3:58
professionalAlex Casals6-Aug-08 3:58 
Questiondatabinding 35600 records listbox in vb.net 3.5 Pin
Nilish6-Aug-08 2:05
Nilish6-Aug-08 2:05 
AnswerRe: databinding 35600 records listbox in vb.net 3.5 Pin
nlarson116-Aug-08 3:51
nlarson116-Aug-08 3:51 
AnswerRe: databinding 35600 records listbox in vb.net 3.5 Pin
Paul Conrad6-Aug-08 5:20
professionalPaul Conrad6-Aug-08 5:20 
GeneralRe: databinding 35600 records listbox in vb.net 3.5 Pin
astanton19786-Aug-08 9:10
astanton19786-Aug-08 9:10 
GeneralRe: databinding 35600 records listbox in vb.net 3.5 Pin
Paul Conrad6-Aug-08 20:46
professionalPaul Conrad6-Aug-08 20:46 
QuestionCannot kill the process Pin
member276-Aug-08 2:01
member276-Aug-08 2:01 
AnswerRe: Cannot kill the process Pin
jzonthemtn6-Aug-08 4:16
jzonthemtn6-Aug-08 4:16 
GeneralRe: Cannot kill the process Pin
member276-Aug-08 16:57
member276-Aug-08 16:57 
GeneralRe: Cannot kill the process Pin
jzonthemtn7-Aug-08 2:44
jzonthemtn7-Aug-08 2:44 
GeneralRe: Cannot kill the process Pin
member277-Aug-08 18:28
member277-Aug-08 18:28 
QuestionCreate connectors Pin
Mohammad Al Hoss6-Aug-08 0:30
Mohammad Al Hoss6-Aug-08 0:30 
QuestionHow to Control System Resource in vb.net 2005 Application Pin
compad5-Aug-08 23:57
compad5-Aug-08 23:57 

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.