TurnCoin

wm.chatman

Well-Known Member
Licensed User
Longtime User
:)Hi

I need some:sign0085: please. How can I make a COIN turn, so we are able to see both Sides? Not Rotate, we want to observe (oneSide at a time)as the Coin is turning, using a white background.

Thanks

Best Regards
WmC
 
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
I could not find any help in the SEARCH FORUMS, on how to work this out using a Gif Format.Could a Example be posted? like use a Internet Control, place Gif into IC?

Thanks
WmC
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
I could not find any help in the SEARCH FORUMS, on how to work this out using a Gif Format.Could a Example be posted? like use a Internet Control, place Gif into IC?



Thanks
WmC
Update: ok I got the gif going, not like I wanted but it will work.
somewehre on the Forum I had seen something like this. how to show Gif on a B4ppc Form. Cant seem to find it, I used the Search option = 0% for findings.
Does anybody know?
 
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
Update: ok I got the gif going, not like I wanted but it will work.
somewehre on the Forum I had seen something like this. how to show Gif on a B4ppc Form. Cant seem to find it, I used the Search option = 0% for findings.
Does anybody know?
coin.gif:
Your file of 61.0 KB bytes exceeds the forum's limit of 19.5 KB for this filetype.
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
still exceeds the forum's limit of 19.5 KB for this filetype.

Update: after zip sill 59.9 kbI dont know whats up.
Best Regards to you
WmC
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
still does not work. I wiill try something different. With Luck I can Post.
Regards
WmC
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
another try at Attachment. At least we now have two Images to look at.
maybe with luck someone can make a gif.

Thanks
Best Regards to all
WmC
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
well i am back!:sign0013: I need to show a gifformat using the WebBrowser!
want tu use in the DatabasteSoftware. first post = splash.

so i use the dzHTMLViewLib.dll and dzHTMLViewDesktop. so how to go about this?

add:
components add
opject
new1?

work:
like to add turn gif as splash

Best regards
WmC
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
well i am back!:sign0013: I need to show a gifformat using the WebBrowser!
want to use in the DatabasteSoftware. first post = splash.

so i use the dzHTMLViewLib.dll and dzHTMLViewDesktop. so how to go about this?

add:
components add
opject
new1?

work:
like to add turn gif as splash

Best regards
WmC
darn spelling
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
update:

Sub App_Start
Form1.Show
DownloadFile(AppPath & "\goin.gif",URL)
Form1.Image = "NewImage.gif"
End Sub

do not need access to the inet, just show this darn gif on frmSlash

suggestions for TRUI are welcome

khmf

Thx

Best regards downd man

WmC
 
Top