Hello,
using a Folder-Background-Color, the Tab-Area doesn't
look nice, because it is not transparent.
Is it possible, to make it transparent like shown ?
Regards
Uwe
...
CONTROL "",903,"SysTabControl32",WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_TABSTOP|TCS_TOOLTIPS|TCS_MULTILINE|TCS_FLATBUTTONS,109,0,237,314,WS_EX_TRANSPARENT
...
anserkk wrote:Dear Fraxzi,
Are you able to use ResEd with FWH without any problems. Till now I have not used any resource editors. I am planning to use a resource editor.
In this forum most are using Borland Resource Workshop (BRW) and most of the Sample .Rc files are made using BRW.
BRW looks very old. What's your openion about ResEd ?. I have also found another freeware ResEdit.
Regards
Anser
I'm also using PellesC Resource Compiler for that too without any issue.
anserkk wrote:Dear Fraxzi,
I need one more clarificationI'm also using PellesC Resource Compiler for that too without any issue.
I am using BCC 5.5 compiler, xHarbour which is bundled along with FWH
Do I have to use PellesC to use ResEd 2.2 with FWH ?
Regards
Anser
You can use other Resource Compiler which can handle 32bpp image.
MyApp.res : MyApp.rc
$(BCDIR)\bin\brc32.exe -r WinAcs.rc
anserkk wrote:Dear Fraxzi,
Can I use other Resource Compiler along with BCC. I mean by just replacing the below given Line in my .rmk file to change the resource compiler to some other app and the rest without any change
- Code: Select all Expand view
MyApp.res : MyApp.rc
$(BCDIR)\bin\brc32.exe -r WinAcs.rc
If so, what are the other options for the Resource Compiler.
D:\PellesC\Bin\PORC.EXE %RC% /I D:\pellesc\include /I D:\pellesc\include\win
I don't know whether I am asking a very stupid question.
Compile PRG's with Harbour/xHarbour,
Compiling C code with Borland C,
Compile Resource with another Resource Compiler,
Finaling Linking and build Exe using Borland C
Regards
Anser
MyApp.res : MyApp.rc
$(BCDIR)\bin\brc32.exe -r MyApp.rc
rem D:\PellesC\Bin\PORC.EXE MyApp.Rc /I D:\pellesc\include /I D:\pellesc\include\win
PCDIR=c:\PellesC
MyApp.res : MyApp.rc
$(PCDIR)\bin\PORC.EXE MyApp.Rc /I $(PCDIR)\include /I $(PCDIR)\include\win
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 55 guests