Hi,
Dim a, b As Single
a = 2.2
b = 0.4
Response.Write(a - b)
This gives: 1,8 (rendered according my regional settings)
But this gives: 0,8000001 (rendered according my regional settings):
Dim a, b As Single
a = 1.2
b = 0.4
Response.Wr...
more >>
Hi,
..net 2k3
Why, when I go to test some code, does is the commented code being checked
for errors? What is the point of commenting it?
JPM
...
more >>
One of the things I have always missed from VB6 days is that whilst I am
debugging code which writes to my form, I could always task switch to the
form and see the results as I went. With VB.Net you just get an hour glass
over a completely blank screen. I was hoping the VB 2005 would be better...
more >>
hi, im trying to figure out how to get all the font and color selections of a
richt text box. for instance we could have this:
Red (formatted in red color and Arial font)
Green (formatted in green color and Times new Roman font)
Blue (formatted in blue color and Arial narrow font)
so im tr...
more >>
Hi all.
I have learned to use vba with word2000 to automate various things there.
This has encouraged me to try and automate some actions in XP windows
explorer. Do I use vbnet for this or will vb5 work, in which case I guess I
go elsewhere...
...
more >>