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.
11 posts Page 1 of 2
Contributors
User avatar
MrAlicard
VIP - Donator
VIP - Donator
Posts: 54
Joined: Thu Aug 05, 2010 4:08 pm

AeroGlass
MrAlicard
Preview

Image

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.
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: AeroGlass
Vikhedgehog
I Think Most Members Already Know This Code But It's Still Very Good :D
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: AeroGlass
MrAksel
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
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: AeroGlass
Cheatmasterbw
What do you use to record the screen into an animated GIF?
http://www.megaapps.tk/
User avatar
MrAlicard
VIP - Donator
VIP - Donator
Posts: 54
Joined: Thu Aug 05, 2010 4:08 pm

Re: AeroGlass
MrAlicard
Hypercam and converter program Format Factory.
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: AeroGlass
Cheatmasterbw
Thanks! Also, the code works great!

Feel free to look at my aero glass control:
viewtopic.php?f=122&t=4046
http://www.megaapps.tk/
User avatar
lil-wayneee
Member
Member
Posts: 29
Joined: Thu Mar 17, 2011 10:24 pm

Re: AeroGlass
lil-wayneee
damn thats nice brother :D
Image
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Re: AeroGlass
Vikhedgehog
lil-wayneee wrote:
damn thats nice brother :D
No 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.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: AeroGlass
Agust1337
Damn isnt a swear
Top-notch casual Dating
User avatar
Cheatmasterbw
Coding God
Coding God
Posts: 1506
Joined: Fri Jan 01, 2010 2:30 pm

Re: AeroGlass
Cheatmasterbw
All it means is to be worth nothing, or have no meaning to life. Not a swear, just not polite to say.
http://www.megaapps.tk/
11 posts Page 1 of 2
Return to “Tutorials”