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. ...
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...
... 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...
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...
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...
...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...
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...
... 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...
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, 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...
... Great to hear that good news ! Happy to help in any little way. All The Best, Steve . . ________________________________ From: helpwithvb@yahoogroups.com ...
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...
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...
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,...
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...
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... ...
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...
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, 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,...
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 =...
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...
' 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. ...
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 &...
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...
' 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...
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...