Hola foro
Es posible crear un dialogo y otros controles desde recursos y guardar el .prg como un archivo harbour .hrb ?
Si es posible, algun ejemplo?
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
Hola foro
Es posible crear un dialogo y otros controles desde recursos y guardar el .prg como un archivo harbour .hrb ?
Si es posible, algun ejemplo?
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
Es posible ?
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
Eu acho que não. Mas vc pode guardar o resource no exe.
vilian wrote:Eu acho que não. Mas vc pode guardar o resource no exe.
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
I think you could save these resources in a .RES file, and link this .RES with your EXE.
vilian wrote:I think you could save these resources in a .RES file, and link this .RES with your EXE.
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
Do you want to read the .rc file and show the dialog ?
vilian wrote:Do you want to read the .rc file and show the dialog ?
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
vilian wrote:Oh... Any years ago I tried to do this, but without success.
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14695&p=76089&hilit=vilian#p76089
I'm sorry.
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity
Those dialogs that are simpler, I write them in the code/prg. Those dialogs complexer I keep them i .RES file.
I don't use RC files.
vilian wrote:Those dialogs that are simpler, I write them in the code/prg. Those dialogs complexer I keep them i .RES file.
I don't use RC files.
FWH 25.12
Harbour/Hbmk2
Microsoft Visual C++
MySql 8.0
Antigravity