Click here to Skip to main content
15,795,318 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Properties on Custom Control Pin
Ralf Meier1-Apr-23 1:05
professionalRalf Meier1-Apr-23 1:05 
AnswerRe: Properties on Custom Control Pin
Ralf Meier1-Apr-23 1:13
professionalRalf Meier1-Apr-23 1:13 
GeneralRe: Properties on Custom Control Pin
robert111-Apr-23 10:33
robert111-Apr-23 10:33 
AnswerRe: Properties on Custom Control Pin
Ralf Meier1-Apr-23 11:16
professionalRalf Meier1-Apr-23 11:16 
GeneralRe: Properties on Custom Control Pin
robert111-Apr-23 13:05
robert111-Apr-23 13:05 
GeneralRe: Properties on Custom Control Pin
Ralf Meier1-Apr-23 23:46
professionalRalf Meier1-Apr-23 23:46 
AnswerRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 0:29
professionalRalf Meier2-Apr-23 0:29 
GeneralRe: Properties on Custom Control Pin
robert112-Apr-23 3:15
robert112-Apr-23 3:15 
Wow!
Just seen the email, 1st coffee and this is a great surprise. Very kind of you to fix my issues. I really appreciate your time.
Only thing I found was the following, Visual Studio complained about multiple definitions with identical signatures.
Overrides Function toString() As String
        Return "<" & m_captiontext & ">"
    End Function
so I did this, and it works fantastic.
'Public Overrides Function toString() As String
    'Return "<" & "..." & ">"
    'End Function

GeneralRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 3:20
professionalRalf Meier2-Apr-23 3:20 
GeneralRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 3:23
professionalRalf Meier2-Apr-23 3:23 
GeneralRe: Properties on Custom Control Pin
robert112-Apr-23 3:32
robert112-Apr-23 3:32 
GeneralRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 4:12
professionalRalf Meier2-Apr-23 4:12 
GeneralRe: Properties on Custom Control Pin
robert112-Apr-23 5:33
robert112-Apr-23 5:33 
GeneralRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 6:19
professionalRalf Meier2-Apr-23 6:19 
GeneralMessage Closed Pin
2-Apr-23 6:36
robert112-Apr-23 6:36 
SuggestionRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 6:42
professionalRalf Meier2-Apr-23 6:42 
GeneralRe: Properties on Custom Control Pin
Eddy Vluggen1-Apr-23 13:20
professionalEddy Vluggen1-Apr-23 13:20 
GeneralRe: Properties on Custom Control Pin
robert111-Apr-23 13:34
robert111-Apr-23 13:34 
GeneralRe: Properties on Custom Control Pin
Eddy Vluggen1-Apr-23 14:13
professionalEddy Vluggen1-Apr-23 14:13 
GeneralRe: Properties on Custom Control Pin
robert111-Apr-23 14:47
robert111-Apr-23 14:47 
GeneralRe: Properties on Custom Control Pin
robert111-Apr-23 15:19
robert111-Apr-23 15:19 
PraiseRe: Properties on Custom Control Pin
Eddy Vluggen1-Apr-23 16:04
professionalEddy Vluggen1-Apr-23 16:04 
GeneralRe: Properties on Custom Control Pin
Ralf Meier1-Apr-23 23:56
professionalRalf Meier1-Apr-23 23:56 
GeneralRe: Properties on Custom Control Pin
Eddy Vluggen2-Apr-23 0:57
professionalEddy Vluggen2-Apr-23 0:57 
GeneralRe: Properties on Custom Control Pin
Ralf Meier2-Apr-23 1:04
professionalRalf Meier2-Apr-23 1: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.