Perry, Unfortunately the Windows standard Tab control does not allow to change the folder tab prompt color. To use TFolderEx instead a TFolder, you only need to replace FOLDER with FOLDEREX in your PRGs and replace "SysTabControl32" ...
Perry, Here you have an example that I coded for FiveNet: https://bitbucket.org/fivetech/fivenet/src/fdc55d7abee75799ae25b716c4c79c06556aa8ee/source/cs/fivetech.cs?at=master&fileviewer=file-view-default Look ...
Perry, > does each parm have to be the same data type in all functions? They have to be Harbour "items", thats why you need to use the function ItemNew(): http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22835&start=15 ...
Perry, > we have the need to pass values back from the DLL to the calling EXE. Is this possible ? Yes. What types of values do you need to pass back ? character, number, etc ? We need to know their types in advance. > ...
Perry, Please modify tutor01.prg this way: #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main() MsgInfo( "Hello world from ...
Perry, The migration to FWH 64 is quite straightforward. If you review FWH\samples\build64.bat you will see how to use the Visual Studio C compiler and libraries. Actually FWH 64 supports Visual Studio 2013 Express. Surely ...
Hello, I am adding a listView in our program, and I see that the ImageList is always created at 24bit with alpha, but I want add 32bit icons. Now I change oImageList:hImageList with one created with ILC_COLOR32. Here the difference:
... in the list is based on mouse release position. I want too draw a line where this new element will be placed. Now it is not possible. Regards, Perry
This is cool! If someone want show 2 columns, ID and Bez, how the code becomes ? Regards, Perry #include "fivewin.ch"#include "xbrowse.ch"REQUEST DBFCDXfunction main() local oDlg, oFont, oBrw local oTree CreateTestDBF() ...