Click here to Skip to main content
15,900,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPocket PC Connections? Pin
Widgets20-Jan-08 2:16
Widgets20-Jan-08 2:16 
GeneralSyntax Highlighting Pin
The Mighty Atom20-Jan-08 2:03
The Mighty Atom20-Jan-08 2:03 
GeneralRe: Syntax Highlighting Pin
The ANZAC20-Jan-08 18:36
The ANZAC20-Jan-08 18:36 
GeneralRe: Syntax Highlighting Pin
The Mighty Atom21-Jan-08 2:59
The Mighty Atom21-Jan-08 2:59 
GeneralRe: Syntax Highlighting Pin
The ANZAC21-Jan-08 14:06
The ANZAC21-Jan-08 14:06 
GeneralRe: Syntax Highlighting Pin
The Mighty Atom22-Jan-08 2:04
The Mighty Atom22-Jan-08 2:04 
GeneralGetting the number of rows from a table adapter query Pin
AAGTHosting19-Jan-08 17:17
AAGTHosting19-Jan-08 17:17 
GeneralQuestion about Shared modifier Pin
Alaric_19-Jan-08 11:04
professionalAlaric_19-Jan-08 11:04 
Hi all,
I'm working in a system that was written in VB.NET, and I ran across a function library(gag) that uses the Shared modifier on all of the functions inside it. I know that this modifier is for accessing non-static members using static syntax, but does anyone know exactly what's going on under the hood? Since the function is NOT static, and is in fact an instance member, does a call to a Shared method implicitly instantiate the object, call the function, return the result and then have the implicit object go out of scope for garbage collection? (That's what I think it's probably doing...but I can't find any information to substantiate my thoughts) Does anyone know of anything that can refute this assumption?

"I need build Skynet. Plz send code"

GeneralRe: Question about Shared modifier Pin
Luc Pattyn19-Jan-08 11:51
sitebuilderLuc Pattyn19-Jan-08 11:51 
GeneralRe: Question about Shared modifier [modified] Pin
Alaric_19-Jan-08 12:39
professionalAlaric_19-Jan-08 12:39 
GeneralRe: Question about Shared modifier Pin
Guffa19-Jan-08 13:02
Guffa19-Jan-08 13:02 
GeneralRe: Question about Shared modifier Pin
pmarfleet19-Jan-08 12:00
pmarfleet19-Jan-08 12:00 
GeneralRe: Question about Shared modifier Pin
Alaric_19-Jan-08 12:29
professionalAlaric_19-Jan-08 12:29 
GeneralRe: Question about Shared modifier Pin
pmarfleet19-Jan-08 12:40
pmarfleet19-Jan-08 12:40 
GeneralRe: Question about Shared modifier Pin
Guffa19-Jan-08 13:12
Guffa19-Jan-08 13:12 
GeneralRe: Question about Shared modifier Pin
Alaric_19-Jan-08 12:34
professionalAlaric_19-Jan-08 12:34 
GeneralRe: Question about Shared modifier Pin
pmarfleet19-Jan-08 12:45
pmarfleet19-Jan-08 12:45 
GeneralRe: Question about Shared modifier Pin
Alaric_19-Jan-08 13:53
professionalAlaric_19-Jan-08 13:53 
GeneralRe: Question about Shared modifier Pin
Guffa19-Jan-08 17:56
Guffa19-Jan-08 17:56 
GeneralPuzzling MDI Behaviour Pin
George B Gilbert19-Jan-08 10:25
George B Gilbert19-Jan-08 10:25 
GeneralTwilight Zone! Pin
George B Gilbert19-Jan-08 13:33
George B Gilbert19-Jan-08 13:33 
GeneralRe: Twilight Zone! Pin
Alaric_19-Jan-08 13:55
professionalAlaric_19-Jan-08 13:55 
GeneralIP address on LAN through a wireless router. CarPC project Pin
portreathbeach19-Jan-08 8:23
portreathbeach19-Jan-08 8:23 
GeneralRe: IP address on LAN through a wireless router. CarPC project Pin
portreathbeach19-Jan-08 11:33
portreathbeach19-Jan-08 11:33 
GeneralEmail Sending in VB2005 Pin
plural19-Jan-08 3:14
plural19-Jan-08 3:14 

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.