Search found 6 matches

by C?sar Baptista
Thu May 02, 2013 10:23 pm
Forum: General category
Topic: API call - How to?
Replies: 3
Views: 6984

API call - How to?

Marco,

It Worked. ;)

Thank you very much.
by C?sar Baptista
Thu May 02, 2013 4:10 pm
Forum: General category
Topic: API call - How to?
Replies: 3
Views: 6984

API call - How to?

Hi Marco,

Thanks for the example.
I will try it and then say if it worked.

C?sar Baptista
by C?sar Baptista
Thu May 02, 2013 1:28 pm
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 9819

FaceButton.Bitmap.LoadFromResource not working?

cvirus,

It worked. Thanks.? ;)
But the help file doesn?t say anything.? ?:(

The help file that i have is from Feb-2013 update.
There is another more completed help file?

Thanks again.

by C?sar Baptista
Wed May 01, 2013 9:58 pm
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 9819

FaceButton.Bitmap.LoadFromResource not working?

Thanks cvirus for your answer but it`s more something like this i need and it doesn?t work for me:[code]Resource LockBitmap As "lock.bmp"...Object Fbtn As FaceButton? ?? Left=10? ?? Top=20? ?? Caption="Lock"? ?? Bitmap.LoadFromResource(LockBitmap)? ?? OnClick=FecharEnd Object[/co...
by C?sar Baptista
Tue Apr 30, 2013 4:06 pm
Forum: General category
Topic: API call - How to?
Replies: 3
Views: 6984

API call - How to?

Hi everyone,I have a problem which is related to pass a record to api.Example:How to call SendMessage passing in lParam a RECT record.Record Rect      Left As Long      Top As Long      Right As Long      Bottom As LongEnd Record...With Sen...
by C?sar Baptista
Tue Apr 30, 2013 11:06 am
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 9819

FaceButton.Bitmap.LoadFromResource not working?

Hi everybody,

Can someone give me an example of how to add a bitmap resource to a FaceButton object?

Thanks in Advance.