Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
all groups > vb.net > july 2006 > threads for saturday july 15

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Is this a bug: 2.2 - 0.4 = 1.8 but 1.2 - 0.4 = 0.8000001 ?
Posted by Dave at 7/15/2006 5:18:12 PM
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 >>


why executing/checking commented code.
Posted by Jim at 7/15/2006 3:49:07 PM
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 >>

Can I make my Form visible during a debug session?
Posted by Jerry Spence1 at 7/15/2006 3:03:16 PM
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 >>

multiple color + font selections in a richtextbox control
Posted by iwdu15 at 7/15/2006 9:41:01 AM
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 >>

Writign a routine to automatically backup under XP
Posted by aalaan NO[at]SPAM tpg.com.au at 7/15/2006 12:00:00 AM
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 >>



DevelopmentNow Blog