Login Register






Visual Basic Form Help filter_list
Author
Message
Visual Basic Form Help #1
Hello,
Hope you can help me?
I have a form (main form) now I want to open a more per button but this is in addition to the form appear and wen I that main frm move form the others as well with moves and stays in the same position as the main form ?

Sry for my bad englischSad

Reply

RE: Visual Basic Form Help #2
What. Sorry man I have no idea what you're trying to ask, use google translate.


Reply

RE: Visual Basic Form Help #3
How can I dock a form to another form ?

The can move simultaneously

Reply

RE: Visual Basic Form Help #4
(07-19-2016, 04:27 PM)master03 Wrote: How can I dock a form to another form ?

The can move simultaneously

Ok, this is pretty simple, I whipped something up and GitHub'd it: https://github.com/Icemantheditor/DockExample/


Reply

RE: Visual Basic Form Help #5
Hey dude i found this http://www.codeproject.com/Articles/3553...rms-with-C i used this technique when i was making a webbrowser in vb. This is in C# but im sure you can convert it to vb if you need. Hope this helps you dude!

Btw it was really hard to understand what you needed, so sorry if this isn't it.
(This post was last modified: 07-19-2016, 10:37 PM by 0M4R.)
Donate to be in my siggy!
Spoiler: Donators
@"Ender" ♦ @Customer ♦ @Diego ♦ @Logo ♦ @Bish0pQ ♦ @Altair ♦ @Botanicals


Reply

RE: Visual Basic Form Help #6
(07-19-2016, 05:25 PM)Killpot Wrote:
(07-19-2016, 04:27 PM)master03 Wrote: How can I dock a form to another form ?

The can move simultaneously

Ok, this is pretty simple, I whipped something up and GitHub'd it: https://github.com/Icemantheditor/DockExample/
that's cool thanks for sharing really helped me too

Reply

RE: Visual Basic Form Help #7
(07-19-2016, 10:37 PM)Primitive Wrote:
(07-19-2016, 05:25 PM)Killpot Wrote:
(07-19-2016, 04:27 PM)master03 Wrote: How can I dock a form to another form ?

The can move simultaneously

Ok, this is pretty simple, I whipped something up and GitHub'd it: https://github.com/Icemantheditor/DockExample/
that's cool thanks for sharing really helped me too

Glad I could help you out, I just pushed an update to it so that Form2 cannot be moved independently of Form1.


Reply