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 > january 2006 > threads for sunday january 1

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

String before the first number
Posted by mm at 1/1/2006 7:36:50 PM
Hi all I have a string example like this TSOP65P640X120-20N M 0 0 0 3 9 0 20 1 0 The first number in this case is 6 but it can be between 0 and 9 The first number can be on place between 2 an 6 How do I get the string before the first number (TSOP) TIA Mans ...more >>


where can i download the setup for Visual Basic 2005 Express edition
Posted by LeAnne at 1/1/2006 6:42:58 PM
where can i download the setup for vb.net 2005 express edition. the link on MS site allows me to download only a file which when run will install it onto my computer. What i need is the whole setup so that i could burn it onto a cd/copy it to my hard disk. I checked the links on ms pages wh...more >>

Converting from string to Enumerated type
Posted by postings NO[at]SPAM alexshirley.com at 1/1/2006 6:03:54 PM
Hi How do I convert from string to Enumerated type I defined? i.e. Dim pagemode As myenumtype = CType(mystringvalue,???? ). Can't seem to work this out at all! Cheers Alex ...more >>

VB2005 version: ConfigurationSettings.AppSettings
Posted by Dean Slindee at 1/1/2006 5:01:20 PM
What is the VS2005 version of ConfigurationSettings.AppSettings: Dim strTemp As String strTemp = ConfigurationSettings.AppSettings.Get(Application.ProductName & "/" & strKeyID) ...more >>

VB2005 version of ConfigurationSettings.AppSettings
Posted by Dean Slindee at 1/1/2006 4:43:23 PM
What is the VS2005 version of ConfigurationSettings.AppSettings: Dim strTemp As String strTemp = ConfigurationSettings.AppSettings.Get(Application.ProductName & "/" & strKeyID) Thanks, Dean Slindee *** Sent via Developersdex http://www.developersdex.com ***...more >>

OleDbCommand format question
Posted by mark at 1/1/2006 11:02:02 AM
I have reviewed the MS knowledgebase fairly extensively and I have looked over past threads on this topic. It seems I can added a new record to a spreadsheet with: Try Dim str_Conn As String = "provider=Microsoft.Jet.OLEDB.4.0; " & _ "data...more >>

Using System.web.dll to send mail ?
Posted by Husam at 1/1/2006 9:51:01 AM
Hi EveryBody: I made windows application project as e-mail sender. This project consist of 13 textbox and one label and one button. I add {system.web.dll} as refrance to this project to help me using some mail functions after I got hint from Mr. Paul Remblance to do so. The code is like ...more >>

How can I get the border styles of a Text Box and Rich Text Box to Match
Posted by Christian Blackburn at 1/1/2006 5:43:11 AM
Hi Gang, I'm using VB 2005 so if you don't have that then you might skip this issue. I need to get a rich text box and a regular text box's border styles to match. For further explanation please see the screenshot. http://christianblackburn.com/misc/Find%20Files%20Text%20Boxes%20Don't%20Matc...more >>



How can I get a Menu Item's ShortcutKeys = Alt+Enter
Posted by Christian Blackburn at 1/1/2006 5:29:25 AM
Hi Gang, I have a context menu in my application where users click over files. How can I get the shortcutkeys property of a menu item equal to Alt+Enter? I don't see Enter or Return anywhere in the list. Perhaps it's under a different name. I'm using the US English versions of Windows and ...more >>

Ctrl+A is Select All, What's default for Select None?
Posted by Christian Blackburn at 1/1/2006 4:02:30 AM
Hi Gang, In most programs Ctrl+A is Select All. I'm inclined to use the most common keyboard shortcuts, whenever possible. What are the names of some programs that have a key assigned for select none and what key do they use? I think I'm going to go with Ctrl+ (Minus Sign), but I'm interest...more >>

"Walkthrough" source for Intro to VB.NET?
Posted by bill at 1/1/2006 1:30:07 AM
Yes, it's an old book (Introducing MS Visual Basic 2005 for Developers, Sean Campbell, et al) but I like it. For their Walkthrough source code, they point to : http://msdn.microsoft.com/vbasic/VB6Migration but this link is no longer valid. Anyone know the properURL? TIA, Bill ...more >>


DevelopmentNow Blog