Search found 63 matches

Search found 63 matches Page 7 of 7
by SumCode
Sat Aug 04, 2012 6:20 pm
Forum: Full Software
Topic: GhostTheme by Mavamaarten on HackForums
Replies: 9
Views: 3093

when i try to install this theme i get alot errors and i use visual basic 2008 . Can anyone help me ? You probably installed it wrong. In your application make a new class by right clicking your project file in the solution explorer and clicking add then class. Delete all the code you find there an...
by SumCode
Fri Aug 03, 2012 3:28 pm
Forum: Coding Help & Support
Topic: Help-Using the cursor to draw a square
Replies: 3
Views: 1277

That would not change anything. Replace the DrawRect code with this: Dim r As Rectangle = Rectangle.FromLTRB(Math.Min(_pt1.X, _pt2.X), Math.Min(_pt1.Y, _pt2.Y), Math.Max(_pt1.X, _pt2.X), Math.Max(_pt1.Y, _pt2.Y) _gr.FillRectangle(Brushes.Black, r) Still only works for the top-left part of the pictu...
by SumCode
Fri Aug 03, 2012 5:19 am
Forum: Coding Help & Support
Topic: Help-Using the cursor to draw a square
Replies: 3
Views: 1277

Hey guys I am trying to draw a square by using the cursor and it draws on to the form. So far i have this code which i found on the internet, but it only works for the top-left part of the picture. Imports System.Drawing.Drawing2D Public Class Form2 Private _gr As Graphics Dim drag As Boolean = Fals...
Search found 63 matches Page 7 of 7
Go to advanced search