Search found 88 matches

by cvirus
Thu Jun 27, 2013 1:34 pm
Forum: General category
Topic: GetScreenWidth and Height Thru Win32Api
Replies: 2
Views: 7902

GetScreenWidth and Height Thru Win32Api

Enjoy :)[code]Declare SystemScreen as "GetSystemMetrics" of "user32" ? ? nIndex As Long? ? result As Longend declare object myform as form ? ? BorderIcons=BiSystemmenu? ? width=200? ? height=150? ? caption="Screen Resolution"Object lbl as Label? ?caption="X:"?...
by cvirus
Thu May 02, 2013 1:32 pm
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 8906

FaceButton.Bitmap.LoadFromResource not working?

Glad to help. :)

Nope that?s the most up to date help file.

That is a method for the btn to load a bmp from a resource.

Any time just ask eventually your questions will be answered, but have some patience.

For the Api call you must wait untill Marco the admin will answer.

:D
by cvirus
Thu May 02, 2013 8:08 am
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 8906

FaceButton.Bitmap.LoadFromResource not working?

Try with:

[code]

Object FBtn as Facebutton
BMPresource(resource)
End Object
[/code]
by cvirus
Wed May 01, 2013 7:49 pm
Forum: examples
Topic: FaceButton.Bitmap.LoadFromResource not working?
Replies: 5
Views: 8906

FaceButton.Bitmap.LoadFromResource not working?

like this?[code]Object BtnClick as Button? ? left=10? ? top=20? ? Caption="Lock"? ? bitmap.loadfromfile("lock.bmp")? ? onclick=fechar? end object[/code]The facebutton works the same way. Espero que ajude :)[code]Object Fbtn as FaceButton          lef...
by cvirus
Sun Mar 17, 2013 5:13 pm
Forum: examples
Topic: LockWorkStation V0.1
Replies: 0
Views: 12458

LockWorkStation V0.1

Small app that let lock the station or close the session where you are working on.
by cvirus
Sun Mar 10, 2013 5:30 pm
Forum: examples
Topic: GetPixel app
Replies: 2
Views: 5173

GetPixel app

Thanks for the explanation.  :)
by cvirus
Sat Mar 09, 2013 6:21 pm
Forum: examples
Topic: EuroMilhes
Replies: 3
Views: 9735

EuroMilh�es

Well, this is a lot simple, yours sound a quite good app. :)
by cvirus
Sat Mar 09, 2013 5:21 pm
Forum: examples
Topic: Play video
Replies: 13
Views: 24852

Play video

This looks very good, good work Angel.
by cvirus
Sat Mar 09, 2013 5:16 pm
Forum: examples
Topic: GetPixel app
Replies: 2
Views: 5173

GetPixel app

Hey Marco, sorry for ask but can you explain a bit this code of yours?I mean, why all this api`s Calls? Are they needed?Thanksconst vbKeyLButton=1``left mouse buttonDeclare GetPixel as "GetPixel" of "gdi32"  hdc As Long  x As Long  y As Long  result As Longend...
by cvirus
Sat Mar 09, 2013 4:06 pm
Forum: examples
Topic: EuroMilhes
Replies: 3
Views: 9735

EuroMilh�es

Here is the code for the European Euro millions. :)