Microsoft
Software
Hardware
Network
Question : How do I assign a preview image to the TSavePictureDialog
I see that there is an Assign method for the TSavePictureDialog component and I've tried various ways to use that to get an image into the thumbnail panel of the component.
Does anyone know how to put an image into that preview panel <before> doing the onexecute
xx.picture.savetofile?
Answer : How do I assign a preview image to the TSavePictureDialog
Assuming your date is in C11 enter in another cell:
=DATEVALUE(TRIM(LEFT(
RIGHT(C11,
LEN(C11)-F
IND(",",C1
1)-1),FIND
(":",RIGHT
(C11,LEN(C
11)-FIND("
,",C11)-1)
)-3)))
This
will convert it into a real date, which you can then format as you desire.
Steve
Random Solutions
Need a way to moniter for MSGW in the QINTER and QBATCH
Browser detection problems
linq basics
Excel Question
Passing values from an HTML form into a PHP Table
Can't access shares on windows home network
Use BESR to move physical server to VMWare virtual machine and upgrade from 2003 to 2008
Checking for a duplicate combination before saving a new record
Cannot Open "Room Mailbox" Exchange 2010
PHP Design Help