Hi, I'm trying to use the GetTextColor() function and I can't find a way to make it work, it always returns 0. Someone made it work, can post an example of it? I used the example post it on thread below is how I'm always get 0 as result.
 
EnableExplicit
XIncludeFile "RichEdit.pbi"
Define ...
					Search found 2 matches
- Mon Aug 08, 2011 7:47 pm
 - Forum: Tricks 'n' Tips
 - Topic: RichEdit Functions (OOP) New: with Image-Support
 - Replies: 78
 - Views: 51199
 
- Thu Mar 11, 2010 6:25 pm
 - Forum: Coding Questions
 - Topic: Including .h file?
 - Replies: 3
 - Views: 1143
 
Including .h file?
Hi, I want to use the Vmware VIX API with Purebasic and I'm having difficulties to understand how to transform the vix.h and other .h files the API has to Purebasic. I can use the API trough Comate but I want to access the API directly, is there an example or quick way to include or transform the C ...