Hey guys,
I got the icon thing to work(it was pretty easy actually, you just have to download icofx and the resource editor then load icofx, go to tools, resource editor, click on folder icon, open your .exe file in the Dubug part of your folder, and then click on add an icon and voila, go to the folder that has the icon you want, load it, and save it!).

But now I have a different question:

How do you make a code so that it runs throughout the entire program (like a clock at the top, so it doesn't go away after a certain art of the code)?

Any help is appreciated.

Thanks!

Recommended Answers

All 4 Replies

Yeah...but its removed in 2010

Ouch. Can you go back to 2008?
Does the 2008 Express have it?

I think what you might be looking for is called multi-threading. You could spawn a thread for your clock that can continue running throughout the operation of the program. As a matter of fact I believe a typical 'main' function is running on a single thread.

Multi-threading

Hopefully that'll help a little!

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.