Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

Mechanic

Interests
Electronics
PC Specs
WindowsXP pent4
Favorite Forums
Favorite Tags
Member Avatar for ConfusedMuchMor

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?

Member Avatar for Jx_Man
0
97
Member Avatar for ConfusedMuchMor

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 = …

Member Avatar for alc6379
0
144
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for Colin Mac
0
96
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for tostrinj
0
119
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for Ramy Mahrous
0
97
Member Avatar for ConfusedMuchMor

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 …

0
87
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for scru
0
81
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for scru
0
116
Member Avatar for ConfusedMuchMor

1.Can you display your code line number in the IDE? 2.How do you mark your threads as solved?

Member Avatar for ConfusedMuchMor
0
115
Member Avatar for ConfusedMuchMor

"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!

Member Avatar for JerryShaw
0
270
Member Avatar for ConfusedMuchMor

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; …

Member Avatar for JerryShaw
0
102
Member Avatar for ConfusedMuchMor

Is there a way to carryout explicit data type convertions automatically? if the complier can see your errors why can't it correct them?

Member Avatar for alc6379
0
125
Member Avatar for ConfusedMuchMor

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 { …

Member Avatar for alc6379
0
95
Member Avatar for ConfusedMuchMor

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 …

Member Avatar for jasimp
0
40