Hey guys and girls, im a n00b at the programming side of PC's but im trying to create not a pop-up but a sub window? does that make sense?

like when you get an error message or when you get an information box up!

can anyone help me with basic programming?

Recommended Answers

All 3 Replies

just had a look at that and i have decided to drop the idea, its too advanced for me!

if anyone could make me a small Window Box with Title: "Owned by IT Support"

and a message saying "Once again your soul is ours!

with an OK button and a SOS button!

you could just use MessageBox() function, which is used for most error messages. You won't get an SOS button though.

MessageBox(0,"Once again your soul is ours!","Owned by IT Support" , MB_OK | MB_ICONEXCLAMATION);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.