User Activity

  • Modified a comment on discussion Help on FreeImage

    ...but if you use the right function it works like a charm: Private Sub Form_Load() Dim p As Long p = FreeImage_Load(FIF_PNG, App.Path & "\Linke Wand.png", FILO_PNG_DEFAULT) If p > 0 Then FreeImage_PaintTransparent Me.hDC, p, 50, 50 FreeImage_Unload p End If End Sub

  • Posted a comment on discussion Help on FreeImage

    ...but if you use the right function it works like a charm: Private Sub Form_Load() Dim p As Long p = FreeImage_Load(FIF_PNG, App.Path & "\Linke Wand.png", FILO_PNG_DEFAULT) If p > 0 Then FreeImage_PaintTransparent Me.hDC, p, 50, 50 FreeImage_Unload p End If End Sub

  • Modified a comment on discussion Help on FreeImage

    I have a VB6 program with 3 lines of code to load a PNG with transparency onto a form that has a background image: Private Sub Form_Load() Dim p As Long p = FreeImage_Load(FIF_PNG, App.Path & "\Linke Wand.png", FILO_PNG_DEFAULT) If p > 0 Then FreeImage_SetTransparent p, True FreeImage_PaintDC frmMain.hDC, p, 50, 50 FreeImage_Unload p End If End Sub But it does not work. Screenshot 1: VB6 program screen Screenshot 2: Paste of PNG onto the background PNG in another program (Word) So it seems that the...

  • Posted a comment on discussion Help on FreeImage

    I have a VB6 program with 3 lines of code to load a PNG with transparency onto a form that has a background image: Private Sub Form_Load() Dim p As Long p = FreeImage_Load(FIF_PNG, App.Path & "\Linke Wand.png", FILO_PNG_DEFAULT) If p > 0 Then FreeImage_SetTransparent p, True FreeImage_PaintDC frmMain.hDC, p, 50, 50 FreeImage_Unload p End If End Sub But it does not work and the PNG's transparency isn't respected. What am I doing wrong? Thanks, t.

  • Modified a comment on discussion Webmin on Webmin

    ... we just don't support MXLinux (yet)? Well, not really. webmin 1.9xx was running nicely on MX for months/years, and even 2.000 still does (on another system of mine). I just can't get to install it from scratch on my laptop, whatever I try, and have no clue why this is.

  • Posted a comment on discussion Webmin on Webmin

    we just don't support MXLinux (yet). Well, not really. webmin 1.9xx was running nicely on MX for months/years, and even 2.000 still does (on another system of mine). I just can't get to install it from scratch on my laptop, whatever I try, and have no clue why this is.

  • Posted a comment on discussion Webmin on Webmin

    AFAIK, MX uses systemctl, not systemd

  • Modified a comment on discussion Webmin on Webmin

    Hi there I am installing webmin 2.000 on MX-21.2 KDE. I have tried all three installation methods: with APT, .deb and .tar. All three methods fail. I had to completely restore my system after each trial. With APT repository, and also with .deb, either apt-get or dpkg get stuck at the message "Unpacking webmin...". Afterwards, the whole package management system is broken. When I go through the procedure specific to .tar, the installation comes to an end, BUT the (re)start of the webmin server fails....

View All

Personal Data

Username:
thoro
Joined:
2022-09-08 10:04:44.971000

Projects

  • No projects to display.

Personal Tools