Click here to Skip to main content
15,911,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Conversion Blues Pin
Richard Deeming27-Mar-18 5:20
mveRichard Deeming27-Mar-18 5:20 
AnswerRe: Conversion Blues Pin
Richard MacCutchan27-Mar-18 5:21
mveRichard MacCutchan27-Mar-18 5:21 
QuestionHow to add custom control to designer like tooltip Pin
mo149227-Mar-18 2:30
mo149227-Mar-18 2:30 
AnswerRe: How to add custom control to designer like tooltip Pin
Dave Kreskowiak27-Mar-18 5:08
mveDave Kreskowiak27-Mar-18 5:08 
Inheriting from UserControl was the wrong route to take. In order for it to show up below the form in the designer, you inherit from Component, not UserControl.

ToolTip is not a normal control. It's an extender that modifies other controls. It adds functionality to anything that inherits from System.Windows.Forms.Control.

The standard ToolTip class inherits from Component and implements the IExtenderProvider interface. You can see the source for ToolTip here[^].

GeneralRe: How to add custom control to designer like tooltip Pin
mo149227-Mar-18 5:15
mo149227-Mar-18 5:15 
QuestionHow do I link two forms together in VB 2010? Pin
Lost25-Mar-18 3:36
Lost25-Mar-18 3:36 
AnswerRe: How do I link two forms together in VB 2010? Pin
Eddy Vluggen25-Mar-18 19:18
professionalEddy Vluggen25-Mar-18 19:18 
Questionentity framework How to remove some items from local entities Pin
desanti23-Mar-18 8:59
desanti23-Mar-18 8:59 
QuestionRe: entity framework How to remove some items from local entities Pin
Eddy Vluggen24-Mar-18 13:39
professionalEddy Vluggen24-Mar-18 13:39 
QuestionCould someone help me with a Database question? Pin
D. Doulas22-Mar-18 12:01
D. Doulas22-Mar-18 12:01 
AnswerRe: Could someone help me with a Database question? Pin
Richard MacCutchan22-Mar-18 23:55
mveRichard MacCutchan22-Mar-18 23:55 
GeneralRe: Could someone help me with a Database question? Pin
D. Doulas24-Mar-18 8:23
D. Doulas24-Mar-18 8:23 
GeneralRe: Could someone help me with a Database question? Pin
Richard MacCutchan24-Mar-18 21:11
mveRichard MacCutchan24-Mar-18 21:11 
GeneralRe: Could someone help me with a Database question? Pin
D. Doulas1-Apr-18 10:20
D. Doulas1-Apr-18 10:20 
GeneralRe: Could someone help me with a Database question? Pin
Mycroft Holmes1-Apr-18 13:42
professionalMycroft Holmes1-Apr-18 13:42 
GeneralRe: Could someone help me with a Database question? Pin
D. Doulas7-Apr-18 13:56
D. Doulas7-Apr-18 13:56 
GeneralRe: Could someone help me with a Database question? Pin
Mycroft Holmes7-Apr-18 15:38
professionalMycroft Holmes7-Apr-18 15:38 
SuggestionRe: Could someone help me with a Database question? Pin
Richard Deeming23-Mar-18 2:30
mveRichard Deeming23-Mar-18 2:30 
GeneralRe: Could someone help me with a Database question? Pin
D. Doulas24-Mar-18 8:20
D. Doulas24-Mar-18 8:20 
GeneralRe: Could someone help me with a Database question? Pin
Dave Kreskowiak24-Mar-18 8:36
mveDave Kreskowiak24-Mar-18 8:36 
GeneralRe: Could someone help me with a Database question? Pin
Mycroft Holmes24-Mar-18 13:17
professionalMycroft Holmes24-Mar-18 13:17 
GeneralRe: Could someone help me with a Database question? Pin
Eddy Vluggen24-Mar-18 13:35
professionalEddy Vluggen24-Mar-18 13:35 
QuestionReading Multiple text file from a folder and count specific words Pin
Member 1373342222-Mar-18 6:14
Member 1373342222-Mar-18 6:14 
QuestionRe: Reading Multiple text file from a folder and count specific words Pin
Eddy Vluggen22-Mar-18 7:02
professionalEddy Vluggen22-Mar-18 7:02 
AnswerRe: Reading Multiple text file from a folder and count specific words Pin
Member 1373342222-Mar-18 7:52
Member 1373342222-Mar-18 7:52 

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.