Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for adamwilden

Hi, Been having real problems listing members of an AD group. The examples I've found online either don't work either or are a bit beyond my humble skills! I can get members of simple groups easily enough, but teh code I'm using returns nothing at all if a group contains …

Member Avatar for adamwilden
0
1K
Member Avatar for adamwilden

Hi Folks, Really desperate for help here as I've spent days trying to resolve this one. We have a VB 2008 web browser app using a webbrowser control on our Kiosks at our uni - it works very well and locks down the workstation so teh students can only use …

Member Avatar for me655321
0
627
Member Avatar for Vb2008

This is a script error not a coding problem (ie it's on the webpage). You can stop it simply by setting: Webbrowser1.ScriptErrorsSuppressed = True This will also stop some authentication boxes etc though so you are better of using: [CODE]AddHandler Webbrowser1.DocumentCompleted, AddressOf webbrowser1_DocumentCompleted Private Sub webbrowser1_DocumentCompleted(ByVal sender As Object, ByVal …

Member Avatar for Vb2008
0
187
Member Avatar for adamwilden

Hi Folks, I've just upgraded an old VB6 app to VB2008 - all has gone well and I'm pleased with the new .net features. However I need to holds the common settings for all of the apps ona server (UNC path). Previously I used an ini file on the server …

Member Avatar for adamwilden
0
540

The End.