Code center > Darwinbots Program Source Code

Load form

<< < (2/6) > >>

PurpleYouko:
Sorry.

That's an aspect I have never really played with. Most VB controls add a scroll bar automatically when the data in the window gets bigger than the window itself.

When I made a tile scroller demo a few months ago, I am pretty sure that scroll bars just popped up as soon as the picture got bigger than the window.

Zelos:
ok thx, I have 5 forms, one main and 4 others that are sub forms, when they are minimized they shall be minimized in the main form, and in the menu stuff in the lowercorner, where stuff show up in window, the main one shall be the only one visible there, how do you fix that?
and if I tell the program to save a file, that ends like .dot can the program then just load it and read it?

Ulciscor:
The program has no idea that you have tried to paint anything off the boundaries of the form so can't add a scroll bar to show it. You could make your own code for moving what you paint using a custom scroll bar by moving the co-ords of the graphics but that would be quite difficult I imagine.
I don't reallt get what you mean by the other two questions though; can you rephrase them?

Zelos:
there exist different types of files, txt, jpg and such if I want to save a file can I use any type of ending I wamt and then the program load it? and still bne able to read it?

Ulciscor:
I think so, as long as you apply the file correctly. Obviously opening a picture in a text field won't work like you want.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version