Im developing and almost finish a Search and Replace Application... until now
it's croos-platform (I suppose, only #PB_constants, no CallBacks

But I dont know exactly which constants are cross-platform and which are not.
For example: is this code cross-platform?
Code: Select all
Select MessageRequester("Oen", "<<<<<< Important!!! " + Chr(10) + "1.- Line mode works only in complete line if wildchars are used." + Chr(10) + " in all replacement operations (delete,replace,insert)." + Chr(10) + "2.- Block mode.... same behavior with or without wildchars >>>>>>>>>", #MB_OKCANCEL|#MB_ICONINFORMATION)
Case #IDOK
Case #IDCANCEL
EndSelect
Could you give me some tips?
