Hi
I am looking for a visual resource editor for designing dialogs and so on.
Does anyboddy know where I can find one?
Thanks!!
I am looking for a visual resource editor for designing dialogs and so on.
Does anyboddy know where I can find one?
Thanks!!
hehe.. Ewayne is adding new features such as extracting resources from PE file and RES files to his resedit. Should be worth the wait
Btw... i just use the editor that comes with the vc
Btw... i just use the editor that comes with the vc
Try the Resource Editor from Symantec,it's very powerfull.
Visit Hutch's home page.
You can download the tool from:
http://www.movsd.com/download/nre.exe
Regards,
Vortex
Visit Hutch's home page.
You can download the tool from:
http://www.movsd.com/download/nre.exe
Regards,
Vortex
Thanks for all the quick replies!!
I believe that the Symantec resource editor is the best one I've seen so far. Thanks!
I believe that the Symantec resource editor is the best one I've seen so far. Thanks!
I am going to try and make my own resource editor...
I'll post it when (if :grin:) it is finished
I'll post it when (if :grin:) it is finished
Good to hear Guerrilla !
I really think a modern, independant of any IDE and well written IDE is something that is missing in the windows programming world.
It is true that there is others resource editors but they are all old, or not very user friendly, or, part of a whole development environment and can't be separated from it...
:alright:
I really think a modern, independant of any IDE and well written IDE is something that is missing in the windows programming world.
It is true that there is others resource editors but they are all old, or not very user friendly, or, part of a whole development environment and can't be separated from it...
:alright:
That's indeed what I tought, but I'm not quite sure about the IDE yet.
Any good ideas here?
Anyway, I attached a sample proggie I made
It's just ment as a test, not as IDE
Any good ideas here?
Anyway, I attached a sample proggie I made
It's just ment as a test, not as IDE
Guerrilla,
Keep going on.
You can add some templates for dialog resources;it can be usefull.
Regards,
Vortex
Keep going on.
You can add some templates for dialog resources;it can be usefull.
Regards,
Vortex
I need recource editor who can allow me to create dialog box by writing the X,Y,Width,Height of the objects. Not by resizing the window by dragging.
this time i realy sorry for my english :):alright:
this time i realy sorry for my english :):alright:
I need recource editor who can allow me to create dialog box by writing the X,Y,Width,Height of the objects. Not by resizing the window by dragging.
this time i realy sorry for my english :):alright:
RadASM's resource editor allows you to either drag-resize or input pixel sizes directly. The others probably do as well. For RadASM you have only to edit the left/right/width/height fields directly.
i have got it but i do not know how to use it ther are tools but ther is no such a thing as DialogBox to choose so i cant do anything with them can u tell me how to use it ???
Right click in the project window select "Add New" and choose dialog. A SaveAs dialog box will ask you for a name of the dialog type in something like "main" press OK. A dlg file will be added to your project, double click on it to open the editor. A project must be opened for the Add New menu to be enabled.
Once you have the dialog editor open and have created a dialog, on the toolbar is a button that looks like a Hammer and Wrench in an X, press it to display the editing tools. In the dialog editor there is a properties box that allows you to edit the specific styles and properties.
Once you have the dialog editor open and have created a dialog, on the toolbar is a button that looks like a Hammer and Wrench in an X, press it to display the editing tools. In the dialog editor there is a properties box that allows you to edit the specific styles and properties.
wow this res edit preaty cool, it is better than "nre". It is look a lot like VB.
Anyone who tried Open Watcom's resource editor?
Can you tell me were I can download it?
Guerrilla: Open Watcom is a great freeware IDE that can target many platforms. It even has an assembler "Wasm" that uses much of the Masm syntax. I had trouble openning it's resource files with standard resource editors, and I'm not sure if the res file can be linked with other non-Watcom object files.
Thanks for your reply:alright:
No problem. BTW, TheFreeCountry is back online and has a nice page on various freeware resource editors: http://www.thefreecountry.com/programming/resourceeditors.shtml