that thing that collapses and expands the code within visual basic... what is it called? how do i add them in where i want?
You mean "regions" ? Like this: VB Code: #Region "This is my Code" #End Region -tg
#Region "This is my Code" #End Region
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.* * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.* * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft * * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
thanks a bunch... i needed that...
Forum Rules