AeroGlass
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
Preview

Source Code:

Source Code:
Code: Select all
Imports System.Runtime.InteropServices
Public Class Form1
<Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> Public Structure MARGINS
Public LeftWidth As Integer
Public RightWidth As Integer
Public TopHeight As Integer
Public Buttomheight As Integer
End Structure
<Runtime.InteropServices.DllImport("dwmapi.dll")> Public Shared Function DwmExtendFrameIntoClientArea(ByVal hWnd As IntPtr, ByRef pMarinset As MARGINS) As Integer
End Function
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
Me.BackColor = Color.Black
Dim margins As MARGINS = New MARGINS
margins.LeftWidth = -1
margins.RightWidth = -1
margins.TopHeight = -1
margins.Buttomheight = -1
Dim result As Integer = DwmExtendFrameIntoClientArea(Me.Handle, margins)
Catch ex As Exception
MsgBox("Uw besturingsysteem bevat niet de benodigde dll bestanden om het uitvoeren van deze applicatie te kunnen vooltooien.", vbCritical, "Fatale Fout")
Application.Exit()
End Try
End Sub
End Class
You do not have the required permissions to view the files attached to this post.
COngratulations! You made a tutorial with the code tags! And its a very nice piece of code too
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

What do you use to record the screen into an animated GIF?
Thanks! Also, the code works great!
Feel free to look at my aero glass control:
viewtopic.php?f=122&t=4046
Feel free to look at my aero glass control:
viewtopic.php?f=122&t=4046
lil-wayneee wrote:damn thats nice brotherNo Swearing Please, Read The Rules viewtopic.php?f=17&t=454
2) No offensive language what so ever, if you use offensive language your post will be deleted and you may receive a warning.
All it means is to be worth nothing, or have no meaning to life. Not a swear, just not polite to say.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023