Posts
 
Reputation
Joined
Last Seen
Ranked #438
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
7
Posts with Upvotes
5
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
5 Commented Posts
~101.31K People Reached
About Me

In a nutshell I am the living idea of a student. I sleep as much as I can, I drink more than my body could possibly handle, and I try and dodge work. Unfortunately I am on a student placement from Uni, so for a whole year I am having to get up early,…

Interests
Programming, and of course games. Sometimes I even like to mix it up by programming my own games!
PC Specs
Work Rig 1GB Ram 128MB Graphics 80GB HD 2GHz Pent4
Member Avatar for samaru
Member Avatar for RwCC

Something that we normally have to do at one point is right click on a richtextbox etc to copy/paste. Now, we all know there are keyboard shortcuts but for the end user it is better to have this feature. Here is the basic code to allow you to add this …

Member Avatar for hewllo56
0
2K
Member Avatar for msamir

[Code] while (Dr.Read()) { if ((UserName == Dr["name"].ToString()) & (Password == Dr["Password"].ToString())) { boolReturnValue = true; } Dr.Close(); } return boolReturnValue; [/CODE] Have the code that way and it should work.

Member Avatar for de Source
0
571
Member Avatar for nithysony
Member Avatar for OurNation

You get countless exceptions thanks to sloppy code I put in a large blow up sheep

Member Avatar for vinnitro
1
16K
Member Avatar for ~s.o.s~

You could also add this video webcast by Microsoft. [url]http://www.microsoft.com/events/series/msdnvideodev.mspx[/url] It has tutorials and all the source code to create a 2D and 3D game. Very good for beginners.

Member Avatar for Serapth
4
3K
Member Avatar for RwCC

This seems to come up every so often, so thought I would add it here so people can have a look if they search the site. Reading and writing to a text file is a very basic thing in C#, most of us have to do it from very early …

Member Avatar for Vengeful
0
229
Member Avatar for 'Stein
Member Avatar for mike.mclennan

I felt that when he had the black suit it was funny, although the dancing infront of Mary-Jane scene was just pointless. Honestly - was there any need? The CGI of Venom was really poorly done, and frankly there just wasn't enough of them fighting. There was also far to …

Member Avatar for john.cooper
0
397
Member Avatar for ShahdaaD

Hi there, I would say read through as many books and sites as possible. This is one that I found very good when I was first starting out: [url]http://www.samspublishing.com/library/content.asp?b=STY_Csharp_24hours&seqNum=10&rl=1[/url]

Member Avatar for kvprajapati
0
169
Member Avatar for kc0arf

Here are a few "good" meals for us students. Exact cooking times and quantities are not included here, mainly because I make this stuff "on the fly" depending on how I want it. Take 1 tin of Campbells Meatballs (or any other brand) 1 or more crusty rolls Cheese - …

Member Avatar for pogson
0
2K
Member Avatar for hkBattousai

Hi hkBattousai Very easy to do that. Here is the code, it will do what you want it to: [CODE=c#] private void btStart_Click(object sender, EventArgs e) { btStart.Enabled = false; btStop.Enabled = true; } private void btStop_Click(object sender, EventArgs e) { btStart.Enabled = true; btStop.Enabled = false; } [/CODE]

Member Avatar for suganyavasudev
0
833
Member Avatar for happygeek
Member Avatar for John A

[Quote] Microsoft says they're going to release a QWERTY device, which is basically a regular Xbox 360 controller with a keyboard added onto the bottom, that will allow users to type normally, when Microsoft releases the software on May 7. [/Quote] Of course they are, and they will add a …

Member Avatar for Dani
0
259
Member Avatar for John A

Should he have an iPod with him whilst on duty? I don't see why this story is being branded about t'internet, utterly pointless. Did the iPod stop the bullet? No. End of story, move on, a soldiers armour did - is that amazing? No that is what it is meant …

Member Avatar for jamello
0
247
Member Avatar for John A

I agree with that article. Where I work the whole basis is on "deadlines" not whether it actually works! It amases me that management can make huge changes that take weeks of re-work, yet the final deadlines never ever shift. Where do they think we get these extra days from? …

Member Avatar for RwCC
0
211
Member Avatar for John A
Member Avatar for John A

This is a crazy move. I use VMW a lot, often running Windows XP or Vista to test my code. Why on earth would I want to go to a different machine, test my work, come back to my desk to fix anything, go back and re-test?! It is far …

Member Avatar for jbennet
0
143
Member Avatar for John A

This is what, the 2nd lawsuit over a name because of Apple? They seem to be using more 'brute force' than ever. The rival tactics of Microsoft used to laughed at by Apple, yet now they seem to be embracing these "do what we say, or pay" bad practices. Apple …

Member Avatar for RwCC
0
239
Member Avatar for RwCC

The following is a simple painting program. It uses Windows Forms and will allow you to draw whatever you want. You can also include code to change the colour or size of the brush via a right click menu by using code such as this: [CODE] MenuItem mi = new …

Member Avatar for Ali.M.Habib
0
463
Member Avatar for YoungCoder

They are always funny to read. However, you have to remember that although we are smart enough to spot a scam, many are not. If these people weren't making money - you wouldn't be getting them.

Member Avatar for chriswellings
0
705
Member Avatar for blondie2007

See if this code snippet helps you to get some basic drawing done, it will then rule out whether your code is all wrong. And you can implement everything else from there: [url]http://www.daniweb.com/code/snippet647.html[/url]

Member Avatar for hkdobrev
0
1K
Member Avatar for flaco

I had a whole rant written out, but decided to go with this. I'm glad that you are feeling better, albeit over a rather small reason, but just remember that everyone wants different things out of a relationship so take it slow, listen to what she wants, and whatever you …

Member Avatar for steven woodman
0
671
Member Avatar for crunchie

Here are the 3 I use. Micrasaft Windies XP (Belfast Edition), Rangers FC, and Sir David Healy! :cheesy:

Member Avatar for shaneram
0
2K
Member Avatar for J_M44053

My breakfast consists of: 1. Chocolate flapjack x 1 2. Tea with sugar x 3 3. Bottle of coke x 1 4. Pro Plus x 4 After that I am able to start work properly :)

Member Avatar for xtremeham
0
214
Member Avatar for lasher511

Has to be Picard. Kirk was to emotional when it came to women, but with Picard you can feel the sexual energy between him and the Doc. But his professionalism kept him from acting on those wild lustful impulses

Member Avatar for Ancient Dragon
0
152
Member Avatar for SpectateSwamp
Member Avatar for 1qaz2wsx7

Are you preforming the jobs one at a time? One way to make everything faster is to build a list first instead of doing them one at a time

Member Avatar for Jugortha
0
165
Member Avatar for Jordan_29

I rarely use Bold font when I'm writing design documents, the energy saving from that is enough to light up Blackpool Tower for a week :D

Member Avatar for Lardmeister
0
186
Member Avatar for OurNation

I play RuneScape. Started playing when applying for a job at Jagex (and you had to complete 1 quest) and hated it from day 1. Then I started to gain levels and was hooked. Now I am a paying member and spend ages doing really boring tasks lol. Att: 65 …

Member Avatar for tony07
1
335