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 > october 2007 > threads for saturday october 20

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

escape character not working in string
Posted by tshad at 10/20/2007 10:48:25 PM
I have the following code Dim val As Int16 = 7 Dim name As String = "Mr. John" Dim num As Double = 45.06F Dim str As String = String.Format("Days Left : {0}. Current DataTime: {1:u}. \n String: {2}, Float: {3}", val, DateTime.Now, name, num) Console.WriteLine(str) The line should break be...more >>


spell checking
Posted by Dean Slindee at 10/20/2007 8:09:24 PM
Anybody got any helpful suggestions on how to implement spell checking in a textbox. Perhaps solutions using Microsoft Word spell checker as a called routine? What has worked for you? Thanks, Dean S ...more >>

Allowing other apps access to methods in a .net app
Posted by cj at 10/20/2007 5:11:25 PM
I've often used methods exposed by software purchased for other uses to automate tasks. For instance back in the late 90's I found the terminal emulation package the company exposed methods that allowed me to write a VB program that could use that terminal emulation package to connect to, r...more >>

new vb.net classes in .net 3.0
Posted by pc nerd at 10/20/2007 3:04:00 PM
I tried VB.NET 2005. When the .net framework is updated, does it add new classes to vb.net? In other words, does .net 3.0 (or whatever the current version is) add new classes to vb.net that one can use in vb.net 2005? Thank you. David...more >>

Display Context Menu on DataGridView only when specifc keys are pressed...
Posted by hzgt9b at 10/20/2007 1:36:09 AM
Using VS2005, VB.NET, I am developing a windows app that has a DataGridView. I want to enable the display of a context menu on this DataGridView only when a specific set of keys is also pressed (like CTRL+ALT+SHIFT). TO this point I have code that only displays the context menu while keys CTRL ...more >>

How do I give a cool look to my app?
Posted by Anil Gupte at 10/20/2007 12:00:00 AM
I have seen a lot of apps that have a really nice title bar using some kind of graphics and even the minnimize maximize buttons look cool. Is this built in somewhere in VB.Net or do you have to buy a library? Thanx for your input. -- Anil Gupte www.keeninc.net www.icinema.com ...more >>



DevelopmentNow Blog