Click here to Skip to main content
15,895,667 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: i geting hresutl exception error with crystal report with vb.net Pin
Dave Kreskowiak10-Sep-08 1:40
mveDave Kreskowiak10-Sep-08 1:40 
GeneralRe: i geting hresutl exception error with crystal report with vb.net Pin
Jigneshjpatel10-Sep-08 2:29
Jigneshjpatel10-Sep-08 2:29 
GeneralRe: i geting hresutl exception error with crystal report with vb.net Pin
Dave Kreskowiak10-Sep-08 7:11
mveDave Kreskowiak10-Sep-08 7:11 
QuestionEvent Problem Pin
Ballita9-Sep-08 19:06
Ballita9-Sep-08 19:06 
AnswerRe: Event Problem Pin
pdnet9-Sep-08 19:42
pdnet9-Sep-08 19:42 
AnswerRe: Event Problem Pin
Dave Kreskowiak10-Sep-08 1:40
mveDave Kreskowiak10-Sep-08 1:40 
QuestionHow to Convert LPCITEMIDLIST to a Path Pin
tjfritch9-Sep-08 9:49
tjfritch9-Sep-08 9:49 
AnswerRe: How to Convert LPCITEMIDLIST to a Path Pin
jzonthemtn10-Sep-08 2:56
jzonthemtn10-Sep-08 2:56 
Tom,

You may have seen this page, Visual Basic Shell Programming[^], but about midway down it says:

Consider the first parameter of the Initialize method, which is an LPCITEMIDLIST. The documentation for the interface states that this is an address of an ITEMIDLIST.


Did you try casting it as an IntPtr? A further down, there is ByVal pidlFolder As VBShellLib.LPCITEMIDLIST, which sounds like what you want. I believe this[^]is the source for that library. I'd figure a compiled version is out there somewhere, too.

Maybe not helpful, but maybe it will be. Smile | :)
GeneralRe: How to Convert LPCITEMIDLIST to a Path Pin
tjfritch10-Sep-08 3:37
tjfritch10-Sep-08 3:37 
AnswerRe: How to Convert LPCITEMIDLIST to a Path Pin
tjfritch10-Sep-08 4:54
tjfritch10-Sep-08 4:54 
QuestionConvert code from C# to VB Pin
Code1089-Sep-08 9:27
Code1089-Sep-08 9:27 
AnswerRe: Convert code from C# to VB Pin
Wendelius9-Sep-08 9:33
mentorWendelius9-Sep-08 9:33 
GeneralRe: Convert code from C# to VB Pin
Code1089-Sep-08 10:05
Code1089-Sep-08 10:05 
GeneralRe: Convert code from C# to VB Pin
Wendelius9-Sep-08 10:21
mentorWendelius9-Sep-08 10:21 
GeneralRe: Convert code from C# to VB Pin
Code1089-Sep-08 10:37
Code1089-Sep-08 10:37 
GeneralRe: Convert code from C# to VB Pin
Wendelius9-Sep-08 10:42
mentorWendelius9-Sep-08 10:42 
GeneralRe: Convert code from C# to VB Pin
Code1089-Sep-08 11:15
Code1089-Sep-08 11:15 
GeneralRe: Convert code from C# to VB Pin
Wendelius9-Sep-08 11:29
mentorWendelius9-Sep-08 11:29 
GeneralRe: Convert code from C# to VB Pin
Daniel Grunwald10-Sep-08 2:52
Daniel Grunwald10-Sep-08 2:52 
AnswerRe: Convert code from C# to VB Pin
Paul Conrad9-Sep-08 11:50
professionalPaul Conrad9-Sep-08 11:50 
QuestionFile IO Pin
Hetkeval9-Sep-08 8:58
Hetkeval9-Sep-08 8:58 
AnswerRe: File IO Pin
Wendelius9-Sep-08 9:18
mentorWendelius9-Sep-08 9:18 
GeneralRe: File IO Pin
Hetkeval9-Sep-08 10:17
Hetkeval9-Sep-08 10:17 
GeneralRe: File IO Pin
Wendelius9-Sep-08 10:28
mentorWendelius9-Sep-08 10:28 
GeneralRe: File IO Pin
Hetkeval9-Sep-08 11:35
Hetkeval9-Sep-08 11:35 

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.