Does anyone now how to cause a PDF file to print from adobe reader then close the reader I found this Shell "C:\Program Files\Adobe\Acrobat...
Edward Myerson
emyerson@...
Jun 1, 2004 7:02 pm
12462
Hi All, This is Neo (VB2TheMAX) am new to your group.. and facing a problem. Actually am trying to Develop my own VB IDE sort of thing. I had completed a lot...
Thanks for all the great input. I got a Toshiba laptop. Same specs as other but with a 2.8ghz instead of a 2.7, and a 40gig hd instead of a 20. BUT it was...
Been working on my running totals problem. I have adapted a line of code that works in Access, but having trouble using it in vb6 with data environment....
This doesn't look like SQL (more like an Access query) Try something like: SELECT QL_NO, TOTCOST, TOTCOST * QL_NO AS SOME_SUM FROM ITEM ORDER BY QL_NO Tim ... ...
FYI I just got finished building a new system. I installed XP Pro. However, to save money, I took a look at pricewatch.com. The site listed vendors offering...
Hi, Why are you trying to reinvent the wheel? Bryan ... From: VB2TheMAX To: visualbasic6programming@yahoogroups.com ; visualbasic_official@yahoogroups.com ;...
Hi John Thanks for that info---I've seen OEM versions advertised, but always had a slight to moderate distrust of them---thanks for posting about your good...
Because, I think, he wants some kind soul to explain every Advanced VB Topic in the Universe, to him. Kind of like, " I can't waste time reading, so can you...
Hi, Does anyone have a way to get the last day of any given month in VB6 even if it's aleap year? I hope there is some kind of function for this. rick farnkopf...
Tim, Does this take care of leap years too? I don't see any math for the year being done, or is that taken care of because it's a date? rick farnkopf...
Yes it does...feed it 2/20/2004 and it returns 29. ... From: rwfarnkopf@... Reply-To: helpwithvb@yahoogroups.com Date: Wed, 02 Jun 2004 18:30:07 +0000...
I built, sold, repaired etc., white boxes for about 6 years, till the economy took a dive. I learned the hard way about being careful with OEM Windows. Kind...
Dsum (or any Dlookup function) is gonna be slow... You would almost be better off writing a separate function that did your calculation. Yes, I know, you'd be...
I did it as a function. The trick is to go the next month, and then back up. Function GetEndOfMonth(Dtm as Date) As Date Dim dMonth As Byte, dYear as integer,...
Here's an alternative, simpler way: Assuming the following variables: CurrentYear=2004 (or the year you want) CurrentMonth=7 (or the month you want) The last...
Hugo Fink
hugo@...
Jun 3, 2004 12:07 am
12481
I agree with you. Pricewatch.com gives ratings of the vendors. I was very apprehensive about it, but it turned out alright. I didnt need anything but a...
Hi Bryan Schulz, Friend, i am fully agree with you, that once the wheel was invented then there is no need to re-invent it, but according to me... if there are...
Hi Steve Manser, Friend, i am fully agree with you, that once the wheel was invented then there is no need to re-invent it, but according to me... if there are...
Hi Rick, What if we made a wrapper for the DateSerial Function ? DateSerial is Leap Year Aware for its entire range. Copy this into Notepad, and then into your...
I've gotten them at computer shows in the past, I'm not sure how comfortable I'd feel getting them on the internet. at a computer show I don't need to share...
... It is not my call, but I vote for it being On Topic. Almost anything that makes us aware of the many things we must know, in so many phases of this...
I believe (but I'm not 100 certain) when I was supporting an organization with a bunch of PC's from 2 or vendors, that Vendor A's OEM Windows (for instance,...
You are correct. Because the computer manufacturers(Dell, IBM, etc.) had certain things to their system. However, what I meant by OEM, is a package of 5, 10,...
I know that in the past some manufactures sent the actual original OEM install disk with the computer. At my last command the IT department surveyed (Sent to...