Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~7K People Reached
Favorite Tags
Member Avatar for IT_Techno

hi ineed a help in C# programming language i want to know how to a ccount how many Fridays and Saturdays in specific month can i do it in C# With Regards,

Member Avatar for Momerath
0
515
Member Avatar for jonesc5

I have a website adding orders to my database. These start at 10000000 and increment by 1. I have pieces of paper sent out in advance with order numbers on them. These start at 50000000 and increment by 1. We get batches of paper orders brought back and need to …

Member Avatar for jonesc5
0
138
Member Avatar for jonesc5

I currently have this in my css. But for the life of me IE7 won't do as it's told. The page looks GREAT in firefox but refuses to wrap in IE. [code] pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera …

0
53
Member Avatar for labby

Hi, I want to do image processing with real-time image and I’m using C#. I got to grab the image from webcam and it runs smoothly. However, I got some error when I attach with other code for image processing. I cannot run more than one time in one execution …

Member Avatar for jonesc5
0
189
Member Avatar for jonesc5

I'm having problems with a passing a referance in a foreach loop. "Cannot pass 'currentphoto' as a ref or out argument because it is a 'foreach iteration variable'" foreach(photo currentphoto in thephotos){ panel1.Controls.Add(new thumbnailPicture(ref currentphoto)); } I'm 100% sure that passing by referance would be the right way to elegantly …

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for lorentz

Hey! I'm doning my thesis work right now and I'm programming in C# (for the first time). I want to print multiple pages (2 or 3) but I don't know how. I've searched and found some info but I think my problem is a bit different. I'm not printing from …

Member Avatar for lorentz
0
212
Member Avatar for SAMSEIED
Re: Html

Hi everyone: I designed a simple one long page website with one image. I tested this website with Fire Fox and I could see the image. But when I tested the same website with Internet Explorer, It did not show the image except with a little square with red mark. …

Member Avatar for txwebdesign
0
185
Member Avatar for xceed

Hi guys look at this. [b][url]http://1.fabriconengineers.com/index.php[/url][/b] Look at the menu [url=http://img517.imageshack.us/my.php?image=beforenv8.jpg][img]http://img517.imageshack.us/img517/8615/beforenv8.th.jpg[/img][/url] [url=http://img248.imageshack.us/my.php?image=afterur5.jpg][img]http://img248.imageshack.us/img248/460/afterur5.th.jpg[/img][/url] after i add image in the menu it says = Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/fabricon/public_html/1/menu.php on line 97 How can i solve this??? Please help. Script Download Link. [code]http://rapidshare.com/files/90603607/yourownbux_base.zip.html[/code]

Member Avatar for fenixZ
0
1K
Member Avatar for Morty222

I am building a search tool to allow users to search players by the following criteria: Last Name: Sport: Graduation Year: City: State: Gender: Here is my query after the post. $ln = $_POST['lastname']; $ps = $_POST['primarysport']; $yg = $_POST['yeargraduate']; $cy = $_POST['city']; $st = $_POST['state']; $gn = $_POST['gender']; include('admin/mysql.php'); …

Member Avatar for jonesc5
0
66
Member Avatar for Demond

Is it possible to change the button name? Like I have: [code]private void Button1_Click(object sender, EventArgs e) { this.Button1.Name = "Button2" } private void Button2_Click(object sender, EventArgs e) { this.Button2.Text = "Button2" } [/code] But when I do that and click the button again it doesn't do anything, am I …

Member Avatar for jonesc5
0
3K
Member Avatar for number87

im trying to make a counter to count the number of odd numbers in an integer entered by a user but somehow my loop doesnt seem to go on as i hoped it would...im trying practise using the while loop that some of u guys demonstrated on my other thread... …

Member Avatar for jonesc5
0
157