Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
visual basic
Name: joe Date: August 27, 2002 at 15:34:29 Pacific
Name: hayley Date: August 28, 2002 at 01:57:08 Pacific
Reply:
when the program is running press "print screen" then go to MSpaint and paste the image there. then you can crop it if you like.
0
Response Number 2
Name: VBKing(ish) Date: August 28, 2002 at 02:32:05 Pacific
Reply:
If you mean in run-time rather than at design time then you need to use a few API calls, rather than write them all out I think a site called vbexplorer.com has the function in there some where.
0
Response Number 3
Name: An uncertainty H Date: August 28, 2002 at 05:06:47 Pacific
Reply:
Not sure as (a) never done it (b) never seen it done.
BUT, it may be that you could actually use the first response in a SendKeys situation...
Tom
0
Response Number 4
Name: Noogle Date: August 28, 2002 at 08:15:29 Pacific
Reply:
check out
http://www.allapi.net/tips/tips.shtml
look in the graphics section and all will be revealed ;-)
Later
Noogle
0
Response Number 5
Name: Joe Date: August 28, 2002 at 11:19:31 Pacific
Reply:
thanks for the help
0
Response Number 6
Name: A Certain TH Date: August 29, 2002 at 01:42:35 Pacific
Reply:
Thanks for the great site, Noogle!
Tom
0
Response Number 7
Name: BaBa Date: August 31, 2002 at 14:21:03 Pacific
Reply:
Hi, Take a look at the book VB6 complete. There is a program that will show you how to do that.
0
Response Number 8
Name: Morris Date: September 5, 2002 at 22:53:09 Pacific
Reply:
I recently build a user manual using screen shots. I did build into the app a means to clear the desktop of all icons with one single click. that way the background was super clean. I simply used PrcSc, then pasted the images to Word and build the text around each image. took the word doc to Office Depot for printing and ended up with very colorful and descriptive manual.
Summary: Hi everyone. Need your help. I Am creating a Windows application in Visual basic 6 that writes data into SQL database. My login Form that firstly show when running the app is frmLogin. I have Got a c...
Summary: Does anyone know the difference between visual basic and C# and how it all fits into this .NET thing? Is C# just a new and improved Visual Basic? C# looks a lot like Java, but I have never done anythi...