Search found 1 match

by bam
Fri Mar 23, 2012 2:43 pm
Forum: Licensing
Topic: license doesn't unlock sometimes
Replies: 1
Views: 15309

license doesn't unlock sometimes

Hi, I use the Ultimate SDK 8.5. I try to host the gdviewer control on a usercontrol based on System.Windows.WinForms.UserControl. this usercontrol is COM-available and gets loaded in the IE-based webbrowser-control. My code is: Dim viewer As New GdPicture.GdViewer() Panel.Controls.Add(viewer) viewer...