Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~9K People Reached
Favorite Tags
Member Avatar for ctrl-alt-del

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: …

Member Avatar for ctrl-alt-del
0
234
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
354
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
138
Member Avatar for ctrl-alt-del

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 …

Member Avatar for Romil797
0
167
Member Avatar for ctrl-alt-del

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 …

Member Avatar for pseudorandom21
0
158
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
184
Member Avatar for ctrl-alt-del

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 …

0
81
Member Avatar for ctrl-alt-del

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. …

Member Avatar for finito
0
123
Member Avatar for ctrl-alt-del

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 …

Member Avatar for Diamonddrake
0
235
Member Avatar for ctrl-alt-del

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 …

Member Avatar for jonsca
0
106
Member Avatar for mkamioner

Hi All I am looking to be able to get the length of any audio file in seconds. Formats are WAV, MP3 and DSS. Is there anything like this... [CODE] int seconds = myFile.AudioLength(); [/CODE] Any help would be appreciated Mike

Member Avatar for DdoubleD
0
4K
Member Avatar for ctrl-alt-del

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 …

Member Avatar for Geekitygeek
0
269
Member Avatar for Kairu

So. I've decided to make a browser based MMORPG. But I need some advice on where I should start with the whole thing... I've got ideas, and knowledge on HTML, CSS and JavaScript. From what I've found PHP and MySQL is needed also, and I know very little on them, …

Member Avatar for athlon32
0
153
Member Avatar for ctrl-alt-del

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 …

Member Avatar for kvprajapati
0
178
Member Avatar for ctrl-alt-del

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 …

Member Avatar for sknake
0
151
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
209
Member Avatar for kofi

hello guys.., i am developing an application for a loans and savings(financial) firm. i would want as much data as possible so i can get a good work done.

Member Avatar for bharat_h03
0
76
Member Avatar for ctrl-alt-del

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; …

Member Avatar for sknake
0
132
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ddanbe
0
138
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
154
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ddanbe
0
147
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
133
Member Avatar for Joka527

Hi, a noob programmer just starting in C# with Visual Studio here.... I came across this while coding in Visual C# and I couldn't figure out anything about it so a little explanation would be greatly appreciated.... In Microsoft's Visual C#...when using Windows Forms for GUI..... You guys know how …

Member Avatar for bcasp
0
169
Member Avatar for ITech

hi,, it seems thet i am posting too much inthe forum .what to do.i am busy with a project to finish.. ye, i just wanted to ask i have a money datatype in my table SPAINFO in sql server2005 i have done the connectin and its working fine.. the problem …

Member Avatar for ctrl-alt-del
0
66
Member Avatar for eugineHax

Good morning - I am trying to get a handle on C# but I keep coming up against the most basic of problems that each take me a day or so to overcome. My present problem is, I'm sure, a very simple one but I cannot find a way to …

Member Avatar for ddanbe
0
151
Member Avatar for ctrl-alt-del

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] …

Member Avatar for ctrl-alt-del
0
111
Member Avatar for ctrl-alt-del

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, …

Member Avatar for Rashakil Fol
0
107
Member Avatar for ctrl-alt-del

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 …

Member Avatar for hieuuk
0
162
Member Avatar for ctrl-alt-del

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 …

Member Avatar for ctrl-alt-del
0
167
Member Avatar for Alex Edwards

How in the hell do you divide by 7 using nothing but-- ~, ^, >>, <<, &, | -- In a set algorithm. I'm stumped. I've tried mapping out different numbers dividing by each other... it didn't work. I would map out a number subtracting from the other to see …

Member Avatar for invisal
0
161