In GdpictureSample Viewer.PlayGif is correctly work
In my own application it is not work, please have a look at the snapshot of Contextmenu
What's wrong? I don't no, please help.
Dim GdViewerHandle As Integer
Imaging.CreateImageFromFile(Datei)
Dim nClonedImage As Long = Imaging.CreateClonedImageI(Imaging.GetNativeImage)
Imaging.CloseNativeImage()
Imaging.SetNativeImage(nClonedImage)
GdViewer.SetNativeImage(nClonedImage)
GdViewer = GdViewer.GetNativeImage()
Dim nClonedImage As Long = Imaging.CreateClonedImageI(Imaging.GetNativeImage)Imaging.CreateImageFromFile(Datei)
GdViewer.SetNativeImage(Imaging.GetNativeImage)Loïc wrote:You should use this code:
- Code: Select all
Imaging.CreateImageFromFile(Datei)
GdViewer.SetNativeImage(Imaging.GetNativeImage)
GdViewer.ImageForceTemporaryMode = True
GdViewer.DisplayFromFile (Datei)
imaging.SetNativeImage (GdViewer1.GetNativeImage)Return to GdPicture [Pro] ActiveX
Users browsing this forum: Google [Bot] and 1 guest