10 Topics
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
Hey everyone, I have been told there is a way to get a users login name and their SID in C#, does anybody have code or know a very detailed and easy to understand site? What I am trying to do is this, when a user logs in my application … | |
Hey all, I spotted Rugby mainly by looking at the "hello world" thread in Legacy. So I was wondering if it is actually worth learning? I am always looking for more ways to update my CV, but is Rugby wide-spread enough to warrent learning for any other reason than fun? … | |
Have a good Easter everyone, 45 minutes left until a nice 4 day weekend. :mrgreen: Nice hot day, cold beer, going to be good. | |
So who here will be watching the football tonight (proper football, not the American version of rugby :mrgreen: )? Big games tonight for Scotland and my wee country Northern Ireland. England look like they could let down their 'loyal fans' again. :lol: | |
Hey everyone, I'm a brand new member (well, I signed up last month and lost the link!). So where to start with the intro... I'm a 21 year old student, my course at Uni in Liverpool is Computer Games Technology, and as you might have guessed from that I am … |
The End.