Re: Add-In: Dim ...... As ______?
Well, I don't know if you should asume that users could be using the manifest file with VB6, its up to you.
Its like this:
Place a picturebox inside the frame, then you can add controls to the picturebox inside the frame. Set PictureBox's BorderStyle = 0, so it won't be visible.
You'll have to do it each time you add a Frame.
Re: Add-In: Dim ...... As ______?
That seems like a pain! but.. I'll do it for the Monkey
;)
Re: Add-In: Dim ...... As ______?
Hehe. :) I know a lot of people use manifests, so it will probably be worth it.
Thir program is starting to look awesome though. :)
One other comment: I like the way you went about have the treeview for all the options, but its too hard to use (for me). I need all the space I can get on the right side. My projects tend to be being and my properties window is already really small.
But I still like how your method of going about it is a lot easier to understand than MZTools (which I think was the point). Maybe you could add the option of toolbar or window pane later on?
Re: Add-In: Dim ...... As ______?
well.. its a dockable window.. so move it elsewhere??
hmm.. toolbar.. maybe (But I dont like MZTools because of that.. u have to get the tooltips on everything to find the right one...)
a menu maybe? Think about some ideas on other options
Re: Add-In: Dim ...... As ______?
A dockable window is good as the default. But you could have the option to switch it to a toolbar if you are already familiar with all the icons in the treeview.
I would dock it elsewhere or float it, but I don't have any room for it really. That might just be me though.
Re: Add-In: Dim ...... As ______?
I have been trying for the last 3 hours to create a toolbar.. lol
I can get a toolbar to appear and add a button..
but I want menus!!!
Started a thread: http://www.vbforums.com/showthread.php?t=375679
no answer yet...
Re: Add-In: StaticToolz (Attached in First Post..just for fun)
You don't have to do it just for me. Maybe you should focus on functionality and add the toolbar later.
Re: Add-In: StaticToolz (Attached in First Post..just for fun)
I want to see if I can reduce the size.....
Re: Add-In: StaticToolz (Attached in First Post..just for fun)
only 2 downloads? :(
lol
any thoughts so far from whoever checked it out?
Re: Add-In: StaticToolz (Attached in First Post..just for fun)
I didn't have time to check it out last time I downloaded it and I have been busy lately. The only problem I remember is that one time an action occured when I single clicked a tree view node instead of double clicking it. I might be remembering wrong though. I'm not at home so I couldn't tell you which one it was.
Re: Add-In: StaticToolz (Attached in First Post..just for fun)
no.. things are single click.. for some.
I am linking it into the codebank right now
u will be able to insert code... copy code to clipboard.. or even create a new form/module/class mod with the code already inside it!
plus I fixed the code indenting... there was an issue when it cam across
If...
open...
if....
open...
end if
close
end if
it couldnt "get" the 2 opens..
now it tracks every if, select, open, etc.. and is much more accurate!
I will update the zip soon