Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVisual Basic 6 how to ad an icon to progect Pin
Member 1398247113-Sep-18 9:08
Member 1398247113-Sep-18 9:08 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Richard MacCutchan13-Sep-18 21:41
mveRichard MacCutchan13-Sep-18 21:41 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Member 1398247116-Sep-18 4:18
Member 1398247116-Sep-18 4:18 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Eddy Vluggen13-Sep-18 23:36
professionalEddy Vluggen13-Sep-18 23:36 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Mycroft Holmes14-Sep-18 13:56
professionalMycroft Holmes14-Sep-18 13:56 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Eddy Vluggen14-Sep-18 23:21
professionalEddy Vluggen14-Sep-18 23:21 
QuestionPlease fix my code! Pin
toffee_paul13-Sep-18 4:36
toffee_paul13-Sep-18 4:36 
AnswerRe: Please fix my code! Pin
Dave Kreskowiak14-Sep-18 6:34
mveDave Kreskowiak14-Sep-18 6:34 
You're going to have to go back to the person who wrote that code and ask him/her. I don't have the time to dig into this.

An unbalanced stack is usually caused by parameter types being declared and passed incorrectly from what Windows expects. Specifically, the problem is going to be rooted in this line:
VB.NET
<DllImport("shell32.dll", CharSet:=CharSet.Unicode, PreserveSig:=False)>
Public Function SHCreateItemFromParsingName(
 <MarshalAs(UnmanagedType.LPWStr)> ByVal pszPath As String,
 ByVal pbc As IntPtr,
 <MarshalAs(UnmanagedType.LPStruct)> ByVal riid As Guid,
 <MarshalAs(UnmanagedType.Interface, IidParameterIndex:=2)> ByRef ppv As IShellItem) As Integer
End Function


AnswerRe: Please fix my code! Pin
Eddy Vluggen14-Sep-18 23:32
professionalEddy Vluggen14-Sep-18 23:32 
GeneralRe: Please fix my code! Pin
Richard Deeming18-Sep-18 3:38
mveRichard Deeming18-Sep-18 3:38 
GeneralRe: Please fix my code! Pin
Eddy Vluggen18-Sep-18 5:05
professionalEddy Vluggen18-Sep-18 5:05 
QuestionOpen / Display SVG images within Visual Basic 6 Pin
davesmithmiap13-Sep-18 1:19
davesmithmiap13-Sep-18 1:19 
AnswerRe: Open / Display SVG images within Visual Basic 6 Pin
Richard Deeming13-Sep-18 2:33
mveRichard Deeming13-Sep-18 2:33 
AnswerRe: Open / Display SVG images within Visual Basic 6 Pin
Member 1396504228-Sep-18 3:15
Member 1396504228-Sep-18 3:15 
RantRe: Open / Display SVG images within Visual Basic 6 Pin
Richard Deeming28-Sep-18 4:38
mveRichard Deeming28-Sep-18 4:38 
GeneralRe: Open / Display SVG images within Visual Basic 6 Pin
Darrell Hagan 202113-Jun-21 12:53
Darrell Hagan 202113-Jun-21 12:53 
QuestionCould someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW768-Sep-18 14:13
MattiasW768-Sep-18 14:13 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Eddy Vluggen8-Sep-18 23:51
professionalEddy Vluggen8-Sep-18 23:51 
QuestionRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW769-Sep-18 1:04
MattiasW769-Sep-18 1:04 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Eddy Vluggen9-Sep-18 2:11
professionalEddy Vluggen9-Sep-18 2:11 
GeneralRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW7620-Sep-18 9:09
MattiasW7620-Sep-18 9:09 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Dave Kreskowiak9-Sep-18 4:54
mveDave Kreskowiak9-Sep-18 4:54 
GeneralRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW7627-Sep-18 2:59
MattiasW7627-Sep-18 2:59 
QuestionAdding Custom TabPage to TabControl: Closed Pin
mo14927-Sep-18 11:12
mo14927-Sep-18 11:12 
QuestionHow to declare Crypto? Pin
Member 139535037-Sep-18 6:04
Member 139535037-Sep-18 6:04 

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.