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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|