Search found 823 matches

Search found 823 matches Page 1 of 83
by Bogoh67
Thu Aug 02, 2012 2:19 am
Forum: General Help
Topic: Upgrading drivers help
Replies: 2
Views: 1379

So I was on my dad's computer today and i saw that the most recent update on his graphics driver was somewhere in 2008. I decided I was going to update it for him, but I ran in to some trouble along the way I started by checking his computer model and his manufacturer http://i46.tinypic.com/1zfrllf....
by Bogoh67
Tue Jul 31, 2012 3:57 pm
Forum: Tutorials
Topic: Changing Icon like in skype
Replies: 3
Views: 1862

MrAksel wrote:
I'm sure that Skype uses another, much simpler method. #Agust1337 has already posted a tutorial for .NET Agust1337 - windows 7 taskbar things

Good good point :). I guess this is a way without windows API code pack
by Bogoh67
Mon Jul 30, 2012 8:30 pm
Forum: Codenstuff boardroom
Topic: Programming a real thing xD
Replies: 17
Views: 4232

Or do you mean like a plugin that other people can code for and the user install it?
by Bogoh67
Mon Jul 30, 2012 7:40 pm
Forum: Tutorials
Topic: Changing Icon like in skype
Replies: 3
Views: 1862

Introduction: So as most of you may know when you receive a notification in skype, the icon will show the amount of notifications you have. http://i46.tinypic.com/2eul9gl.png Today i will teach you how to achieve such effect. Tutorial: 1. First of make a picturebox in your application with your ima...
by Bogoh67
Wed Jul 25, 2012 12:17 am
Forum: Coding Help & Support
Topic: Moving cursor position
Replies: 6
Views: 1994

I actually fixed it myself. The reason why it was happening was because the start position of the form.
by Bogoh67
Tue Jul 24, 2012 3:33 am
Forum: Coding Help & Support
Topic: Moving cursor position
Replies: 6
Views: 1994

Doesn't work. Maybe i did it wrong but this is what happened Protected Overrides Sub OnMouseMove(e As MouseEventArgs) MyBase.OnMouseMove(e) PictureBox1.Location = New Point(MousePosition.X, MousePosition.Y) End Sub I don't know if this changes anything, but here is my forms changed settings AutoScal...
by Bogoh67
Tue Jul 24, 2012 2:05 am
Forum: Coding Help & Support
Topic: Moving cursor position
Replies: 6
Views: 1994

So i want an image to follow the cursor and i mean directly behind it
But when i run the program the image is extremely off
current code im using
Code: Select all
 PictureBox1.Location = New Point(MousePosition.X, MousePosition.Y)
i have used
Code: Select all
 PictureBox1.Location = MousePosition
neither work
Please help
by Bogoh67
Mon Jul 23, 2012 11:34 pm
Forum: Coding Help & Support
Topic: For loop help
Replies: 4
Views: 1547

Its because one of the controls is 'Nothing'. For Each i As Control In thectrls If i IsNot Nothing Then i.Visible = False 'i.Enabled = false ? You said you wanted to disable it' Next Depending on which event you are using this code in the cause could also be because thectrls is null. Well you guys ...
by Bogoh67
Mon Jul 23, 2012 4:18 am
Forum: Coding Help & Support
Topic: For loop help
Replies: 4
Views: 1547

So i have an array of controls on the form Dim thectrls() As Control = {RegionBTN, FSBTN, FollowBTN, browseBTN, WBrowseBTN, Label1, Label2, Label3, SavetoTXT, WorkingTXT} and i want to disable all of them in one code section i use this For Each i As Control In thectrls i.Visible = False Next but whe...
by Bogoh67
Sun Jul 15, 2012 7:14 pm
Forum: Coding Help & Support
Topic: Copying multiple files ( help )
Replies: 16
Views: 3666

#comathi shouldnt it be Label1.Text = i & " items remaining on " & Convert.ToString(itemMax) & " items."
Search found 823 matches Page 1 of 83
Go to advanced search