Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for happygeek

It's the festive season but would you really expect Lady Gaga to give you a free iPad 2? That was the exact message being broadcast from Lady Gaga's Twitter account earlier, promising each and every one of her 17 million followers an iPad 2 and all they had to do …

Member Avatar for vegaseat
1
2K
Member Avatar for Fireprufe15

I'm trying to make a program that saves images in a database. I've pulled together some info on the net and wrote up code that I think is supposed to work, but fails in a completely unique way on either side (the saving and the loading). Here's my code, could …

Member Avatar for Hemo2013
0
2K
Member Avatar for Fireprufe15

I'm having strange connectivity problems with my internet. Sometimes some of my programs will not recognize the connection, sometimes it's all of them. I had a previous router, and since the problem started it would disconnect every few minutes. I believed it was a router based problem, so I purchased …

Member Avatar for JorgeM
0
380
Member Avatar for Fireprufe15

These are my current specs: Operating System Microsoft Windows 7 Professional 32-bit CPU Intel Core i5 650 @ 3.20GHz 45 °C Clarkdale 32nm Technology RAM 4.00 GB Dual-Channel DDR3 @ 666MHz (9-9-9-24) Motherboard Intel Corporation DP55WG (LGA 1156) 34 °C Graphics S23B370 (1920x1080@60Hz) SyncMaster (1600x900@60Hz) 512MB GeForce GTS 250 (XFX …

Member Avatar for Fireprufe15
0
147
Member Avatar for Fireprufe15

Okay, so I have a program that deletes an entry from the database. It is linked to the program with an ADOQuery. How can I check if a record with a certain primary key exists in the database? And then it has to take that ID, and then report to …

Member Avatar for pritaeas
0
64
Member Avatar for happygeek

How will Microsoft differentiate Windows 8 in an already crowded Windows OS user space? How about, for one, with the use of a photographic gesture security system for logging in? The idea of using a photo to identify and authenticate the user is not without some pretty obvious problems (ambient …

Member Avatar for jwenting
0
686
Member Avatar for Fireprufe15

I'm programming a Yahtzee type game, but I have a problem checking for the different scoring types. So far I have everything but Full House, Small Straight and Large straight. It works like this: There are 5 variables (the dice) that are randomized to something between 1 and 6 every …

Member Avatar for Fireprufe15
0
126
Member Avatar for Fireprufe15

I am making a small game, just to sharpen up my Delphi knowledge before school starts again, and also to show of to my friends. So in this game I have five integers and I need to check if at least three of them equal each other. How would I …

Member Avatar for pritaeas
0
134
Member Avatar for Fireprufe15

Hay everyone. Im busy creating a program, but first you have to log in with a little form I made. I thought about using a registry entry, but I dont know how to use Tregistry. It should also be possible to use on a network pc with only client level …

Member Avatar for Fireprufe15
0
143
Member Avatar for Fireprufe15

Okay so I am working on small program, and halfway through I decided to make a login screen at the start. How do I make it that the login screen shows up before the main form?

Member Avatar for anijacity
0
258
Member Avatar for Fireprufe15

I want to save the contents of my richedit to a plain text file. With my current code, only a partial of the richedit's text ends up in the plain text. Could you please tell me what's wrong with my code: [CODE] var fSave : TextFile; begin AssignFile(fSave, dlgSave.FileName + …

Member Avatar for AceStryker
0
1K
Member Avatar for Fireprufe15

Okay so I have a program, but when it launches the user has to enter a username and password. This login system is on a different form from the rest of the program. There are two things I would like to implement, but I need some help. This is for …

Member Avatar for pritaeas
0
154
Member Avatar for Fireprufe15

So I'm playing Deus Ex Human Revelution at full screen, and near the end of the game it randomly minimizes to the desktop. I thought it might just be the game, but later on, playing another game, it does the same. Now it does it every 10 to 20 minutes. …

Member Avatar for Fireprufe15
0
255
Member Avatar for Fireprufe15

Nah I'm just kidding. Hi my name is MG, handle Fireprufe15. I am a delphi programmer in training (school, urgh I wanted to learn Java). I'm a gamer and aspire to one day be a game developer. But dreams sometimes remain dreams. I also enjoy writing and starting flame wars …

Member Avatar for jingda
0
65
Member Avatar for Fireprufe15

Hi, I am working on a multiple layer encryption program for my school IT project. Right now the message runs through a Caesar cipher (which the user can select the shift of), it reverses the message and then it reverses the bits of each character, making various symbols come out. …

Member Avatar for Fireprufe15
0
287