Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? 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 19307 - 19336 of 22566   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19307
Hi Jamie: When you make the install kits, what program do you use? I don't think the VB-6 Package and Deploy Wizard will work with Vista (haven't tried it...
Richard
alienwebmaster
Offline Send Email
Mar 1, 2007
8:34 pm
19308
Hi Dwight. Check out the scroll event of the listbox object. I'll bet that if you put something like this in that event procedure, it would not select...
Richard
alienwebmaster
Offline Send Email
Mar 1, 2007
9:07 pm
19309
Hi Richard, I use Microsoft's own visual studio installer with the windows loader. I haven't used the PDW for years now since I found the free installer. She...
mindserve
Offline Send Email
Mar 1, 2007
11:18 pm
19310
Hi Jamie. What I've found works quite well is to run the VB Package and Deploy wizard (intrinsic VB wizard) to create a dependency file (DLL and OCX list),...
Richard
alienwebmaster
Offline Send Email
Mar 2, 2007
6:55 pm
19311
I am trying to compare an access field and an Oracle field. The oracle field is 14 characters as is the Access field. Unfortunately somewhere in the query...
Johnson, Julie
JulieJohnson@...
Send Email
Mar 3, 2007
3:50 pm
19312
I guess the question that comes to mind is how do you know there are leading spaces stored in the Access field? /tr _____ From: helpwithvb@yahoogroups.com...
Timothy Rupp
timrupp804
Offline Send Email
Mar 3, 2007
4:06 pm
19313
Good Morning everyone....Normally I use the following to connect to the database so it's not hard coded. XXX "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=" &...
mindserve
Offline Send Email
Mar 5, 2007
2:14 pm
19314
Is it My.Application.Info.DirectoryPath...
Kenneth Danner
racermand289
Offline Send Email
Mar 5, 2007
3:51 pm
19315
Jamie, VB.Net doesn't support the app.path function of VB6. One way you could replicate it, is to use this function: Private Function AppPath() as String ...
Timothy Rupp
timrupp804
Offline Send Email
Mar 5, 2007
4:07 pm
19316
So no & or " ? no persist security info=False? Exactly what is they syntax for this please... Kenneth Danner <kwd@...> wrote: Is it ...
mindserve
Offline Send Email
Mar 5, 2007
4:09 pm
19317
Hi Tim....ithanks....t's going to take some time for me to learn visual basic 2005...and has anyone seen how vb9 looks???well, it's not good old classic vb6...
mindserve
Offline Send Email
Mar 5, 2007
4:29 pm
19318
Me? I am avoiding Vista until AT LEAST Service Pack 1, Maybe 2. One article in a computer magazine extorts folks to upgrade to Vista now, since they will be...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 5, 2007
5:08 pm
19319
I am having trouble in an Access database which has a link to an oracle table. When I look for a record which has leading spaces, the sql portion of the query...
Johnson, Julie
JulieJohnson@...
Send Email
Mar 5, 2007
5:16 pm
19320
Wouldn't like to install it on any machine that's in use so I used the normal method and bought a new cheap laptop with it on :-) Not had time to play too much...
Mike Bouffler
mikebouffler
Offline Send Email
Mar 5, 2007
5:24 pm
19321
This will be like Windows 98, then 98 SE and then ME which was a total Dud... Xp was fine after the 2nd service pack and a zillion hot fixes applied, but no...
mindserve
Offline Send Email
Mar 5, 2007
5:26 pm
19322
I'm going down the same path, Mike. Last night I downloaded the CTP of Orcas. Looks like fun! /tr _____ From: helpwithvb@yahoogroups.com...
Timothy Rupp
timrupp804
Offline Send Email
Mar 5, 2007
5:46 pm
19323
Julie -- I believe there is a Trim function in Access SQL, or possibly an LTRIM function, as there is in VBA...witch you can use as a calculated field to check...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 5, 2007
7:36 pm
19324
Hi Mike, In the USA, the stores, distributors, et al, seem to be pushing the computer models that are 'Vista Capable'. Read that as: 'the bare-bones-model'. I...
Steve Manser
tileguy2929
Offline Send Email
Mar 5, 2007
9:31 pm
19325
Steve, I just got a Toshiba 12" laptop. I wanted a small light machine and the Sony Vaio 11" was just too small (to say nothing about pricey!!!) T7200 Core 2...
Timothy Rupp
timrupp804
Offline Send Email
Mar 5, 2007
10:15 pm
19326
Not to be a know it all here but I could do that with my Windows Me machine and a little program called goback it saved me more than once in the early days of...
Dwight Norris
choroid_45
Offline Send Email
Mar 6, 2007
2:03 am
19327
!FirstName = "" & Trim$(txtFName.Text) this works just great and thank you to whoever gave it to me Mike B dwight ... From: Neiger, Bruce D To:...
Dwight Norris
choroid_45
Offline Send Email
Mar 6, 2007
2:03 am
19328
Nice addition to the arsenal Tim < g > I was thinking more along the lines of what we see being advertised by Circuit City, Best Buy, Indigo's Computer Works,...
Steve Manser
tileguy2929
Offline Send Email
Mar 6, 2007
2:35 am
19329
You're welcome -=BDN=- (Bruce Neiger) ... !FirstName = "" & Trim$(txtFName.Text) this works just great and thank you to whoever gave it to me Mike B dwight ...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 6, 2007
2:03 pm
19330
I come to praise GoBack -- not to bury it. For those who do not know, Norton GoBack is a utility, much like Windows' set point / restore functions, but MUCH...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 6, 2007
2:12 pm
19331
This is one of those question that may sound dumb for those who are fluent in HTML. Can a form that is created in VB be used in HTML by using VBScript and the...
twlewis@...
tlewis_mcleo...
Offline Send Email
Mar 6, 2007
7:45 pm
19332
I did a me.print, and was disgusted to fine that it only was capable of printing half of the form. The other half of the page was blank. I tried setting the...
Have A. Niceday
halfof4is2
Offline Send Email
Mar 7, 2007
6:37 pm
19333
Hi folks One of my students just let me know that there is a 90 day trial of Visual Studio 2005 available---here's the link... ...
John Smiley
johnsmiley22
Offline Send Email
Mar 7, 2007
6:50 pm
19334
Under the Build menu of .Net 2005, there are the following menu items: Build Solution Rebuild Solution Clean Solution ... Build "myprojectname" Rebuild...
Steve Trigero
seecwriter
Offline Send Email
Mar 7, 2007
11:52 pm
19335
Build Solution will compile only those project files and components that have changed since the last build. Rebuild Solution will "clean" the solution first by...
Timothy Rupp
timrupp804
Offline Send Email
Mar 8, 2007
7:10 pm
19336
In VB6 there was an option to increment the application's revision number each time it was compiled. I can not find a similar feature in VB.Net 2005. I have to...
Steve Trigero
seecwriter
Offline Send Email
Mar 14, 2007
6:45 pm
Messages 19307 - 19336 of 22566   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