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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 9313 - 9342 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9313
Hi. did this project out of my programming book for my programming class. will post the message below. if any one can shed light on how to fix this problem i...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 2, 2008
5:19 am
9314
Hi. did this project out of my programming book for my programming class. will post the message below. if any one can shed light on how to fix this problem i...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 2, 2008
5:25 am
9315
Dear Experts, 1) I have LIST.XLS sheet with name of items 2) I have details in MDB for all items I want to extract details from MDB and save in new...
vipul maheshwari
vipul_800
Offline Send Email
Dec 4, 2008
1:44 am
9316
Vipul,   Attached please fond an Excel class I use for these kinds of problems,. Maybe it will also help your application.   Marty Powers ...
martin powers
marty4120
Offline Send Email
Dec 5, 2008
1:24 am
9317
Dear all I am facing following problems while writting macros in excel environment for small attendance database as well as employees personal information. I...
minhaz nayani
minnayani
Offline Send Email
Dec 9, 2008
6:41 pm
9318
Hi. using the jaws for windows screen reader as a blind development student using visual basic dot net express 2005. will post the following message belowm...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 9, 2008
6:42 pm
9319
Why are you using excel?....It sounds to me like you want a database application so use sql or access...Let me know what you decide and i will help...not do...
rdyrmble
Offline Send Email
Dec 11, 2008
9:10 pm
9320
I can save an integer variable as upper case, but when I pull up the project at a later time, this same variable has been changed to lower case. For example...
grantbingeman
Offline Send Email
Dec 22, 2008
5:54 pm
9321
might be a restricted name. add something else to the variable name, like another letter or a number...
Matthew Kemmerer
mattsoftnet
Offline Send Email
Dec 24, 2008
12:51 am
9322
Since VB is not case sensitive, I suspect that somewhere in your code you are using the lower case ns. Why it is changing the definition, I can not answer...
Jeff Steinkamp
n7yg
Offline Send Email
Dec 24, 2008
12:51 am
9323
Is it possible that there is some global variable already defined w/ the same name, but in lower case that is in scope at the point at which you are setting...
Paul Engel
pengel200
Offline Send Email
Dec 24, 2008
12:51 am
9324
ryt click the variable name and choose definition.. i suspect that you defined the variable twice on different aspects AgEnT^^^OrAnGe My Greatest Fear is to...
Agent Orange
evil_agentor...
Online Now Send Email
Dec 24, 2008
5:32 pm
9325
Yes, I did find that VB6 sometimes gets confused, since it cannot distinquish between upper and lower case variables; in my case there was an "ns" defined in...
Grant Bingeman
grantbingeman
Offline Send Email
Dec 29, 2008
10:14 pm
9326
I am using VB2005 express , whenever i try to add flash to my WINforms, all i needed to do was to add the control as a com component and drag it on the stage...
Roshan
the_picez
Offline Send Email
Dec 29, 2008
10:14 pm
9327
i want introduction onwards about visual basic pls ... From: Roshan <the_picez@...> Subject: [Visual Basic] failed to import the activex control. please...
Selvi S
selvis431
Offline Send Email
Dec 31, 2008
12:28 am
9328
Go to the folder the acviveX control is listed and once found right click it and frm the popup menu select Open With.   their will be a listof programs and a...
Danny (BlakJack) Jack...
danny846842
Offline Send Email
Dec 31, 2008
12:28 am
9329
Dear Danny, thanx for ur reply but I didn't find folder acviveX. whatz its path? ... right click it and frm the popup menu select Open With. ... button and...
Roshan
the_picez
Offline Send Email
Jan 2, 2009
6:14 pm
9330
i am programmer of VB6. Now i wana switch to .net with SQL Server, kindly tell me what version i should install in my PC and kindly send me link from where i...
azhar abbas
s.azharabbas
Offline Send Email
Jan 7, 2009
12:03 am
9331
Hi y'all I am in your same situation and well ... I think the most intelligent is starting with VB 2008, nonsense doing with VB 2005 and VISUAL BASIC 2008 FOR...
.·. Deo Vindice M...
ygghdrasil88
Offline Send Email
Jan 8, 2009
12:58 am
9332
Every week I down load data from our server. The same format and headers each week. This file will grow exponentially! Need to append it to a text file so I...
Biggs
mbadaddy
Offline Send Email
Jan 17, 2009
1:40 am
9333
Language: VB 2008 Express I need to replace every instance of "_new" with "_self" found in a js function on a webpage loaded into the WebBrowser1 control. I...
cf_ernie
Online Now Send Email
Jan 29, 2009
6:24 pm
9334
You can download VisualBasic 2008 Express for free here http://www.microsoft.com/Express/VB/ HTH, Ernie ... kindly tell me what version i should install in my...
cf_ernie
Online Now Send Email
Jan 29, 2009
6:24 pm
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
Messages 9313 - 9342 of 9530   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