Problems hacking the GUI

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
the_merv
Posts: 1
Joined: 2004-06-25 18:23

Problems hacking the GUI

Post by the_merv » 2004-06-25 18:30

I am fairly new to programming but I can hold my own. I am confused however, how get at the windows forms file in the project(DC++ 0.401). Looking for the souce code trying to find parts to manually add stuff to the gui is not that fun. When I create a project on vs.net 2k3 and design a gui it creates a file that I can then go back to and easily edit. If this is not possible could someone in this forum point me towards the .cpp or .h file that deals with the different tabs on the dc++ settings screen as I want to add a tab.

--------------------------------------------------------
Never try to teach a pig a sing. It wastes your time and annoys the pig.

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-06-26 00:28

It's PropertiesDlg.h and cpp which deals with that. THhen you need to create a cp and a .h file for you new tab. Look o the ones that already exists for the layout of them. And the look of the tabs is cereated throught hte resource view.

Locked