Posts
 
Reputation
Joined
Last Seen
Ranked #440
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
~102.27K 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

99 Posted Topics

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
577
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
232
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
404
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
172
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
837
Member Avatar for happygeek
Member Avatar for RwCC
0
293
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
263
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
257
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
214
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
147
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
244
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
467
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
708
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
674
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
216
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
155
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
168
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
187
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
336
Member Avatar for The Dude

Not to sound harsh but its been far to long an investigation, especially as the police claimed they had searched surrounding houses, so she has most likely been dead a while. Hopefully though she will be found alive and well (or as well as can be). # For a little …

Member Avatar for The Dude
0
254
Member Avatar for dude776

Then Email jagex (just like it has been suggested numerous times in this thread) and ask them how you can recover it, they can probably check your IP against what one last played and sort something. Just look on the main website for support.

Member Avatar for runescape mod
0
405
Member Avatar for happygeek

As the summer is coming up thick and fast, which will mean people off on holidays abroad, why not try for a weekend in May? Everywhere should be relatively clear and cheaper than during the peak times. Rather short notice but all depends on peoples budgets. I would suggest Reading …

Member Avatar for Dani
0
607
Member Avatar for vishwasnp

The NUnit site has everything you need to create tests in their documentation

Member Avatar for RwCC
0
100
Member Avatar for nizzy1115

I've been an EE member for years, only really started using it properly now though. Glad I did sign up for that one question years ago - means my account is free hehe. Fact is though EE is a good site if you need something answered. Responses are fast and …

Member Avatar for RwCC
1
823
Member Avatar for christina>you

I have a Samsung D900, best phone I have ever had as it meets all my needs (call, text, pictures, video, sounds, wap, etc). But if you have the money the new Nokia N75 or whatever its call would be a good one.

Member Avatar for ~s.o.s~
0
548
Member Avatar for The Dude

[QUOTE=lasher511;390734]Im a Christian and have never thought or heard anything of that sort. There are promises that God has made however i think that is a different to this concept of natural rights. [/QUOTE] Yeah the only rights that I am aware of is the right for all men/women to …

Member Avatar for The Dude
0
252
Member Avatar for Tauren

[url]http://www.digipen.edu/main/Webcast[/url] Check that out for some free tutorials. Not to sound harsh but if you are planning this as a career you need to be the dogs do-das. Unless you are very smart and very good you won't make it, though it is good fun developing games and does help …

Member Avatar for ongxizhe
0
304
Member Avatar for christina>you

[QUOTE=joshSCH;381931]Thats nothing compared to what professional athletes make.. which is complete bogus :([/QUOTE] It is unreal what footballers get, though so long as they are a Rangers player I don't mind :)

Member Avatar for christina>you
0
805
Member Avatar for RwCC

Hey everyone, I am always having to copy DLLs from various folders for various reasons. So I thought if I had a .bat file to do it then it would save me bucket loads of time. So is anybody here able to provide code to copy from several folders and …

Member Avatar for DenisOxon
0
178
Member Avatar for sk8ndestroy14

Is there a reason for the release? Or was it just to give you guys something new?

Member Avatar for MidiMagic
0
257
Member Avatar for RwCC

Is there anyway to get a list of all groups that are assigned to a users workstation? I have seen a few examples on codeproject etc, but the bulk of them are returning everything. I am just after the likes of "restricted user", "admin", "guest" etc etc

0
80
Member Avatar for StrangeLoops

Best bet: Google for jobs See what employers want, and go from there. Frankly its better to actually have a plan of what you want to do as its better to enjoy your work, but if you choose another way thats ok. See what people want, and go for that.

Member Avatar for jbennet
0
192
Member Avatar for christina>you

I'm almost positive that the same went around at various times during the war to protest against Bush. What annoys me is that Americans complain about the price of 'gas' whilst they race around in their fuel hungry cars paying far less than the UK does. What America needs is …

Member Avatar for 'Stein
0
559
Member Avatar for happygeek

Nothing that I couldn't do before, but I would certainly increase the amount I download. Personally my little broadband connection is fast enough for online gaming (albeit I could use a better system), so the only other use would be to get porno that little bit faster!

Member Avatar for Recanzone
1
283
Member Avatar for Sturm

I would put myself down as none of them. I am a Unionist, which has aspects of a few of them. Facing the difficulties of violence, greed and rebellion to keep our country.

Member Avatar for EnderX
0
692
Member Avatar for christina>you

No it's not really. I prefer the original Office, watched the American one once and as always you Americans butcher classics. I would also suggest if you havent already listened you should check out the Ricky Gervais Podcasts and Extras.

Member Avatar for christina>you
0
113
Member Avatar for dcc
Member Avatar for sadhanasingh

To be honest it would be far easier if you: 1) Posted a code snippet 2) Let us know what happens But from a quick glance it seems that a path you set (possibly to an image, resource, etc) isn't correct or the object isnt there

Member Avatar for prodigygroup
0
110
Member Avatar for lupesandoval

1. What made you want to be a computer or network technician? I'm not a technician, I am a developer (network management), I decided to get into IT because it was something that I always had a passion for, and was rather good at. 2. What type of education did …

Member Avatar for RwCC
0
309

The End.