Graphics

Oct 20, 2008 at 6:52pm
Hi, I'm semi-new to C++ and I'm looking for a little help regarding a windows app that I'm trying to create. I'm trying to send my friend and application that looks like a login for something and I want to completely trick him. however the certain thing that I'm trying to get him to log into should have some kind of graphic in the background so that he thinks it's legit. I have no idea how to do this, and any help would be greatly appreciated.
Oct 20, 2008 at 7:35pm
Visual Studio's Designer should allow you to do this quite easily.
Oct 20, 2008 at 9:41pm
ok thank you
Oct 20, 2008 at 10:39pm
Are you allowed to ask a question like this? Granted I am more suspicious them most, but I can see a strong security threat here.

On the other hand, if it is innocent fun with a friend; that sound like one heck of a great gag. May I suggest adding some faux-popup ads. After your friends signed in, hit him with 5 minutes of harmless fake (or real) popup ads.

p.s. I would love a copy of this program. Be sure to post your friends reaction. Video would be peachy ;]
Oct 20, 2008 at 10:44pm
i love your idea. how praytell would i go about putting in pop-up adds though?

oh, and where exactly would I put the code for the image?

I believe the code is this...

public:
static Graphics^ FromImage(
Image^ image
)

obviously I would put in the image info but where exactly in my source code would i put this?
Last edited on Oct 20, 2008 at 10:51pm
Oct 21, 2008 at 12:21am
IMO. Concentrate on the basic's first.

@Cerburos: Perhaps it's going to be used for a malicious cause. But I hardly think a noob could make something worth worrying about. Esp when they can download far worse in less than 5 mins from google.
Oct 21, 2008 at 2:52am
so can i get any help :P?
Oct 21, 2008 at 7:39pm
Download Visual Studio C++ Express.

The Visual Designer used to create forms should be dead easy. It's a click and drag interface.
Topic archived. No new replies allowed.