Regex wasn’t good enough for me, nor was GetInvalidFileNameChar()
Posts Tagged ‘VS2008’
VB.NET Quick Tip – How To, Find Invalid Characters In A String
Posted: 18th October 2014 by Mike Trent in Blog, Computer, Hack, Programming, Quick Tip, Quick Tips, VB.NetTags: Blog, Hack, Hot, Programming, script, Tutorial, Vb.Net, VS2008, vs2010, vs2012, vs2013, XXX
0
VB.NET Quick Tip – How To, Context Menu Hack
Posted: 26th December 2013 by Mike Trent in Blog, Programming, Quick Tips, Science, Technology, VB.NetTags: Code, Form Controls, Programming, Quick Tips, Tutorial, Vb.Net, VS2008
Just as with button events this is useful when you have several selections preforming related functions. One example would be opening up several different forms.
VB.NET Quick Tip – How To, Form Button Hack
Posted: 26th December 2013 by Mike Trent in Blog, Computer, Programming, Science, Technology, VB.NetTags: Form Controls, Hack, Programming, Tutorial, Vb.Net, VS2008
Grouping in this manner helps when debugging or updating your code.
Database Tutorial Source Code
Posted: 22nd December 2013 by Mike Trent in Blog, Computer, Databases, Programming, Science, Technology, VB.NetTags: Blog, Code, Database, Hack, Insert Data, Programming, Quick Tip, Tutorial, Vb.Net, VS2008
Database Tutorial Source Code : As promised, here is my complete code for the data base tutorial. This represents a cleaned up and tested version, so I hope it is helpful to those learning database programming. Enjoy.