Jump to content
Tuts 4 You

need help create dialog in resource and control


Modify

Recommended Posts

Hi,

I'm try to find with googled not find create dialog in resource section and control, It's possible not possible.


 

Capture.JPG

 

please suggest me link and more information.

thanks


 


 


 

Link to comment

you can use WinAsm (assmebly compiler, but don't worry you don't have to know asm :) ) 

  • Create a new projet
  • Goto Project-> Add new RC
  • Double click the RC file in project explorer, add dialog (from the toolbox) and the other controls
  • Goto Make-> Compile RC (you will be asked to save)
  • The generated file is somthing.RES and it's supported by reshacker (I just tested it)

I'm not sure if it's the best/fastest but it works

 

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...