Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel10-May-17 6:12
Otekpo Emmanuel10-May-17 6:12 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Chris Quinn10-May-17 21:47
Chris Quinn10-May-17 21:47 
GeneralSolved: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel12-May-17 8:50
Otekpo Emmanuel12-May-17 8:50 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Richard MacCutchan12-May-17 13:18
mveRichard MacCutchan12-May-17 13:18 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel13-May-17 8:20
Otekpo Emmanuel13-May-17 8:20 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Dave Kreskowiak13-May-17 8:39
mveDave Kreskowiak13-May-17 8:39 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel3-Jul-17 19:20
Otekpo Emmanuel3-Jul-17 19:20 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Richard MacCutchan13-May-17 20:53
mveRichard MacCutchan13-May-17 20:53 
AnswerRe: GET PC POSITION IN VISUAL BASIC Pin
Afzaal Ahmad Zeeshan10-May-17 5:19
professionalAfzaal Ahmad Zeeshan10-May-17 5:19 
GeneralRe: GET PC POSITION IN VISUAL BASIC Pin
Otekpo Emmanuel3-Jul-17 19:23
Otekpo Emmanuel3-Jul-17 19:23 
QuestionHow to return a array of structure in the function? Pin
Member 130177309-May-17 3:55
Member 130177309-May-17 3:55 
AnswerRe: How to return a array of structure in the function? Pin
David Mujica9-May-17 4:42
David Mujica9-May-17 4:42 
GeneralRe: How to return a array of structure in the function? Pin
Member 130177309-May-17 4:54
Member 130177309-May-17 4:54 
AnswerRe: How to return a array of structure in the function? Pin
Richard MacCutchan9-May-17 4:55
mveRichard MacCutchan9-May-17 4:55 
GeneralRe: How to return a array of structure in the function? Pin
Member 130177309-May-17 5:11
Member 130177309-May-17 5:11 
GeneralRe: How to return a array of structure in the function? Pin
Richard MacCutchan9-May-17 5:20
mveRichard MacCutchan9-May-17 5:20 
QuestionHow to dispose of a particular instance of a class? Pin
Sonhospa6-May-17 22:48
Sonhospa6-May-17 22:48 
AnswerRe: How to dispose of a particular instance of a class? Pin
Michael_Davies7-May-17 0:02
Michael_Davies7-May-17 0:02 
GeneralRe: How to dispose of a particular instance of a class? Pin
Sonhospa7-May-17 0:13
Sonhospa7-May-17 0:13 
AnswerProbable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Sonhospa7-May-17 1:00
Sonhospa7-May-17 1:00 
GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Eddy Vluggen7-May-17 1:18
professionalEddy Vluggen7-May-17 1:18 
Memory allocated in .NET using the new command can automatically claimed by the GC as soon as the object loses scope. I say can, because it won't do it immediatly. Disposing is only required if there are unmanaged resources owned by the object.

Which means you can safely remove the "ff.Dispose()" statement.

Also see Object.Finalize Method (System)[^], Garbage Collection[^] and Implementing a Dispose Method[^].
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Sonhospa7-May-17 1:37
Sonhospa7-May-17 1:37 
GeneralRe: Probable Solution Or Workaround (Re: How to dispose of a particular instance of a class?) Pin
Eddy Vluggen7-May-17 5:14
professionalEddy Vluggen7-May-17 5:14 
Questionvisual basic 6.0 winsock connect 3 client to play tetris game Pin
Member 131761035-May-17 19:27
Member 131761035-May-17 19:27 
AnswerRe: visual basic 6.0 winsock connect 3 client to play tetris game Pin
Richard MacCutchan5-May-17 21:14
mveRichard MacCutchan5-May-17 21: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.