Click here to Skip to main content
15,925,399 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: split string by tabstop in VBA for Word Pin
MikeZRed11-Feb-05 15:11
sussMikeZRed11-Feb-05 15:11 
GeneralRe: split string by tabstop in VBA for Word Pin
Dave Kreskowiak12-Feb-05 3:10
mveDave Kreskowiak12-Feb-05 3:10 
GeneralChange the Color of the arrow pic using VB.NET Pin
melodytweety10-Feb-05 18:09
melodytweety10-Feb-05 18:09 
Generalkey ascii Pin
chand_p10-Feb-05 14:42
chand_p10-Feb-05 14:42 
GeneralRe: key ascii Pin
Bad Sector10-Feb-05 20:43
Bad Sector10-Feb-05 20:43 
GeneralRe: key ascii Pin
Briga11-Feb-05 4:38
Briga11-Feb-05 4:38 
GeneralPassing a function as an argument Pin
Anonymous10-Feb-05 10:23
Anonymous10-Feb-05 10:23 
GeneralRe: Passing a function as an argument Pin
Dave Kreskowiak10-Feb-05 11:36
mveDave Kreskowiak10-Feb-05 11:36 
GeneralScreen Resolution Pin
HarleyHetz10-Feb-05 7:58
HarleyHetz10-Feb-05 7:58 
GeneralRe: Screen Resolution Pin
Dave Kreskowiak10-Feb-05 8:55
mveDave Kreskowiak10-Feb-05 8:55 
GeneralDVD Title's and Ratings Pin
studlyed10-Feb-05 7:31
studlyed10-Feb-05 7:31 
GeneralMultiColumn Combo Pin
Shahzad Ahmed Khan10-Feb-05 7:00
Shahzad Ahmed Khan10-Feb-05 7:00 
GeneralVB.NET MultiColumn ComboBox Pin
Shahzad Ahmed Khan10-Feb-05 6:51
Shahzad Ahmed Khan10-Feb-05 6:51 
GeneralDistinguishing between MONTHS question.. Pin
Ranchoz7110-Feb-05 5:05
Ranchoz7110-Feb-05 5:05 
GeneralRe: Distinguishing between MONTHS question.. Pin
Jim Matthews10-Feb-05 6:05
Jim Matthews10-Feb-05 6:05 
GeneralRe: Distinguishing between MONTHS question.. Pin
Ranchoz7110-Feb-05 6:17
Ranchoz7110-Feb-05 6:17 
GeneralRe: Distinguishing between MONTHS question.. Pin
Dave Kreskowiak10-Feb-05 6:34
mveDave Kreskowiak10-Feb-05 6:34 
GeneralForm loses xp theme with WebBrowser object Pin
carlos_rocha10-Feb-05 4:37
carlos_rocha10-Feb-05 4:37 
GeneralRe: Form loses xp theme with WebBrowser object Pin
Joshua Quick10-Feb-05 10:24
Joshua Quick10-Feb-05 10:24 
GeneralRe: Form loses xp theme with WebBrowser object Pin
carlos_rocha10-Feb-05 22:23
carlos_rocha10-Feb-05 22:23 
GeneralRe: Form loses xp theme with WebBrowser object Pin
Joshua Quick11-Feb-05 6:44
Joshua Quick11-Feb-05 6:44 
Generalreferencing in Word Pin
Stephan Wright9-Feb-05 22:39
Stephan Wright9-Feb-05 22:39 
GeneralDataGrid Problem Pin
Sumit Domyan9-Feb-05 22:35
Sumit Domyan9-Feb-05 22:35 
GeneralRe: DataGrid Problem Pin
Jim Matthews10-Feb-05 5:58
Jim Matthews10-Feb-05 5:58 
GeneralProblems validating an Active Directory path Pin
mystiqu9-Feb-05 21:53
mystiqu9-Feb-05 21:53 
Hi
I´m trying to validate an AD path using the DirectoryEntry.Exist(ADsPath) method, however I can´t get it working.

The Exists(...) method only functions if I enter the path to a "root" object (top of the hiearchy), like:

DirectoryEntry.Exists("LDAP://myServer/DC=myDomain,DC=com")
or
DirectoryEntry.Exists("LDAP://myServer")

If I try to validate an object/path further down the hiearchy, an Exception is thrown ("Unknown error").

DirectoryEntry.Exists("LDAP://myServer/CN=Mikael,CN=Users,DC=myDomain,DC=com") <-- this object exists, but the function throws an exception.

Any help is appreciate.

//Mikael


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~
Give me a computer - and I will give you software.
//Mysti[Q]u

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.