Click here to Skip to main content
15,886,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Entity Framework : Save new object and new childs Pin
Dave Kreskowiak28-Oct-16 9:44
mveDave Kreskowiak28-Oct-16 9:44 
GeneralRe: Entity Framework : Save new object and new childs Pin
desanti28-Oct-16 10:14
desanti28-Oct-16 10:14 
GeneralRe: Entity Framework : Save new object and new childs Pin
Dave Kreskowiak28-Oct-16 11:00
mveDave Kreskowiak28-Oct-16 11:00 
GeneralRe: Entity Framework : Save new object and new childs Pin
desanti28-Oct-16 11:47
desanti28-Oct-16 11:47 
GeneralRe: Entity Framework : Save new object and new childs Pin
Dave Kreskowiak28-Oct-16 12:14
mveDave Kreskowiak28-Oct-16 12:14 
QuestionHow to Get a Folder(shell32) icon into a listview in visual basic 6 - Cannot get this right Pin
4SAI26-Oct-16 6:46
4SAI26-Oct-16 6:46 
QuestionUnderstanding Interface From Previous Developer Pin
hilli_micha26-Oct-16 6:44
hilli_micha26-Oct-16 6:44 
AnswerRe: Understanding Interface From Previous Developer Pin
Richard Deeming26-Oct-16 9:22
mveRichard Deeming26-Oct-16 9:22 
hilli_micha wrote:
I'm confused as to why one would implement a Sub from an interface within a Sub in the UserInterfaceElement like this.

Because that's how interfaces work. I'm confused by your confusion. Confused | :confused:

An interface doesn't provide any implementation. It simply declares a contract for a type.

A class which implements the interface must provide an implementation of every member of that interface. In VB.NET, the implementation of the interface member is indicated by the Implements InterfaceName.MemberName after the member declaration.

Any class which implements an interface can be passed to any parameter, property, variable or method return declared as that interface type.

Interfaces (Visual Basic)[^]
Walkthrough: Creating and Implementing Interfaces (Visual Basic)[^]
Advantage of using Interface and Inheritance in VB.NET (OOP)[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


AnswerRe: Understanding Interface From Previous Developer Pin
Ralf Meier30-Oct-16 4:47
mveRalf Meier30-Oct-16 4:47 
GeneralRe: Understanding Interface From Previous Developer Pin
hilli_micha31-Oct-16 1:54
hilli_micha31-Oct-16 1:54 
QuestionCheck if record exists Pin
Member 1281653926-Oct-16 2:55
Member 1281653926-Oct-16 2:55 
AnswerRe: Check if record exists Pin
Richard MacCutchan26-Oct-16 3:20
mveRichard MacCutchan26-Oct-16 3:20 
GeneralRe: Check if record exists Pin
Member 1281653926-Oct-16 3:22
Member 1281653926-Oct-16 3:22 
GeneralRe: Check if record exists Pin
Richard MacCutchan26-Oct-16 3:29
mveRichard MacCutchan26-Oct-16 3:29 
QuestionTreview prevent drag/drop according to destination node Pin
desanti24-Oct-16 9:38
desanti24-Oct-16 9:38 
AnswerRe: Treview prevent drag/drop according to destination node Pin
Michael_Davies24-Oct-16 10:02
Michael_Davies24-Oct-16 10:02 
Questionimage prosseing Pin
Member 1281214124-Oct-16 4:43
Member 1281214124-Oct-16 4:43 
AnswerRe: image prosseing Pin
Dave Kreskowiak24-Oct-16 5:34
mveDave Kreskowiak24-Oct-16 5:34 
QuestionI have no programming knowledge but Pin
Member 1280995223-Oct-16 0:15
Member 1280995223-Oct-16 0:15 
AnswerRe: I have no programming knowledge but Pin
Richard MacCutchan23-Oct-16 5:34
mveRichard MacCutchan23-Oct-16 5:34 
GeneralRe: I have no programming knowledge but Pin
Member 1280995223-Oct-16 9:30
Member 1280995223-Oct-16 9:30 
QuestionUsing a usb barcode reader Pin
desanti20-Oct-16 8:13
desanti20-Oct-16 8:13 
AnswerRe: Using a usb barcode reader Pin
Richard MacCutchan20-Oct-16 20:51
mveRichard MacCutchan20-Oct-16 20:51 
GeneralRe: Using a usb barcode reader Pin
desanti20-Oct-16 22:44
desanti20-Oct-16 22:44 
GeneralRe: Using a usb barcode reader Pin
Eddy Vluggen21-Oct-16 0:01
professionalEddy Vluggen21-Oct-16 0:01 

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.