No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 what am I doing wrong/not doing?
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 private void button3_Click(object sender, EventArgs e) { skin =!skin; if (skin == true) BackgroundImage = Image.FromFile("weather picGreen.jpg"); if(skin== false) BackgroundImage = …
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 micro processors(PIC16F877), I’ve really taken to it and decided …
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 literature on the subject or able to enlighten me? I've tried publishing it …
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 and throws up a error(WindowsApplication1 has encountered a problem and needs to close.). If …
I'd like the sender event to stop if the conditions of the if statement are met!! [ICODE] private void Btn_Func(object sender, EventArgs e) { Button thisbutton = sender as Button; if (thisbutton.Text == "-" && lb_Display.Text == "") lb_Display.Text += thisbutton.Text; [B][U]//I want the code to stop here if the …
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 made it work!!???!!! in line 38 of my code (Toggle …
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 [code] this.Width -= 30;[/code] the 30 was originally 10, the …
1.Can you display your code line number in the IDE? 2.How do you mark your threads as solved?
"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!
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 for the DLL i'm using!!!! using System; using System.Collections.Generic; using System.ComponentModel; …
Is there a way to carryout explicit data type convertions automatically? if the complier can see your errors why can't it correct them?
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? [code] using System; using System.Collections.Generic; using System.Text; namespace neilsuperDLL { …
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; using System.Collections.Generic; using System.Text; namespace neilsuperDLL { public class calc { public …
The End.
ConfusedMuchMor