Hello all,
I have a question concerning bitmaps in a mapbasic program.
After starting the mbx a Dialog is shown which introduces the user into the subject.
I like to insert a custom logo as a bitmap in this startup dialog.
I tried to work with the following statements after copying the "test.bmp" into the
"C:\Programme\Mapinfo\Professional\Custsymb"
Dim sym_marker As Symbol
sym_marker = MakeCustomSymbol( "test.bmp", Blue, 10, 0)
Is this possible?
How do I integrate the bitmap into the dialog?
Thanks in Advance
Hendrik Po�berg