Trying to run an .exe file created in vb4, I got two different kinds of errors: running the setup wizard an "Unexpected error. Quitting" appears, while loading the temporary files. This error apear...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10058053.html
Zones:
Visual BasicDate Answered: 06/15/1998 Grade: A Views: 4
want to be able to show each of 3 (0r more) pictures in a frame for variable time length then go back to beginning and start over. Need to have the routine stop if any key or mouse movement is dete...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10077231.html
Zones:
Visual BasicDate Answered: 09/23/1998 Grade: C Views: 0
I'm developing a program which should be able to print HTML documents, including images. But I can't find any appropriate function in VB. I know of the Printer.PaintPicture method, but I can't prin...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10083558.html
Zones:
Visual BasicDate Answered: 10/15/1998 Grade: C Views: 0
I guess I've been working on too many things for too long since I can't seem to remember (or figure out) the easiest way to get a bitmap (via hBMP) into a Picture object...
Anyone know how to do t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10122714.html
Zones:
Visual BasicDate Answered: 01/29/1999 Grade: A Views: 0
dbase.Execute "UPDATE Students SET [Picture] = " & frmPicStud.Image1.Picture & " WHERE [IDStudent] = '" & frmResultStud.txtFields(0).text & "'"
that's the causing problems query...
What's wrong? A...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10127810.html
Zones:
VB DBDate Answered: 02/18/1999 Grade: A Views: 0
hi. i have scanned a large amount of pictures to bmp-files. now i want to put them on the web. are there any command line tools to resize them automaticly (and maybe convert them to jpg at the same...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_10140476.html
I want a print function in my program (print pictures). The code I have:
Dim BeginPage, EndPage, NumCopies, i
CommonDialog.CancelError = True
On Error GoTo ErrHandler
CommonDialog.ShowPrinter
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10142701.html
Zones:
Visual BasicDate Answered: 04/30/1999 Grade: C Views: 0
In a form, there is a command button named cmdpic.
By clicking this button, a picture is loaded in the form
with the command:
<Picture = LoadPicture("c:\Progr\CLIP\foto1.jpg")
(The picture -foto1....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10157807.html
Zones:
Visual BasicDate Answered: 07/03/1999 Grade: C Views: 4
I have D4 and Win98. I want to write the statements similar to
begin
Image2.Stretch := true;
Form1.Image2.Picture.Assign(Form1.Image4.Picture);
end;
to a statement that would read :
If A=2 th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10176730.html
pslh, we purchase our silk flowers from importers. One of our importers has a web site he has pictures of flowers on his web site that we are interested in.How can I drag the flowers we are interes...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_10237063.html
Zones:
Windows 98Date Answered: 11/25/1999 Grade: A Views: 0