Click here to Skip to main content
15,923,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDelete Record in datagrid not working Pin
BORN...again!29-Aug-05 17:49
BORN...again!29-Aug-05 17:49 
Questiondail a telephone number ,and when the person lifts up the telephone ... Pin
sunnf29-Aug-05 15:53
sunnf29-Aug-05 15:53 
QuestionGet hotfixes type and DLL language Pin
highdoe29-Aug-05 12:25
highdoe29-Aug-05 12:25 
AnswerRe: Get hotfixes type and DLL language Pin
Dave Kreskowiak29-Aug-05 13:13
mveDave Kreskowiak29-Aug-05 13:13 
GeneralRe: Get hotfixes type and DLL language Pin
highdoe29-Aug-05 20:41
highdoe29-Aug-05 20:41 
GeneralRe: Get hotfixes type and DLL language Pin
Dave Kreskowiak30-Aug-05 2:32
mveDave Kreskowiak30-Aug-05 2:32 
Questiongetting ids Pin
Secrets29-Aug-05 11:17
Secrets29-Aug-05 11:17 
QuestionGarabage Collection Question Pin
|Spud|29-Aug-05 11:07
|Spud|29-Aug-05 11:07 
Hello all this is my first post here , hehe...

I wrote a function that returns a datarow .The datarow was created and declared within the function(it is not public).My question is does the datarow that was declared within that function gets disposed automatically or am I ending up with an extra datarow residing within memory(the created datarow and the receiving datarow) ?

-- the function is short:
Public Shared Function getDrow()as DataRow
dim dr as Datarow
--creates the datarow
return dr
End Function


implementation:

dim o as Datarow = getDrow

AnswerRe: Garabage Collection Question Pin
Secrets29-Aug-05 11:30
Secrets29-Aug-05 11:30 
GeneralRe: Garabage Collection Question Pin
|Spud|29-Aug-05 20:43
|Spud|29-Aug-05 20:43 
QuestionApplication to "see" over windows sessions Pin
°[Halo]°29-Aug-05 10:40
°[Halo]°29-Aug-05 10:40 
AnswerRe: Application to "see" over windows sessions Pin
Dave Kreskowiak29-Aug-05 10:47
mveDave Kreskowiak29-Aug-05 10:47 
GeneralRe: Application to "see" over windows sessions Pin
°[Halo]°29-Aug-05 12:04
°[Halo]°29-Aug-05 12:04 
GeneralRe: Application to "see" over windows sessions Pin
Dave Kreskowiak29-Aug-05 13:01
mveDave Kreskowiak29-Aug-05 13:01 
QuestionHelp with closing a form Pin
jelsner29-Aug-05 7:30
jelsner29-Aug-05 7:30 
AnswerRe: Help with closing a form Pin
Dave Kreskowiak29-Aug-05 9:59
mveDave Kreskowiak29-Aug-05 9:59 
QuestionGetTypeFromProgID: Invalid class string Pin
DaveC42691329-Aug-05 6:28
DaveC42691329-Aug-05 6:28 
QuestionAccessing data within datagrids...... Pin
daviiie29-Aug-05 6:27
daviiie29-Aug-05 6:27 
AnswerRe: Accessing data within datagrids...... Pin
Anonymous29-Aug-05 7:06
Anonymous29-Aug-05 7:06 
QuestionVBA Excel 2003 Pin
PHDENG8129-Aug-05 2:46
PHDENG8129-Aug-05 2:46 
AnswerRe: VBA Excel 2003 Pin
Dave Kreskowiak29-Aug-05 4:36
mveDave Kreskowiak29-Aug-05 4:36 
GeneralRe: VBA Excel 2003 Pin
PHDENG8129-Aug-05 5:02
PHDENG8129-Aug-05 5:02 
GeneralRe: VBA Excel 2003 Pin
Dave Kreskowiak29-Aug-05 9:49
mveDave Kreskowiak29-Aug-05 9:49 
QuestionImageList with too many items Pin
MohammadAmiry29-Aug-05 2:14
MohammadAmiry29-Aug-05 2:14 
AnswerRe: ImageList with too many items Pin
Dave Kreskowiak29-Aug-05 4:29
mveDave Kreskowiak29-Aug-05 4:29 

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.