Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Attributes
Message
From
24/12/2015 22:37:16
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
23/12/2015 18:35:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629066
Message ID:
01629287
Views:
46
>*can use also image picture property
>
>local m.o,m.lnWidth,m.lnheight
>m.o=createObject("image")
>m.o.picture=getpict()
>m.lnWidth=o.width
>m.lnHeight=o.height
>messagebox(o.picture+chr(13)+"Width="+trans(lnWidth)+" px Height="+trans(lnHeight)+"px")
>
>*can use gdiplus,gdiplusX,WIA ...to return more image properties.

Since Jos has the whole image in a memo, then it's not as a separate file on disk. I'd change just one line - instead of o.picture
o.pictureVal=myImgMemo

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform