Jump to content
Tuts 4 You

Visual C++ question


thief386

Recommended Posts

Hello tuts4you guys

I'm newbie in c++ and i have some questions

1 how add a good text scroll to form (like dUP patcher's text scroll) ?

2 please post a random number generate function here

3 how use skin in visual c++ ?

4 how add music (xm) to form (i know, but there is some problems that i have read all other topics about it but i can't solve it still)

thanks

Link to comment

1 Some common controls come with built-in scrollbar support, the listbox is one of them. Use the dialog editor in VC++ and change the listbox to have a vertical scrollbar.

2 rand() ?

3 There are plenty 3rd party libraries. Try Qt if you can get it to work.

4 Getting ufMOD to work with VisualC++ is hardly rocket science (it's just one function after all). If you have a specific problem, post it.

Link to comment

thanks for reply

but mate I'm newbie in vc++ !

please explain more (n 2 and 3)

and about uFMOD, can u write a fast guide here?

i will try again and post errors here :)

thank you

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...