Active Directory
Thu, 7 Aug 2008 15:07:16 -0600
I need a couple of pieces of information. I need to list all the groups in
my local domain. I can connect via LDAP and list all the users of my OU.
What I need is to list all the groups of my OU, then when a user selects the
group, it will list the users in that group along with their email. I have
scoure ...
|
RE: Error when calling vb dll subroutine from excel vba
Thu, 07 Aug 2008 12:57:31 -0700
Mike,
I tried:
Dim motemp As mydll.IDemo
Sub trial()
Set motemp = New mydll.implementIDemo
motemp.doSomething
End Sub
is this what you were thinking? It's giving the following error:
"File or assembly name mydll, or one of its dependencies, was not
found."
Thanks,
*** Sent via Dev ...
|
VB2005 DataSet and unbound columns
Thu, 7 Aug 2008 12:10:10 -0700
Hi All
I have parent/child DataSet and in the child I have a date column and I
need to insert a an unbound column to calculate the number of days between
Today and a past date. EG in Properties\Expression I'd have an entry Like
"PastDate - Today" and set the datatype System.Double and Bingo I have the
num ...
|
From C to VB
Thu, 7 Aug 2008 11:31:03 -0700
Hello.
Do you know how to convert this code to VB.NET?
Thank you.
http://msdn.microsoft.com/es-es/library/bb613590.aspx ...
|
Re: Error when calling vb dll subroutine from excel vba
Thu, 7 Aug 2008 10:54:07 -0700 (PDT)
On Aug 6, 9:11 pm, Blaine <anonym...@devdex.com> wrote:
> Kerry,
>
> I'm still getting the "Invalid use of NEW keyword" error.
>
> Thanks
>
> *** Sent via Developersdexhttp://www.developersdex.com***
Hi,
My guess would be that one or more of your references may be missing.
Make sure you added proper refe ...
|
Openning Mozilla with Browser Window
Thu, 7 Aug 2008 14:32:24 +0100
Hi
When Diagnostics.Process.Start to open a web browser when one has Mozilla
installed as the default browser it keeps opening a new tab
Is there any way to avoid it as I prefer to use the same tab
Thank you,
Samuel
...
|
[VB 2008] Select a TreeView Node
Thu, 7 Aug 2008 00:55:00 -0700
Hello
I have created a TreeView and i wish to select a node into it
and then expand the selected node.
Is someone has an idea ?
Thanks ...
|
|
|
C# to VB.Net
Thu, 7 Aug 2008 00:53:23 -0700 (PDT)
What's the best way to convert a folder full of C# files to VB.Net?
Do I just take each file in turn and convert or are there certain
files I should not convert?
Also for a form should I cut and paste the buttons and controls etc on
the forms or will they appear automatically if I copy and convert the
right ...
|
Strange Appearance When Using FormBorderStyle=SizableToolWindow
Wed, 6 Aug 2008 20:40:24 -0700 (PDT)
I have a form which I'd like to display as a sizable dialog box. The
behavior I get when I use FormBorderStyle = SizableToolWindow is
perfect. However, when I use that option, the title bar of my form
gets much smaller. The discrepancy really stands out, and looks like a
bug.
I anticipate that someone will te ...
|
Re: How to clear controls from a form - Help Needed
Wed, 06 Aug 2008 15:32:01 -0700
On Wed, 6 Aug 2008 14:55:01 -0700, Siv <Siv@discussions.microsoft.com>
wrote:
>Cor,
>That really was the answer to my question. That is, I don't need to
>implicitly dispose of the Datareader (doing so would stop the function doing
>its job anyway) if I can be sure that ultimately the Datareader will be
> ...
|