No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
32 Posted Topics
Good evening all, Currently I am working on a program that will automate the backup/restore jobs at the place I work. The rough work has been done, but I am somewhat concerned about the possibility of massive IO operations due to the way my program works. Here is the scenario: … | |
Good afternoon everyone, Currently I am experiencing a problem with a flowdocument that I am trying to print. All the code is doing exactly what it is suppoed to do, but when I press the print button in my program, the page that comes out of the printer almost seems … | |
Hi all! This might be a thoroughly simple question, but as I am unable to formulate it in a simple sentence, Google cannot really help me. Since I will soon be buying a place of my own, I have certain desires which are of a geekier nature. A friend will … | |
Good afternoon all! As an exercise to help keep my coding up to date, and to try new things, I figured I'd make a 2D topdown RPG. A basic dungeoncrawler. Now, I've come across a great deal of tutorials for console RPG's that do the same thing, but none of … | |
Good evening all, First of all, I've been curious about supposedly wrong things in the past. So let me clarify this first: I am in no way trying to hack some program, have malicious intent, or anything of that nature!! That being out of the way, the scenario is as … | |
Hey all! Seems I've run into a bit of a downer. I'm trying to determine whether or not a remote computer is locked (part of a domain, winXP, I have full admin rights to the machine). Now even though that might seem like a simple and often used function... Several … | |
Hey all! Since I am getting a little agitated with not being able to find a solution, I will try and keep this short. I'm looking for a way to check if the remote user is a local admin or not through WMI (or any realistic alternative without having to … | |
Good day all! Recently I have started working for a law firm of considerable size (as ICT support). Since helping out users is a big part of my daily work, and I do have lots of other things to do, I would like things to run as efficiently as possible. … | |
Good afternoon all! (It is over here anyway, but chilly though) As per usual in a forum of this type, I find myself mindboggled by what is probably not that difficult to solve. Thus, I was hoping any of you could enlighten me. I am in the process of writing … | |
Good afternoon all! As is most often the case in this forum, I am faced with a problem I cannot seem to solve. I am trying to write a program that reads the state of the caps-lock key. If it is active I want it to display a picture on … | |
Re: well, I don't remember the exact details, but maybe you can use windows properties for this? I know there is a way to access the properties of a file under windows. If you were to access the time detail form the soundfile... that might work. Not sure if it would … | |
Hi all! I'll keep this post a little shorter then I normally do, lack of time to post and all of that. I am making a widget-type program. You know, no borderstyle, no taskbar, opacitycontrol, stuff like that. It's going to be an RSS-aggregator by the way. Now for my … | |
Re: Well, PHP and MySQL will take care of your databases, users and probably a good deal of the content as well. MySQL is a database language, it can store locations to images, users, amounts required for purchases or whatever. PHP is more of a scripting language (though PHP really isn't … | |
Hi all! Well, the name isn't entirely accurate but since I have found it very hard to find some actual useful information on the topic I decided to name it as such. Purely as a programming practice I would like to make a calendar application. Something along the lines of … | |
Hi all! As you probably have guessed, I have a problem. And as such I would like to use your collective knowledge so I can continue. I have a form that has a crapload of buttons on it. so, because I was being lazy, I created myself a ButtonGenerator. Here … | |
Hi all! Well, again I find myself stuck in a silly situation. I've found some more settings that seem to baffle me. First off all, why can't I set the Right property of a control? Example: [CODE] PictureBox ExamplePictureBox = new PictureBox(); ExamplePictureBox.Right = 50; [/Code] This returns that "Property … | |
Hi all! Well, this time I have a... funny problem. One that in my logic should not exist. I'm trying a very simple thing, centering a PictureBox in the middle of my form, both horizontally and vertically. The PictureBox is called "CP_PB_Main" [CODE] CP_PB_Main = new PictureBox(); CP_PB_Main.Height = 150; … | |
Hi all! Since I've been having a little more time for doing some recreational stuff I decided to continue programming again. But as you might have guessed from me posting here... I've found myself a problem again. All around the internet as well as on tv you see these nifty … | |
Hi all, I have a very easy question (I think, at least), but I can't for the life of me figure it out, which makes me feel stupid. I'm trying to make a function to generate buttons (I have quite a few buttons in my app and don't want to … | |
Hello again all of you! This time I have a load of questions, some of which might seem simpole, some of which might be far more difficult then I can even comprehend. To start off, I'm a novice to programming. I've made some simple games and programs as excercises and … | |
Hello all! I have yet another question. Since I'm making good progress in learning C# I'd like to learn some new stuff that I have been putting off and to clean up my code. As such it seemed like a good idea to try and create a frontend for a … | |
Re: [CODE]this.button1.Click += new System.EventHandler(this.button1_Click);[/CODE] this will do the trick for you ;) | |
Re: how about a simple Convert.ToDouble(yourVar) for a 20,00 or a Convert.ToInt32(yourVar) for a round 20? | |
Re: I might be totally off but have you tried this.close ? or this dot anything (if you have intellisense, just scroll through the menu and see what's in there ;)) Hope this helps! | |
Hi all! ...jup.. I'm back again.. This time I seem to have troubles with my array, I want it it to do a fairly easy job, but I can't figure out the syntax of how to do this. I have a form with several sorted TextBoxes, named accordingly: tb_dec[1-6] tb_bin[1-6] … | |
Hi all! I'm trying to create a function that will allow me to set the properties of all the specified controls in my form at once. In a more direct example: I'm trying to change the text of every textbox in my form to null ("" would do fine to, … | |
Hi all! I've been learning C# on my own for a couple of months now and am getting to a point where I can start actually creating a program. A few days ago I fired up brain trainer 2 and one of the games was a Mastermind kind of game … | |
Hi all, I've been working with C# for some time now, even created a Mastermind-game yesterday to learn some stuff (Mastermind is a very nice training project by the way, I really had fun coming up with solutions) But while that I ran across a problem that I haven't been … | |
Re: [QUOTE=invisal;649791]Mathematically, you can just constantly substract the dividend with divisor and count it until the dividend become smaller than the divisor. If dividend become 0 after it's been constantly substracted, it means that the dividend is divisible to divisor. If dividend is bigger than 0, then it is a remainder. … | |
Re: why not use a switch? that would save you a LOT of trouble, be much easier to manage and add and would make your code much more clean ;) | |
Hi all! I'm new to the forum so I figured I would introduce myself properly before the wave of questions begin ;) A bit about myself: My real name is Alex, 20 year olds, as of this very day 6 months very happily together with my girlfriend (had an AWESOME … |
The End.