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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 21949 - 21979 of 22844   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21949
Dear friends, I need to install 100 Windows Vista and Microsoft Office. Can anyone suggest how to get the best offer. Thanks a lot for the valuable help. ...
taufik mansur
taufikmansur
Offline Send Email
May 1, 2009
8:52 am
21950
All, VB.Net is just like C# you absolutely can start your application using the main function. Create a Class called Module.vb and have that as the startup...
Frank Corrao
lrdrhys
Offline Send Email
May 1, 2009
2:26 pm
21951
... Adelle wrote the book, or contributed to it. Many items that Adelle passes on to us come from her hard work and experience in exploring everything under...
Steve Manser
tileguy2929
Offline Send Email
May 2, 2009
2:46 pm
21952
Hi, When I print to my laser jet printer, the program locks up for some printouts for up to 20 seconds. Is there a way to print in the background with vb6 or...
johnstubbe
Offline Send Email
May 2, 2009
4:25 pm
21953
Hi John, IIRC, VB-6 is not capable of doing multiple threads, so our program would have to wait for the routine which sends the data to the printer to complete...
Steve Manser
tileguy2929
Offline Send Email
May 2, 2009
7:11 pm
21954
... I would start looking at Randy Birch's web site, particularly his page on 'Shell Execute Madness'. http://vbnet.mvps.org ...
Steve Manser
tileguy2929
Offline Send Email
May 2, 2009
7:21 pm
21955
...or, e-mail the program to whomever needs the document, and ask them to print the document... http://vbnet.mvps.org/code/internet/browserstart.htm All kinds...
Steve Manser
tileguy2929
Offline Send Email
May 2, 2009
7:26 pm
21956
Thanks Steve, I was hoping there was a Printer,BackgroundPrint or something similar that I was not aware of. I tried running 2 copies of the exe program. I...
John Stubbe
johnstubbe
Offline Send Email
May 2, 2009
8:15 pm
21957
Hi, MS 316010 says the fix I need is VBA6.dll 6.0.0.9445. Does anyone have a copy you can get to me or know where I can get a copy? Thanks, John...
johnstubbe
Offline Send Email
May 2, 2009
10:07 pm
21958
... It was just a thought, as you could use Shell Execute, passing in the path to the file to be printed, to the other small program that would handle the task...
Steve Manser
tileguy2929
Offline Send Email
May 2, 2009
10:48 pm
21959
FYI, from the Google groups / Microsoft Microsoft keeps these 2004 URLs alive: MS 316010 http://support.microsoft.com/kb/316010 List of bugs that are fixed in...
Steve Manser
tileguy2929
Offline Send Email
May 3, 2009
12:32 pm
21960
Steve, I installed Service Pack 6 on my computer on 5/01/09. This did not solve my problem I downloaded (per your site suggestion) Service Pack 6 for Visual...
John Stubbe
johnstubbe
Offline Send Email
May 3, 2009
2:37 pm
21961
... Great to hear that good news ! Happy to help in any little way. All The Best, Steve . . ________________________________ From: helpwithvb@yahoogroups.com ...
Steve Manser
tileguy2929
Offline Send Email
May 4, 2009
3:21 am
21962
Please help with adding data to my flex grid control Following a book for vb2005, I am populating a flex grid with the field names only. I have included the...
Joe Wasko
jpwswbug
Offline Send Email
May 7, 2009
12:14 pm
21963
Check the property setting for the database file.specifically the setting "Copy to Output Directory". What happens I believe, is the original file is copied to...
Tim Rupp
timrupp804
Offline Send Email
May 7, 2009
1:14 pm
21964
Thanks Tim, I'll check that out tonight, right now I am at work and using VB6. -Joe _____ From: Tim Rupp [mailto:tim.rupp@...] Sent: Thursday, May 07,...
Joe Wasko
jpwswbug
Offline Send Email
May 7, 2009
1:23 pm
21965
This is an off topic post WHY because I trust most of you will enjoy the information and it does relate to coding as well I have not been active here for some...
Dwight Norris
choroid_45
Offline Send Email
May 9, 2009
9:42 pm
21967
Hi dp I'm not sure about Vista, I haven't tried to install the software on a Vista machine. However, on XP, your problem might have been compatibility... ...
johnsmiley@...
johnsmiley22
Offline Send Email
May 10, 2009
6:42 pm
21968
Steve, Adelle, Spent my weekend learning that Microsoft Jet does have a provider for 64 bit applications. What I also learned was that .net 2005 does not have...
Joe Wasko
jpwswbug
Offline Send Email
May 11, 2009
3:15 pm
21969
Anyone, Should I have a different dataset object file .xsd for each table in my database? or should all of these datasets exist in one .xsd file? I am not...
Joe Wasko
jpwswbug
Offline Send Email
May 11, 2009
7:48 pm
21970
Joe, The .xsd is the schema file that is an xml file and maps the table (I'm using 'table' in the generic here) structure. So if you have multiple datasets,...
Tim Rupp
timrupp804
Offline Send Email
May 12, 2009
10:36 am
21971
Dear sirs, I have written a code which reads as under: Dim m_DbName m_DbName = App.Path If Right$(m_DbName, 1) <> "\" Then m_DbName = m_DbName & "\" m_DbName =...
soumyarina .
nrn141
Offline Send Email
May 15, 2009
3:45 pm
21972
Hello to the Group, I have been a member in the past, but for some time have been inactive. I learned during that active period of the valuable resource...
Donald Gaither
donarco
Offline Send Email
May 15, 2009
11:14 pm
21973
' Hi Don, and Welcome Back :) Have you tried looking through the sample projects over at www.VB-Helper.com ? It is quite late here, and my brain is mush. ...
Steve Manser
tileguy2929
Offline Send Email
May 16, 2009
4:57 am
21974
I have written a code which reads as under: Dim m_DbName m_DbName = App.Path If Right$(m_DbName, 1) <> "\" Then m_DbName = m_DbName & "\" m_DbName = m_DbName &...
Himadri
nrn141
Offline Send Email
May 16, 2009
5:24 am
21975
As has been pointed out to you on another list, your code is not at issue if it works properly on an open database. Go back and look at your connection and...
Tim Rupp
timrupp804
Offline Send Email
May 16, 2009
10:29 am
21976
' For all things Listview, this is a great source: Mr. Larry Rebich: http://www.buygold.net/tips On the Tips page the first Table is the current listing for...
Steve Manser
tileguy2929
Offline Send Email
May 16, 2009
1:34 pm
21977
I wish if you be kind to suggest code for connection. Regards. ... Mismatch' Error here. ... get NO Error....
Himadri
nrn141
Offline Send Email
May 16, 2009
6:18 pm
21978
Thanks, Steve! I've downloaded his code and I think I can get through it. Don Gaither _____ From: helpwithvb@yahoogroups.com...
Donald Gaither
donarco
Offline Send Email
May 17, 2009
7:58 pm
21979
Not sure this will help you, but... Always Use the Trim$() function on all text box entries. The Space Char can mess these things up: Set Conn = New...
Steve Manser
tileguy2929
Offline Send Email
May 18, 2009
9:05 am
Messages 21949 - 21979 of 22844   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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