Jump to content

How to change the style of the form ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
84 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
How to change the style of the form ?

is it posible to change the form of the form hehehe not always
that quadrat form is it possible to change it ?

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
So you want something like a circular (circle) form?

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
yes anything circle triple ehhehe

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yes I am able to help you.. Let me upload the code.

#5
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
ok thx a lot my frend

#6
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Welcome Here is the code! It may need a cleanup because it has too much API, but it was taken from a previous project and I don't have time to clean it up.

Attached Files



#7
ikkeugh

ikkeugh

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
What's also good is to make the form 'dragable'
just use this .

Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    ReleaseCapture

    SendMessage hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&

End Sub


#8
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
it dosent work

#9
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
What doesn't work?

#10
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
What's also good is to make the form 'dragable'
just use this .


Code:
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    ReleaseCapture

    SendMessage hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&

End Sub

TheComputerMaster thx project work but this one not i dont know who made this post

Code:
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    ReleaseCapture

    SendMessage hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&

End Sub


#11
ikkeugh

ikkeugh

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
Just look above the message who made it !!!!!

Why doesn't it work ?
I got it working : just ad the code at (for exemple) the bottom of all the code
I even uploaded it !

Attached Files



#12
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
aaa ok thx