Search found 3 matches

by D-Off
Thu Nov 29, 2007 3:29 pm
Forum: GFL SDK
Topic: Error in Merge function
Replies: 1
Views: 2000

Next problem

Excuse me, I have wrong understood, what use this function. But now appeared other problem. See the source code and results:
Dim gf As New GflAx.GflAx

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
gf.NewBitmap(300, 200)
gf.MergeAddFile("a ...
by D-Off
Tue Nov 27, 2007 4:00 pm
Forum: GFL SDK
Topic: Error in Merge function
Replies: 1
Views: 2000

Error in Merge function

I find a error in function Merge (GflAx Light Library 2.70). For example, make the project in VB.NET, create a form:
Public Class Form1
Dim gf As New GflAx.GflAx

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
gf.LoadBitmap("C:\test1.jpg ...
by D-Off
Sun Nov 25, 2007 7:14 pm
Forum: GFL SDK
Topic: How I load the image other types?
Replies: 0
Views: 1173

How I load the image other types?

How I load the image?
I have a code of the creation screenshot (VB.NET):
Protected Sub CaptureScreen()
Dim hSDC, hMDC As Integer
Dim hBMP, hBMPOld As Integer
Dim rC As Integer
hSDC = CreateDC("DISPLAY", "", "", "")
hMDC = CreateCompatibleDC(hSDC)

FW = GetDeviceCaps(hSDC, 8)
FH ...