I'm about a week or two into using #Develop for VB.Net -- both new for me -- and have hit roadblocks that are frustrating me to no end. (My programming expertise is the close-sibling LotusScript, so picking up the core VB language hasn't been difficult.)
I'm having to build a new application that will validate AD login, then map network drives based on the user's selection from a list. I can get the lists to populate correctly and appear to have the basic controls working, but it's the .
The big problems are --
1. I'm copy-and-pasting liberally from other sources (mainly some VB on XP) that do the same things, but it seems there are some OS architectural differences that are killing me.
2. I can't find good references (VB.net and object class) anywhere for VB.NET on Windows 7. (And the on-line help that's part of #Develop appears to point to dead links at MSDN.) If I had a solid source to read through, I could work through the first roadblock on my own.
Any help (even just where to look on-line) for either of these would be greatly appreciated.
Thanks.....