Ask a Question related to ASP.NET General, Design and Development.
-
Dave #1
VB6/VB.Net difference question
What are the VB.Net equivalents of the VB6 "Class
Initialize" and "Class Terminate"?
Dave Guest
-
what's the difference?
Greetings - I'm looking to buy a good beginners book on DMX/php/mysql and I see this one mentioned all over the place, but I also hear complaints... -
Why is there a difference??
I'm noticing that for some reason the 2 icons I have on my page are moving in different browsers. Look fine in IE but not in Firefox. Page is... -
I don't get it. What's the difference??
Why does #1 below works but not #2? The only difference is that I'm calling move_uploaded_file() from within a function. Thanks in advance. Mike... -
getting smallest difference -> adding a Question
Eric Moors (scare.crow@oz.land) wrote on MMMDCXLIX September MCMXCIII in <URL:news:pan.2003.08.28.08.57.19.558950.12421@oz.land>: `' > I've been... -
Question: Difference between strMyVar and Session("strMyVar")
If I have a variable I want to share in my application what is the difference between just declaring a variable (Dim strMyVar as String) and using... -
VB Programmer #2
Re: VB6/VB.Net difference question
Use the constructor "New()" and the destructor "Dispose()" I believe.
"Dave" <davet65109@hotmail.com> wrote in message
news:02c401c36104$b70c5cb0$a401280a@phx.gbl...> What are the VB.Net equivalents of the VB6 "Class
> Initialize" and "Class Terminate"?
VB Programmer Guest
-
Kevin Spencer #3
Re: VB6/VB.Net difference question
There is no destructor. However, Dispose() is used for certain classes that
need to clean up after themselves for some reason, such as having unmanaged
resources in them.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:e%23fRYUQYDHA.2236@TK2MSFTNGP10.phx.gbl...> Use the constructor "New()" and the destructor "Dispose()" I believe.
>
> "Dave" <davet65109@hotmail.com> wrote in message
> news:02c401c36104$b70c5cb0$a401280a@phx.gbl...>> > What are the VB.Net equivalents of the VB6 "Class
> > Initialize" and "Class Terminate"?
>
Kevin Spencer Guest



Reply With Quote

