Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

DX7 not blting :(


abhi2011
 Share

Recommended Posts

There is a Render_Graphics? ![:blink:](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/blink.png) ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/ohmy.png) And I just want it to blt at certain times under certain conditions
Link to comment
Share on other sites

Yes It worked ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png) My first blt worked ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)

Thank you Ghostly the auto-redraw needed to be set. If you still need the code here it is

```

Public Sub bltMenu()

Dim sRect As RECT, dRect As RECT

If DDS_Menu Is Nothing Then

Call InitDDSurf("MouseMenu", DDSD_Menu, DDS_Menu)

End If

With sRect

.top = 0

.Bottom = 127

.Left = 0

.Right = 63

End With

dRect = sRect

Call Engine_BltToDC(DDS_Menu, sRect, dRect, frmMain.picMenu)

End Sub

```
Going to lock topic in next 10mins.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...