![]() |
VB6 re-born. - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Downloads (https://mirage-engine.uk/forums/forumdisplay.php?fid=7) +---- Thread: VB6 re-born. (/showthread.php?tid=1836) Pages:
1
2
|
VB6 re-born. - Robin - 17-06-2008 http://www.axtools.com/products/codesmart.htm This has really opened up VB6 for me. 9 copy and paste buffers, easy-to-follow statement linking, more organised and useful UI, automatic formatting, dead code searches, advanced find+replace... I could go on. Just check out the website and give it a try. It really does open it up for you, and make developing a lot easier and can avoid any future problems, such as when I frequently find myself counting ifs and end ifs looking for breaks. You've got nothing to lose! Re: VB6 re-born. - Rory - 18-06-2008 Wow, Tabs! ![]() Re: VB6 re-born. - Pbcrazy - 18-06-2008 sweet tabs, autotext, i can easily read through all of my coding now. nice find. Re: VB6 re-born. - Robin - 18-06-2008 Yeah, really does make a big difference. It's like finding NetBeans all over again xD Re: VB6 re-born. - Coke - 18-06-2008 Urgh, Netbeans rapes coding standards sideways though >______>; Re: VB6 re-born. - Robin - 18-06-2008 Fuck knows, I'm a complete JAVA newbie. This doesn't effect your coding at all, IDE or RTE. Re: VB6 re-born. - Coke - 19-06-2008 Robin Wrote:Fuck knows, I'm a complete JAVA newbie. This doesn't effect your coding at all, IDE or RTE. This looks awesome, netbeans is a curse though, someone used it for a few things at work and you end up just re-writing everything it does properly because the code it splurts out is disgusting and un-usable. Re: VB6 re-born. - Robin - 19-06-2008 Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form >< Can you suggest anything better to use for a GUI maker? Re: VB6 re-born. - Robin - 23-06-2008 No idea. Had a look around, but can't find anything. Re: VB6 re-born. - Andrew - 23-06-2008 wouldnt it be on demonoid? Re: VB6 re-born. - Robin - 23-06-2008 Nope. Just checked. Re: VB6 re-born. - Matt - 23-06-2008 I was checkin' for it myself, just to find it for you guys. No such luck. Re: VB6 re-born. - Coke - 23-06-2008 Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form >< Code. Re: VB6 re-born. - Robin - 23-06-2008 Fox Wrote:Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form >< Fuck that. Re: VB6 re-born. - Spodi - 23-06-2008 You can always use the control GUI editors from other languages, like the C# or VB.NET one, then just copy over the locations. Not too convenient, I know, but it does get the job done pretty well. Its how I design all my in-game GUIs that are not control based. Re: VB6 re-born. - Coke - 23-06-2008 Robin Wrote:Fox Wrote:Robin Wrote:Well so far I've only used it because it had a GUI editor, and I got fucking sick of my buttons being spread around the edge of the form >< Once you get you're head around panels and things it gets a lot easier, its not as difficult as rendering an interface so it should be a piece of cake for you ^.^ Re: VB6 re-born. - William - 24-06-2008 I don't see why your game would lag at all just because of this addon to VB. Nothing from this addon is actually saved onto the exe game file. As far as I've seen it. Love the buffer thing ![]() Re: VB6 re-born. - William - 24-06-2008 Eh, just noticed that this addon fucked up my vb. Byebye CodeSmart for me. Re: VB6 re-born. - Robin - 24-06-2008 How did it fuck it up? Re: VB6 re-born. - William - 24-06-2008 Hum, everything seems fine now when I restarted my computer. Re: VB6 re-born. - GIAKEN - 17-07-2008 Asrrin29 Wrote:so CodeSMART is only a 30-day eval. and mine just expired so now I have this annoying nag screen popping up. Any idea where to find a full version download or disable the nag screen? Same here. Re: VB6 re-born. - Pbcrazy - 18-07-2008 just a guess but it might be connected to a server. which has the codesmarts serial num and how long its trial period has been. just a thought. Re: VB6 re-born. - GIAKEN - 19-07-2008 Not sure if this is a virus or not but somebody posted this on OGCore before I had to delete it. RAR Format ZIP Format Re: VB6 re-born. - Robin - 21-07-2008 Neither did I because the domain isn't responding xDDD Re: VB6 re-born. - Mizuware - 02-10-2009 May possibly be off-topic, but @ Robin. Netbeans is utter crap. I highly suggest, use, and recommend greatly! Eclipse Java IDE for Java programming. I haven't needed to remember anything in a while, the IDE will tell me everything if I forget ![]() |