You are not logged in.

Search results

Search results 1-1 of 1.

Sunday, August 22nd 2010, 3:50am

Author: lol

OLE_COLOR and richtextbox.selcolor

I am porting a vb app to jabaco, but i encountered some problems Jabaco Source 1 2 3 Public Property Get BackColor() As OLE_COLOR BackColor = rtb.BackColor End Property Error: Class 'OLE_COLOR' not found Jabaco Source 1 2 3 4 5 Public Property Get SelColor() As Variant If Ambient.UserMode = False Then Err.Raise 394 End If SelColor = rtb.SelColor End Property I cant edit selcolor Jabaco Source 1 Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg...

WoltLab Burning Board