Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9335 - 9364 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9335
I am new to coding and have an assignment to parse a name and place the first name in one label and the middle name in the second label and the last name in...
zbuster81
Offline Send Email
Feb 3, 2009
1:39 am
9336
I think the problem is the variables are being passed to the function byval and not byref. So, the value is changed in the sub but not returned. You should...
Ron Blitz
comblitz
Offline Send Email
Feb 3, 2009
9:48 pm
9337
Your first method is quite convoluted. Using the split function would save you a lot of hassle: Private Sub btnParse_Click(ByVal sender As System.Object, ByVal...
Jeff Steinkamp
n7yg
Offline Send Email
Feb 5, 2009
12:15 am
9338
I wish to purchase Visual Basic, but getting information from the MS site is hopeless. Would someone please explain to me the differances between the Standard...
David C. Keith
davidckeith
Offline Send Email
Feb 5, 2009
12:34 am
9339
I agree. When a value is passed by ref to a function and the value is changed, when the functions ends the changed value is available to the calling function...
David C. Keith
davidckeith
Offline Send Email
Feb 5, 2009
12:34 am
9340
http://www.microsoft.com/visualstudio/en-us/products/teamsystem/default. mspx#compare_products From: VisualBasic_Official@yahoogroups.com ...
Paul Engel
pengel200
Offline Send Email
Feb 5, 2009
6:49 pm
9341
Private Sub btnRemove_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnRemove.Click For i As Integer =...
zbuster81
Offline Send Email
Feb 12, 2009
1:49 am
9342
I have written the following code to fill an arryList and then display it in a list box. I now want to remove a selected item from the list box and remove the...
zbuster81
Offline Send Email
Feb 12, 2009
1:49 am
9343
It was the passing byVal and Not byRef. Thank You so much Buster ... function byval ... returned. You ... not a ... type, ... place the...
zbuster81
Offline Send Email
Feb 12, 2009
1:49 am
9344
Hi, everyone. I just joined this group. I hope someone can help with this: I have a VB5 application that needs to present photos as thumbnails. The way I'm...
keith63fl
Offline Send Email
Feb 23, 2009
6:43 pm
9345
Does anyone have a code example to FTP a file to an Alpha?...
guuuyyy
Offline Send Email
Feb 24, 2009
4:48 pm
9346
Hi all, MCIT certifications waslt NH, u can go to receive it from mr. same7. [Non-text portions of this message have been removed]...
Doudy
dd_hefzy
Offline Send Email
Feb 25, 2009
7:30 pm
9347
hello i want to use sql server 2005 at my home using sql server authentication with vb.net 2005? the setup which i have installs sql server 2005 which is...
praveenbalan_29
Offline Send Email
Mar 3, 2009
12:33 am
9348
Hi All, Is there a way for 2 User Controls both embedded in the same Form to communicate directly with each other via events? Let say Control A contains an...
J.I. Julian
jojojulian
Offline Send Email
Mar 3, 2009
12:33 am
9349
I'm having problems connecting an access database; though it says that the connection succeeded, whenever I click OK, it says: "format of the initialization...
Trisha V. Cayetano
pretty_trix
Online Now Send Email
Mar 3, 2009
12:33 am
9350
... From: "zbuster81" <zbuster81@...> To: <VisualBasic_Official@yahoogroups.com> Sent: Tuesday, February 10, 2009 19:51 Subject: [Visual Basic] Remove...
Jeff Steinkamp
n7yg
Offline Send Email
Mar 3, 2009
12:33 am
9351
Sure. Find the event that fires when you select a new row in the datagrid, and put the code in that event to populate control b's text. Pseaudo code for ctrla...
Paul Engel
pengel200
Offline Send Email
Mar 3, 2009
4:28 pm
9352
Hi, It's been awhile since I've done any programming so this may not be what your looking for but this is what I have... get Control B to use the Selecyed Item...
Ivan Angell
ivanak47
Offline Send Email
Mar 3, 2009
4:28 pm
9353
Does anyone know where I can find an example or tutorial on coding a basketball simulator. That requires an array of 5 players 2 teams? Thank you...
fleetwood225
Offline Send Email
Mar 4, 2009
7:37 pm
9354
Hi, I may have encountered a similar problem connecting to an MS-Access database a few weeks back. To solve the problem I just upgraded the version of the...
J.I. Julian
jojojulian
Offline Send Email
Mar 4, 2009
7:37 pm
9355
sounds like homework...
Matthew Kemmerer
mattsoftnet
Online Now Send Email
Mar 4, 2009
9:16 pm
9356
Trisha, At work I use Access 2003 with both Visual Studio Pro and Express 2008 with no problems at all. You didn't indicate which version of Acces you are...
David C. Keith
davidckeith
Offline Send Email
Mar 5, 2009
5:16 pm
9357
hi everyone.. i m writing software in vb in which i am going to connect device to usb port and send command to it via vb code. but i m not able to establish...
imgentalman
Offline Send Email
Mar 9, 2009
11:24 pm
9358
... check your connection string...
thisisforjunkmail0234
thisisforjun...
Offline
Mar 9, 2009
11:24 pm
9359
hi all, i m a vb6 devloper and started to use visual studio 2005 i m making a database web in asp.net, sql with language vb.net. The login page and sission...
balvant desai
balvant_desai
Offline Send Email
Mar 12, 2009
5:23 pm
9360
hi all, i m a vb6 devloper and started to use visual studio 2005 i m making a database driven web in asp.net, sql with language vb.net. The login page and...
balvant_desai
Offline Send Email
Mar 12, 2009
5:23 pm
9361
In the name of Allah Dear I wanted to send pic to Data Base with ADO.Net through the Data Adaptor but I don't know how to convert Image type in vb.net to image...
am29_11
Offline Send Email
Mar 16, 2009
4:43 pm
9362
Hi, I have a problem on displaying information I get from a MYSQL query. I am a beginner in VB.net, and the code is very different from VB6, so I could really...
bsuvar@...
bsuvar...
Offline
Mar 16, 2009
4:43 pm
9363
The following code is from the Illustrator Scripting Guide, but when I try and compile it in Visual Basic I get the error message "Array is a type and cannot...
vaivedrai2000
Offline Send Email
Mar 16, 2009
7:51 pm
9364
plese Visual Basic code , exsample Re...
kanak81
Offline Send Email
Mar 17, 2009
7:37 pm
Messages 9335 - 9364 of 9531   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help