473,491 Members | 2,221 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dll with VB.Net

I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I should
be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll
library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick
Nov 21 '05 #1
45 1553
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I should be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll
library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick

Nov 21 '05 #2
As CJ mentioned, there's no class library option in the standard version.
Read this:
http://groups.google.com/groups?th=a55dbb4e470863c1
Its got a work around for this problem.

hope that helps..
Imran.

"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I should be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll
library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick

Nov 21 '05 #3
Thanks!!!!
That is very valuable information!
Andi
"CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I

should
be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll
library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick


Nov 21 '05 #4
Standard does not have the template for a class library, but I thought you
can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I

should
be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll
library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick


Nov 21 '05 #5
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Standard does not have the template for a class library, but I thought you
can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I

should
be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick



Nov 21 '05 #6
? <confused>

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Standard does not have the template for a class library, but I thought you
can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not

"dll > library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #7
http://visualbasic.about.com/library.../aa081703a.htm

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
Thanks!!!!
That is very valuable information!
Andi
"CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that I

should
be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but not "dll library".

When I create a new project, I have 5 choices:
- Windows Application
- Console Application
- ASP.NET Web Application
- ASP.NET Web Service
- ASP.NET Mobile WebApplication

again, no DLL library project. Am I missing something?

(I am using VB.net Standard - is the dll option not included here?)

Thanks for help...
Nick



Nov 21 '05 #8
http://visualbasic.about.com/library.../aa081703a.htm

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Standard does not have the template for a class library, but I thought you
can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not

"dll > library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #9
Nak
LOL!, I love your footer!

Nick.

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:uw**************@TK2MSFTNGP12.phx.gbl...
http://visualbasic.about.com/library.../aa081703a.htm

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in

message
news:%2****************@tk2msftngp13.phx.gbl...
> Standard does not have the template for a class library, but I thought you > can still create a class library.
>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
>
> Use the following to email me
>
> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles Button1.Click
>
> Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU",
> False))
>
> End Sub
>
> Private Function ob(ByVal email As String, ByVal inc As Boolean) As
> String
>
> Dim ch() As Char
> Dim i As Int32
> Dim stepValue As Int16
>
> If inc Then stepValue = 1 Else stepValue = -1
>
> ch = email.ToCharArray()
>
> For i = 0 To ch.Length - 1
> ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
> Next
>
> Return New String(ch)
>
> End Function
>
>
> Time flies when you don't know what you're doing
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:ey****************@TK2MSFTNGP10.phx.gbl...
> > Standard cannot create DLL's.
> >
> > Otherwise, it would be listed as Class Library...
> >
> >
> > "Nick" <Ni**********@freenet.de> wrote in message
> > news:eJ*************@TK2MSFTNGP11.phx.gbl...
> > > I am stuck with a very basic issue.
> > > I try to create a dll with VB.NET. I find in the documentation that I > > should
> > > be able to set that up in the project property dialog:
> > > Common Properties - General - Output Type.
> > > It gives me "Windows Application" and "Console Application" but not

"dll
> > > library".
> > >
> > > When I create a new project, I have 5 choices:
> > > - Windows Application
> > > - Console Application
> > > - ASP.NET Web Application
> > > - ASP.NET Web Service
> > > - ASP.NET Mobile WebApplication
> > >
> > > again, no DLL library project. Am I missing something?
> > >
> > > (I am using VB.net Standard - is the dll option not included here?)
> > >
> > > Thanks for help...
> > > Nick
> > >
> > >
> >
> >
>
>



Nov 21 '05 #10
Nak
Hi Nick,

It is quite easy to make your own templates for a class library. If you
take a look at the 2002 versions from my web site you may be able to modify
them to work with 2003. I first achieved this by downloading a pretty much
empty class library project and stripped out any code so that it was empty,
then looked at how the windows application template was structured. I'm
sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
Thanks!!!!
That is very valuable information!
Andi
"CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I

should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not
> "dll
> library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #11
Now I get ya !

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:%2****************@tk2msftngp13.phx.gbl...
Standard does not have the template for a class library, but I thought you
can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not

"dll > library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #12
Cheers - Helps keep the spammers at bay !

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"Nak" <a@a.com> wrote in message
news:ud**************@tk2msftngp13.phx.gbl...
LOL!, I love your footer!

Nick.

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:uw**************@TK2MSFTNGP12.phx.gbl...
http://visualbasic.about.com/library.../aa081703a.htm

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in

message
news:%2****************@tk2msftngp13.phx.gbl...
> Standard does not have the template for a class library, but I thought
you
> can still create a class library.
>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
>
> Use the following to email me
>
> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
As > System.EventArgs) Handles Button1.Click
>
> Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU",
> False))
>
> End Sub
>
> Private Function ob(ByVal email As String, ByVal inc As Boolean) As > String
>
> Dim ch() As Char
> Dim i As Int32
> Dim stepValue As Int16
>
> If inc Then stepValue = 1 Else stepValue = -1
>
> ch = email.ToCharArray()
>
> For i = 0 To ch.Length - 1
> ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue) > Next
>
> Return New String(ch)
>
> End Function
>
>
> Time flies when you don't know what you're doing
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:ey****************@TK2MSFTNGP10.phx.gbl...
> > Standard cannot create DLL's.
> >
> > Otherwise, it would be listed as Class Library...
> >
> >
> > "Nick" <Ni**********@freenet.de> wrote in message
> > news:eJ*************@TK2MSFTNGP11.phx.gbl...
> > > I am stuck with a very basic issue.
> > > I try to create a dll with VB.NET. I find in the documentation that I
> > should
> > > be able to set that up in the project property dialog:
> > > Common Properties - General - Output Type.
> > > It gives me "Windows Application" and "Console Application" but

not "dll
> > > library".
> > >
> > > When I create a new project, I have 5 choices:
> > > - Windows Application
> > > - Console Application
> > > - ASP.NET Web Application
> > > - ASP.NET Web Service
> > > - ASP.NET Mobile WebApplication
> > >
> > > again, no DLL library project. Am I missing something?
> > >
> > > (I am using VB.net Standard - is the dll option not included here?) > > >
> > > Thanks for help...
> > > Nick
> > >
> > >
> >
> >
>
>



Nov 21 '05 #13
"Nick" <Ni**********@freenet.de> schrieb:
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that
I should be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but
not "dll library".


Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #14
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#E**************@tk2msftngp13.phx.gbl:
OHM ( Terry Burns )
. . . One-Handed-Man . . .


Whoa, what's with the long signature? : )

Nov 21 '05 #15
Dont want auto spammers to get me.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"Anon-E-Moose" <an**********@yahoo.com> wrote in message
news:Xn*******************************@140.99.99.1 30...
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#E**************@tk2msftngp13.phx.gbl:
OHM ( Terry Burns )
. . . One-Handed-Man . . .


Whoa, what's with the long signature? : )

Nov 21 '05 #16
That simple :-)
Thanks!!!!
Nick
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP12.phx.gbl...
"Nick" <Ni**********@freenet.de> schrieb:
I am stuck with a very basic issue.
I try to create a dll with VB.NET. I find in the documentation that
I should be able to set that up in the project property dialog:
Common Properties - General - Output Type.
It gives me "Windows Application" and "Console Application" but
not "dll library".


Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #17
Nick,

I did see it some minutes ago, I find it real greath
LOL!, I love your footer!

Nov 21 '05 #18
"Cor Ligthert" <no************@planet.nl> schrieb:
I did see it some minutes ago, I find it real greath
LOL!, I love your footer!


Well, there are still those people using very slow modems to read the
groups...

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #19
LOL
Well, there are still those people using very slow modems to read the
groups...


Do I think what you mean?

However more important, how is it with your license can we congratulate you
already?

Cor
Nov 21 '05 #20
THAT IS COOL!!! Took me a minute to look down at the Debug window and see
the results.
Of course, it is only good with VB.NET programmers. But, then again, who
else is there :-)
(just kidding)
james

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Dont want auto spammers to get me.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"Anon-E-Moose" <an**********@yahoo.com> wrote in message
news:Xn*******************************@140.99.99.1 30...
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#E**************@tk2msftngp13.phx.gbl:
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .


Whoa, what's with the long signature? : )


Nov 21 '05 #21
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#3**************@TK2MSFTNGP12.phx.gbl:
Dont want auto spammers to get me.


Nice but it's a bit long ; )

http://c2.com/cgi/wiki?SixLineSigLimit
Nov 21 '05 #22
Congratulations on passing your driving test, do you have a car in mind ?

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ot**************@TK2MSFTNGP09.phx.gbl...
"Cor Ligthert" <no************@planet.nl> schrieb:
I did see it some minutes ago, I find it real greath
LOL!, I love your footer!


Well, there are still those people using very slow modems to read the
groups...

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #23
Terry,

Did Herfried said somewhere that it was for a car and not for a mopped?

:-))

Cor
Nov 21 '05 #24
Nak
LOL!!!

Christ.......

"Anon-E-Moose" <an**********@yahoo.com> wrote in message
news:Xn*******************************@140.99.99.1 30...
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#3**************@TK2MSFTNGP12.phx.gbl:
Dont want auto spammers to get me.


Nice but it's a bit long ; )

http://c2.com/cgi/wiki?SixLineSigLimit

Nov 21 '05 #25
Nak
LOL, my heart bleeds!

Nick.

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ot**************@TK2MSFTNGP09.phx.gbl...
"Cor Ligthert" <no************@planet.nl> schrieb:
I did see it some minutes ago, I find it real greath
LOL!, I love your footer!


Well, there are still those people using very slow modems to read the
groups...

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #26
Or even a Mo-ped?

=)

"Cor Ligthert" <no************@planet.nl> wrote in message
news:uA*************@TK2MSFTNGP12.phx.gbl...
Terry,

Did Herfried said somewhere that it was for a car and not for a mopped?

:-))

Cor

Nov 21 '05 #27
CJ,

You mean such a real one from Austria?
http://w1.526.telia.com/~u52602673/moped2/hmw.htm

And not one like this
http://www.motorrad-wagner.com/index.html

I think you are right, much to dangerous for this newsgroup when he rides
the last ones.

Cor
Nov 21 '05 #28
You kill me...

=)
"Cor Ligthert" <no************@planet.nl> wrote in message
news:O1**************@TK2MSFTNGP14.phx.gbl...
CJ,

You mean such a real one from Austria?
http://w1.526.telia.com/~u52602673/moped2/hmw.htm

And not one like this
http://www.motorrad-wagner.com/index.html

I think you are right, much to dangerous for this newsgroup when he rides
the last ones.

Cor

Nov 21 '05 #29
OK . .

See shortened version below.
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Dim ch() As Char =
"ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Debug.WriteLine(New String(ch))

Time flies when you don't know what you're doing

"Nak" <a@a.com> wrote in message
news:Od**************@TK2MSFTNGP11.phx.gbl...
LOL!!!

Christ.......

"Anon-E-Moose" <an**********@yahoo.com> wrote in message
news:Xn*******************************@140.99.99.1 30...
"One Handed Man \( OHM - Terry Burns \)" <news.microsoft.com> wrote in
news:#3**************@TK2MSFTNGP12.phx.gbl:
Dont want auto spammers to get me.


Nice but it's a bit long ; )

http://c2.com/cgi/wiki?SixLineSigLimit


Nov 21 '05 #30
Terry,

I find this one even nicer

\\\
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Integer = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
///
:-)

Cor
Nov 21 '05 #31
Good Idea, this is the spirit of co-operation and development.

Thanks for the idea !

;-)

--
OHM ( Terry Burns ) Use the following to email me
Dim ch() As Char =
"ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Cor Ligthert" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Terry,

I find this one even nicer

\\\
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Integer = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
///
:-)

Cor

Nov 21 '05 #32
"Cor Ligthert" <no************@planet.nl> schrieb:
Well, there are still those people using very slow modems to read the
groups...
Do I think what you mean?


:-)
However more important, how is it with your license can
we congratulate you already?


Yep. I got the license yesterday, but today university was starting and
there is a lot of trouble these days... But I'll be back soon!

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #33
"Cor Ligthert" <no************@planet.nl> schrieb:
Did Herfried said somewhere that it was for a car and
not for a mopped?


It's a license for a car, but it will allow me to drive a "Moped" (that's
the German term) too, AFAIK.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #34
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> schrieb:
Congratulations on passing your driving test, do you have a
car in mind ?


Our family has a Volkswagen Golf 4. Personally, I don't need a car. In
Vienna it's better to use public transport because it's hard to find a place
to park the car in the city (and the university is in the center of Vienna).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #35
Herfried,

I checked first on Google of the word "mopped" was well and I found hundreds
of pages. I never use that word.

However why no comments on that pages I showed CJ, very good for Wien as
well in my opinion.

And of course again more important very much congratulations

:-)

Cor
Nov 21 '05 #36
I think he's referring to the way you've hidden your email from spammers
with some vb code... :)

Regards
Simon
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:uh**************@TK2MSFTNGP12.phx.gbl...
? <confused>

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Standard does not have the template for a class library, but I thought you can still create a class library.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))
End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ey****************@TK2MSFTNGP10.phx.gbl...
> Standard cannot create DLL's.
>
> Otherwise, it would be listed as Class Library...
>
>
> "Nick" <Ni**********@freenet.de> wrote in message
> news:eJ*************@TK2MSFTNGP11.phx.gbl...
> > I am stuck with a very basic issue.
> > I try to create a dll with VB.NET. I find in the documentation that I
> should
> > be able to set that up in the project property dialog:
> > Common Properties - General - Output Type.
> > It gives me "Windows Application" and "Console Application" but
not "dll
> > library".
> >
> > When I create a new project, I have 5 choices:
> > - Windows Application
> > - Console Application
> > - ASP.NET Web Application
> > - ASP.NET Web Service
> > - ASP.NET Mobile WebApplication
> >
> > again, no DLL library project. Am I missing something?
> >
> > (I am using VB.net Standard - is the dll option not included

here?) > >
> > Thanks for help...
> > Nick
> >
> >
>
>



Nov 21 '05 #37
Nak
Haha, and who says there isn't a community here? You guys are all loons!

Nick.

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
news:uh**************@TK2MSFTNGP14.phx.gbl...
Good Idea, this is the spirit of co-operation and development.

Thanks for the idea !

;-)

--
OHM ( Terry Burns ) Use the following to email me
Dim ch() As Char =
"ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Cor Ligthert" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Terry,

I find this one even nicer

\\\
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Integer = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
///
:-)

Cor


Nov 21 '05 #38
Yes, I see that now

Cheers

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Simon Verona" <ne**@aphroditeuk.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
I think he's referring to the way you've hidden your email from spammers
with some vb code... :)

Regards
Simon
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:uh**************@TK2MSFTNGP12.phx.gbl...
? <confused>

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Use the following to email me

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click

Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False))

End Sub

Private Function ob(ByVal email As String, ByVal inc As Boolean) As
String

Dim ch() As Char
Dim i As Int32
Dim stepValue As Int16

If inc Then stepValue = 1 Else stepValue = -1

ch = email.ToCharArray()

For i = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) + stepValue)
Next

Return New String(ch)

End Function
Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e0**************@TK2MSFTNGP15.phx.gbl...
Wow....

take that spammers...

=)
"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in

message
news:%2****************@tk2msftngp13.phx.gbl...
> Standard does not have the template for a class library, but I thought
you
> can still create a class library.
>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
>
> Use the following to email me
>
> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As > System.EventArgs) Handles Button1.Click
>
> Debug.WriteLine(ob("ufssz/cvsotAhsfbuTpmvujpotXjui/OFU", False)) >
> End Sub
>
> Private Function ob(ByVal email As String, ByVal inc As Boolean) As > String
>
> Dim ch() As Char
> Dim i As Int32
> Dim stepValue As Int16
>
> If inc Then stepValue = 1 Else stepValue = -1
>
> ch = email.ToCharArray()
>
> For i = 0 To ch.Length - 1
> ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) +
stepValue) > Next
>
> Return New String(ch)
>
> End Function
>
>
> Time flies when you don't know what you're doing
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:ey****************@TK2MSFTNGP10.phx.gbl...
> > Standard cannot create DLL's.
> >
> > Otherwise, it would be listed as Class Library...
> >
> >
> > "Nick" <Ni**********@freenet.de> wrote in message
> > news:eJ*************@TK2MSFTNGP11.phx.gbl...
> > > I am stuck with a very basic issue.
> > > I try to create a dll with VB.NET. I find in the documentation

that
I
> > should
> > > be able to set that up in the project property dialog:
> > > Common Properties - General - Output Type.
> > > It gives me "Windows Application" and "Console Application" but

not "dll
> > > library".
> > >
> > > When I create a new project, I have 5 choices:
> > > - Windows Application
> > > - Console Application
> > > - ASP.NET Web Application
> > > - ASP.NET Web Service
> > > - ASP.NET Mobile WebApplication
> > >
> > > again, no DLL library project. Am I missing something?
> > >
> > > (I am using VB.net Standard - is the dll option not included here?) > > >
> > > Thanks for help...
> > > Nick
> > >
> > >
> >
> >
>
>



Nov 21 '05 #39
Aint that the truth ( he he, they really dont know
mmwwhahahahahahahahaha ]:-> ) . . . .

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Nak" <a@a.com> wrote in message
news:uf**************@TK2MSFTNGP11.phx.gbl...
Haha, and who says there isn't a community here? You guys are all loons!

Nick.

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message news:uh**************@TK2MSFTNGP14.phx.gbl...
Good Idea, this is the spirit of co-operation and development.

Thanks for the idea !

;-)

--
OHM ( Terry Burns ) Use the following to email me
Dim ch() As Char =
"ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Cor Ligthert" <no************@planet.nl> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
Terry,

I find this one even nicer

\\\
Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Integer = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
///
:-)

Cor



Nov 21 '05 #40
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If you take a look at the 2002 versions from my web site you may be able to modify them to work with 2003. I first achieved this by downloading a pretty much empty class library project and stripped out any code so that it was empty, then looked at how the windows application template was structured. I'm
sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
Thanks!!!!
That is very valuable information!
Andi
"CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I
should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not
> "dll
> library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #41
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If you take a look at the 2002 versions from my web site you may be able to modify them to work with 2003. I first achieved this by downloading a pretty much empty class library project and stripped out any code so that it was empty, then looked at how the windows application template was structured. I'm
sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
Thanks!!!!
That is very valuable information!
Andi
"CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
news:ey****************@TK2MSFTNGP10.phx.gbl...
Standard cannot create DLL's.

Otherwise, it would be listed as Class Library...
"Nick" <Ni**********@freenet.de> wrote in message
news:eJ*************@TK2MSFTNGP11.phx.gbl...
> I am stuck with a very basic issue.
> I try to create a dll with VB.NET. I find in the documentation that I
should
> be able to set that up in the project property dialog:
> Common Properties - General - Output Type.
> It gives me "Windows Application" and "Console Application" but not
> "dll
> library".
>
> When I create a new project, I have 5 choices:
> - Windows Application
> - Console Application
> - ASP.NET Web Application
> - ASP.NET Web Service
> - ASP.NET Mobile WebApplication
>
> again, no DLL library project. Am I missing something?
>
> (I am using VB.net Standard - is the dll option not included here?)
>
> Thanks for help...
> Nick
>
>



Nov 21 '05 #42
Nak
Hi there,

http://www.members.lycos.co.uk/nickpatemanpwp/

click "My Own Software"
click "VB.NET Templates" (It's down the page in the VB.NET section)

Nick.

"Bernard Bourée" <be*****@bouree.net> wrote in message
news:e1**************@TK2MSFTNGP10.phx.gbl...
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If

you
take a look at the 2002 versions from my web site you may be able to

modify
them to work with 2003. I first achieved this by downloading a pretty

much
empty class library project and stripped out any code so that it was

empty,
then looked at how the windows application template was structured. I'm
sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
> Thanks!!!!
> That is very valuable information!
> Andi
>
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
> news:ey****************@TK2MSFTNGP10.phx.gbl...
>> Standard cannot create DLL's.
>>
>> Otherwise, it would be listed as Class Library...
>>
>>
>> "Nick" <Ni**********@freenet.de> wrote in message
>> news:eJ*************@TK2MSFTNGP11.phx.gbl...
>> > I am stuck with a very basic issue.
>> > I try to create a dll with VB.NET. I find in the documentation that
>> > I
>> should
>> > be able to set that up in the project property dialog:
>> > Common Properties - General - Output Type.
>> > It gives me "Windows Application" and "Console Application" but not
>> > "dll
>> > library".
>> >
>> > When I create a new project, I have 5 choices:
>> > - Windows Application
>> > - Console Application
>> > - ASP.NET Web Application
>> > - ASP.NET Web Service
>> > - ASP.NET Mobile WebApplication
>> >
>> > again, no DLL library project. Am I missing something?
>> >
>> > (I am using VB.net Standard - is the dll option not included here?)
>> >
>> > Thanks for help...
>> > Nick
>> >
>> >
>>
>>
>
>



Nov 21 '05 #43
Nak
Hi there,

http://www.members.lycos.co.uk/nickpatemanpwp/

click "My Own Software"
click "VB.NET Templates" (It's down the page in the VB.NET section)

Nick.

"Bernard Bourée" <be*****@bouree.net> wrote in message
news:e1**************@TK2MSFTNGP10.phx.gbl...
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If

you
take a look at the 2002 versions from my web site you may be able to

modify
them to work with 2003. I first achieved this by downloading a pretty

much
empty class library project and stripped out any code so that it was

empty,
then looked at how the windows application template was structured. I'm
sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
> Thanks!!!!
> That is very valuable information!
> Andi
>
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
> news:ey****************@TK2MSFTNGP10.phx.gbl...
>> Standard cannot create DLL's.
>>
>> Otherwise, it would be listed as Class Library...
>>
>>
>> "Nick" <Ni**********@freenet.de> wrote in message
>> news:eJ*************@TK2MSFTNGP11.phx.gbl...
>> > I am stuck with a very basic issue.
>> > I try to create a dll with VB.NET. I find in the documentation that
>> > I
>> should
>> > be able to set that up in the project property dialog:
>> > Common Properties - General - Output Type.
>> > It gives me "Windows Application" and "Console Application" but not
>> > "dll
>> > library".
>> >
>> > When I create a new project, I have 5 choices:
>> > - Windows Application
>> > - Console Application
>> > - ASP.NET Web Application
>> > - ASP.NET Web Service
>> > - ASP.NET Mobile WebApplication
>> >
>> > again, no DLL library project. Am I missing something?
>> >
>> > (I am using VB.net Standard - is the dll option not included here?)
>> >
>> > Thanks for help...
>> > Nick
>> >
>> >
>>
>>
>
>



Nov 21 '05 #44
Nick
Thanks but that gives me only the oppotunity to download the msi file which
is canceleed since it detects that I dont have VS NET 20002 but not to the
code.

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi there,

http://www.members.lycos.co.uk/nickpatemanpwp/

click "My Own Software"
click "VB.NET Templates" (It's down the page in the VB.NET section)

Nick.

"Bernard Bourée" <be*****@bouree.net> wrote in message
news:e1**************@TK2MSFTNGP10.phx.gbl...
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If
you
take a look at the 2002 versions from my web site you may be able to

modify
them to work with 2003. I first achieved this by downloading a pretty

much
empty class library project and stripped out any code so that it was

empty,
then looked at how the windows application template was structured.

I'm sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
> Thanks!!!!
> That is very valuable information!
> Andi
>
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
> news:ey****************@TK2MSFTNGP10.phx.gbl...
>> Standard cannot create DLL's.
>>
>> Otherwise, it would be listed as Class Library...
>>
>>
>> "Nick" <Ni**********@freenet.de> wrote in message
>> news:eJ*************@TK2MSFTNGP11.phx.gbl...
>> > I am stuck with a very basic issue.
>> > I try to create a dll with VB.NET. I find in the documentation that >> > I
>> should
>> > be able to set that up in the project property dialog:
>> > Common Properties - General - Output Type.
>> > It gives me "Windows Application" and "Console Application" but not >> > "dll
>> > library".
>> >
>> > When I create a new project, I have 5 choices:
>> > - Windows Application
>> > - Console Application
>> > - ASP.NET Web Application
>> > - ASP.NET Web Service
>> > - ASP.NET Mobile WebApplication
>> >
>> > again, no DLL library project. Am I missing something?
>> >
>> > (I am using VB.net Standard - is the dll option not included here?) >> >
>> > Thanks for help...
>> > Nick
>> >
>> >
>>
>>
>
>



Nov 21 '05 #45
Nick
Thanks but that gives me only the oppotunity to download the msi file which
is canceleed since it detects that I dont have VS NET 20002 but not to the
code.

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:uY**************@TK2MSFTNGP14.phx.gbl...
Hi there,

http://www.members.lycos.co.uk/nickpatemanpwp/

click "My Own Software"
click "VB.NET Templates" (It's down the page in the VB.NET section)

Nick.

"Bernard Bourée" <be*****@bouree.net> wrote in message
news:e1**************@TK2MSFTNGP10.phx.gbl...
Hi Nick

Tried to downlod it to adapt at 2003 but could not find the link!

Thanks

--
Bernard Bourée
be*****@bouree.net
"Nak" <a@a.com> a écrit dans le message de
news:O8**************@tk2msftngp13.phx.gbl...
Hi Nick,

It is quite easy to make your own templates for a class library. If
you
take a look at the 2002 versions from my web site you may be able to

modify
them to work with 2003. I first achieved this by downloading a pretty

much
empty class library project and stripped out any code so that it was

empty,
then looked at how the windows application template was structured.

I'm sure you can work it out :-) But it's worth having the extra templates
trust me!

http://www.members.lycos.co.uk/nickpatemanpwp/
goto My Own Software > VB.NET Templates.

I hope this helps.

Nick.

"Nick" <Ni**********@freenet.de> wrote in message
news:Or**************@TK2MSFTNGP12.phx.gbl...
> Thanks!!!!
> That is very valuable information!
> Andi
>
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> schrieb im Newsbeitrag
> news:ey****************@TK2MSFTNGP10.phx.gbl...
>> Standard cannot create DLL's.
>>
>> Otherwise, it would be listed as Class Library...
>>
>>
>> "Nick" <Ni**********@freenet.de> wrote in message
>> news:eJ*************@TK2MSFTNGP11.phx.gbl...
>> > I am stuck with a very basic issue.
>> > I try to create a dll with VB.NET. I find in the documentation that >> > I
>> should
>> > be able to set that up in the project property dialog:
>> > Common Properties - General - Output Type.
>> > It gives me "Windows Application" and "Console Application" but not >> > "dll
>> > library".
>> >
>> > When I create a new project, I have 5 choices:
>> > - Windows Application
>> > - Console Application
>> > - ASP.NET Web Application
>> > - ASP.NET Web Service
>> > - ASP.NET Mobile WebApplication
>> >
>> > again, no DLL library project. Am I missing something?
>> >
>> > (I am using VB.net Standard - is the dll option not included here?) >> >
>> > Thanks for help...
>> > Nick
>> >
>> >
>>
>>
>
>



Nov 21 '05 #46

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
11168
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
5769
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
22953
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
8429
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
8526
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
18210
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
6771
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
31337
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
23526
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
7115
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7154
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4881
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4578
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3086
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3076
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
633
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
280
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.