Forum: C# May 26th, 2008 |
| Replies: 1 Views: 4,317 I want to run a animated GIF in a picturebox . I’ve set the backgroundimage of the picture box to the animated gif and only the first image of the animation is displayed static in the picture box... |
Forum: C# May 24th, 2008 |
| Replies: 1 Views: 878 I’ve got a form I’d like to change the “skin” on. Clicked on BackgroundImage and imported the two background images I’d like to use then in my code I’ve
<code> private void button3_Click(object... |
Forum: Assembly May 1st, 2008 |
| Replies: 1 Views: 1,170 Hi folks
Not sure if I’m in the right forum for this question but here I go anyway (sure I’ll get pointed in the right direction if I’m not). I’m doing a course , of which one of the subjects is... |
Forum: C# Jan 30th, 2008 |
| Replies: 2 Views: 1,416 Hi Folks
I had problems running my project outside the enviroment. I was told I should Publish it.
I don't understand the paths or option I have to choose from, does anyone have a link to some... |
Forum: C# Jan 19th, 2008 |
| Replies: 2 Views: 956 Hi all
I've created an application, it worked fine in the enviroment, then i've gone into bin; debug and copied windows application family, placed it on my desktop and tried to run it. It wont open... |
Forum: C# Jan 17th, 2008 |
| Replies: 0 Views: 1,048 I'd like the sender event to stop if the conditions of the if statement are met!!
private void Btn_Func(object sender, EventArgs e)
{
Button thisbutton = sender as Button;
if
... |
Forum: C# Dec 12th, 2007 |
| Replies: 1 Views: 601 sorry didnt attach the file so here we go!!
Hi Everyone
I'm using a timer to shink a form, i've got it working now, but I don't understand why it didn't work is the first place, or why my change... |
Forum: C# Dec 12th, 2007 |
| Replies: 1 Views: 1,319 Hi Everyone
I'm using a timer to shink a form, i've got it working now, but I don't understand why it didn't work is the first place, or why my change made it work!!???!!!
in line 38 of my code ... |
Forum: C# Dec 11th, 2007 |
| Replies: 5 Views: 903 Hi there ,Infinate sent me this link, i followed the link instructions & it worked (i'm using c#express) http://www.blackwasp.co.uk/TurnOnLineNumbering.aspx |
Forum: C# Dec 9th, 2007 |
| Replies: 5 Views: 903 1.Can you display your code line number in the IDE?
2.How do you mark your threads as solved? |
Forum: C# Dec 8th, 2007 |
| Replies: 2 Views: 1,174 "An attempt to call a field (rather than a method)" What is the difference between these two???
simple english please I'm confused enough as it is! |
Forum: C# Dec 8th, 2007 |
| Replies: 3 Views: 838 Is there a way to carryout explicit data type convertions automatically? if the complier can see your errors why can't it correct them? |
Forum: C# Dec 8th, 2007 |
| Replies: 2 Views: 700 Can any boby explain to me in simple english why this I get this error "Compiler Error CS0118" I'm a beginner about to throw my machine out the window!!! Below is the code for my Calcultor & the code... |
Forum: C# Dec 7th, 2007 |
| Replies: 2 Views: 594 New to programming my user name sums it all up!!!
trying to creat a DLL for a calculator (in C#) I'm told this code below will do the trick, but it doesn't build!! can anybody out there tell me why?... |
Forum: Community Introductions Dec 6th, 2007 |
| Replies: 2 Views: 406 New to programming my user name sums it all up!!!
trying to creat a DLL(in C#) I'm told this code below will do the trick, but it doesn't build!! can anybody out there tell me why?
using System;... |