Thanks for the advise, however, I was unable to get to the right link.
Can you please send me the link?
Thank you in advance!
Evans
Search found 114 matches
- Thu Jun 30, 2011 4:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper Tools (CT3.LIB)
- Replies: 5
- Views: 1354
- Wed Jun 29, 2011 7:07 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper Tools (CT3.LIB)
- Replies: 5
- Views: 1354
Re: Clipper Tools (CT3.LIB)
That is correct my friends... I need CT.LIB for 64 bits. (CT3.LIB worked fined for 32 bits in Windows XP - Problems are with Windows 7 -> CT.LIB which I don't have of course) Thanks for your attempts... Expecting that someone will send it to me, or post somewhere that I can download with a relative ...
- Tue Jun 28, 2011 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper Tools (CT3.LIB)
- Replies: 5
- Views: 1354
Clipper Tools (CT3.LIB)
Hello to all of my friends in FiveWin/xHb A couple of days ago, I purchased a new Win 7 (64-bit) laptop. I installed everything, and re-build everything, except for one program that is using the file CT3.LIB, and at that point, I had a problem :oops: It seems that I need the latest version of CT3.LI...
- Tue Jun 02, 2009 4:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Menu and Buttonbar Colors
- Replies: 6
- Views: 1672
Re: Menu and Buttonbar Colors
You can try to use my posted code for changing menu colors. Search this forum for " FWH/xHarbour Menus " Regards Evans Bartzokas Corinth, Greece ps. You can contact me (or anyone else interested) in private to get my latest changes in this code for menu colors. My email is " ebartzoka...
- Fri May 29, 2009 2:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Evans, You just need this new line: ... if( !bTab ) { // V. ADDED STARTS if( ! ( lpdis->itemState & ODS_SELECTED ) ) // NEW !!!!!!!! SetBkColor( lpdis->hDC, 16770508 ); // HCYAN1 ...
- Thu May 28, 2009 5:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Stefan,
Post an image when you try the program...
Thanks and regards
Evans
Post an image when you try the program...
Thanks and regards
Evans
StefanHaupt wrote:Antonio,
thanks, it compiles fine now.Antonio Linares wrote:Stefan, Evans,
Simply change FARPROC into WNDPROC in the C code section
- Wed May 27, 2009 4:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Antonio hi, Can you please take a look at my modified MENUS.C, regarding this annoying HCYAN background color under the selected menuitem? I would really be obliged if you find some solution. Thanks a million times... Kind regards Evans Stefan, Evans, Simply change FARPROC into WNDPROC in the C code...
- Wed May 27, 2009 4:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Stefan hi, I am using xHarbour builder, so I guess, I'm using PELES. I have no means of testing the C code with Borland. The C code, is for making the static dialog SAYs transparent, and I have copied it from this news group. Again, sorry for the inconvenience. Perhaps Antonio can help more with thi...
- Tue May 26, 2009 8:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: 80.000 posts and growing !!!
- Replies: 3
- Views: 647
Re: 80.000 posts and growing !!!
Long Live FiveWin and xHarbour !
Evans
Evans
- Tue May 26, 2009 8:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Stefan, I apologize but I am using an older version of FWH (Feb of 2006) You may find where I've made changes in my own DIALOG.PRG, and apply these changes to your DIALOG.PRG. I'm sure that the two files (DIALOG.PRG) must be different by now! You can spot the changes if you search for "// V.&qu...
- Mon May 25, 2009 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
* DIALOG.PRG (Modified for using a brush to standard window color dialogs) * The brush is called WPAPER2 and it should be included in the .RC file ! // Add this line to your .RC file // WPAPER2 BITMAP "./Bitmaps/WPAPER2.BMP" #include "FiveWin.ch" #include "Constant.ch" ...
- Mon May 25, 2009 3:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Stefan and all hi, Here's the file DIALOG.PRG. Please notice that the brush used in DIALOG.PRG (as modified) is called WPAPER2.BMP. It should be added to your .RC file as follows, WPAPER2 BITMAP "./Bitmaps/WPAPER2.BMP" It can be downloaded from this link: http://img32.imageshack.us/my.php?...
- Mon May 25, 2009 8:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Thanks To All for the image posting advises... 1. Here's a link to the Main Window (MDI WINDOW), main menu. Please notice the HCYAN background under the text of highlighted menuitem. This is what I was trying to get rid of! http://img207.imageshack.us/my.php?image=menu1d.jpg 2. Here's the menu of an...
- Fri May 22, 2009 8:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Hi Otto, I'll work with tooltips on menus, and menuitems, however, I'm still puzzled with the background color of the selected subitem. It appears that no one (yet) has been involved in resolving this specific issue, but it doesn't mean that nobody is interested. Just imagine the possibility to give...
- Fri May 22, 2009 8:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH/xHarbour Menus
- Replies: 20
- Views: 7707
Re: FWH/xHarbour Menus
Hi Otto, I'll work with tooltips on menus, and menuitems, however, I'm still puzzled with the background color of the selected subitem. It appears that no one (yet) has been involved in resolving this specific issue, but it doesn't mean that nobody is interested. Just imagine the possibility to give...