S
sam
Hi,
If I use "Using" do I sill need to call Dispose Method?
ex
Using F as Font=new Font(...)
.....
end Using
is that enough to free F
or, do I need to call F.dispose()
TIA
Sam
If I use "Using" do I sill need to call Dispose Method?
ex
Using F as Font=new Font(...)
.....
end Using
is that enough to free F
or, do I need to call F.dispose()
TIA
Sam