Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how do i create dialog box using resource of win32 app

Featured Replies

Posted

I am looking for tutorial series or book of creating dialog in resource section. how do i create dialog box ?

I am reverse engineering using resource hacker. I found the program i am reversing  has dialog box item.

what is the raw  resource source code of the following dialog -reference attached image?

comodo1.png

Edited by malware

That is the "raw resource source code" for a dialog with a title "Comodo Client - Security" which has three controls.

The dialog would be compiled from a resource script file (*.rc) to a resource file (*.res) and linked into the exe. The res file is equivalent of and obj file.

The resource compiler (rc.exe) found in visual studio packages (and others sources) is what compiles the resource script.

Visual studio has a builtin resource editor to be able to create dialogs with controls on them.

There are other resource editors available that does the same, some with more features or easier to use

A quick search for resource editors shows: http://www.resedit.net/ or a stand alone version of the resource editor built into RadASM IDE: https://www.softpedia.com/get/Programming/File-Editors/KetilO-Resource-Editor.shtml

  • Author
18 minutes ago, fearless said:

That is the "raw resource source code" for a dialog with a title "Comodo Client - Security" which has three controls.

The dialog would be compiled from a resource script file (*.rc) to a resource file (*.res) and linked into the exe. The res file is equivalent of and obj file.

The resource compiler (rc.exe) found in visual studio packages (and others sources) is what compiles the resource script.

Visual studio has a builtin resource editor to be able to create dialogs with controls on them.

There are other resource editors available that does the same, some with more features or easier to use

A quick search for resource editors shows: http://www.resedit.net/ or a stand alone version of the resource editor built into RadASM IDE: https://www.softpedia.com/get/Programming/File-Editors/KetilO-Resource-Editor.shtml

http://www.winprog.org/tutorial/dialogs.html

question : how do i add resource ? is using add resource using visual studio ?

Edited by malware

Add resource using a resource editor, the one in visual studio would work as will the others I mentioned above.

  • Author
5 minutes ago, fearless said:

Add resource using a resource editor, the one in visual studio would work as will the others I mentioned above.

Thanks a lot.

 

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.