473,612 Members | 2,331 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Licensing vb.Net project

Hi,
I have looked through similar posts and have found Ken Tucker giving the
reply about looking at article http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or components,
but I can't seem to find anything that just applies a licence for my entire
application or a licence for using classes, unless I'm misreading something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding it
hard to retrieve the kind of information I need either here or anywhere on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather than
c#.
Thanks,
Barry.

Nov 21 '05 #1
9 5534
Just because he doesn't spell it out for your doesn't mean its not possible.

Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a class
itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed Classes"
in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the standard
attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving the reply about looking at article http://windowsforms.net/articles/Licensing.aspx
This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or components, but I can't seem to find anything that just applies a licence for my entire application or a licence for using classes, unless I'm misreading something the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding it
hard to retrieve the kind of information I need either here or anywhere on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with any third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather than c#.
Thanks,
Barry.

Nov 21 '05 #2
No...it still does not make any sense to me. I still don't know if you can
use this licensing thing with a VB.NET project. I could find no help
anywhere on this subject. Searched for hours at MSDN. I must be stupid. I
only see where it is good for controls. What good is it if no one knows how
to use it?
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e5******** ******@TK2MSFTN GP15.phx.gbl...
Just because he doesn't spell it out for your doesn't mean its not
possible.

Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a class
itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed
Classes"
in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the
standard
attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving

the
reply about looking at article

http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or

components,
but I can't seem to find anything that just applies a licence for my

entire
application or a licence for using classes, unless I'm misreading

something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding
it
hard to retrieve the kind of information I need either here or anywhere
on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with

any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather

than
c#.
Thanks,
Barry.


Nov 21 '05 #3
Hi CJ,
Firstly thanks for your reply spelling out to me that the info is
there in front of me all the time, I do think though that it is easy to be
shall we say turning your eyes up to heaven and thinking what a moron of my
post when you are someone who already knows the answer, firstly I'm not
familiar with c#, vb.net is my language so I'm trying to make sense of the
article through a language I'm not so familiar with, I did point out that I
could very well be missing something. Anyway I am genuinely apprciative of
your reply but just remember even a keen mind can sometimes find things hard
going and miss the obvious when they are in unfamiliar territory like I was.

Anyway will look through the article some more and try to make sense of it.

Regards,
Barry.
"CJ Taylor" wrote:
Just because he doesn't spell it out for your doesn't mean its not possible.

Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a class
itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed Classes"
in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the standard
attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving

the
reply about looking at article

http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or

components,
but I can't seem to find anything that just applies a licence for my

entire
application or a licence for using classes, unless I'm misreading

something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding it
hard to retrieve the kind of information I need either here or anywhere on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with

any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather

than
c#.
Thanks,
Barry.


Nov 21 '05 #4
ML
Yes it can be used to license an app but it is overly complex I believe. I
have looked into this issue of licensing/activation as well and there is
little to no help/examples available.

Here are a few links I have found that might help:
http://www.codeproject.com/win32/sim...protection.asp
http://www.codeproject.com/dotnet/xmldsiglic.asp
http://www.codeproject.com/gen/desig...tialWisdom.asp
http://www.codeguru.com/columns/Expe...int.php/c5469/

Also check the http://www.gotdotnet.com/ message boards. There was a few
discussions there as well.

"Debbie Carter" <dc*********@sb cglobal.net> wrote in message
news:RF******** **********@news svr33.news.prod igy.com...
No...it still does not make any sense to me. I still don't know if you can
use this licensing thing with a VB.NET project. I could find no help
anywhere on this subject. Searched for hours at MSDN. I must be stupid. I
only see where it is good for controls. What good is it if no one knows
how to use it?
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e5******** ******@TK2MSFTN GP15.phx.gbl...
Just because he doesn't spell it out for your doesn't mean its not
possible.

Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a class
itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed
Classes"
in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the
standard
attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in
message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving

the
reply about looking at article

http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find
it
easy to understand it seems like it's appropiate for controls or

components,
but I can't seem to find anything that just applies a licence for my

entire
application or a licence for using classes, unless I'm misreading

something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding
it
hard to retrieve the kind of information I need either here or anywhere
on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with

any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather

than
c#.
Thanks,
Barry.



Nov 21 '05 #5
VJ
Our company has been looking at XHEO (http://www.xheo.com).. they seemed to
be pretty good so far.. and pricing is also cheap...

VJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving the
reply about looking at article
http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or
components,
but I can't seem to find anything that just applies a licence for my
entire
application or a licence for using classes, unless I'm misreading
something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding it
hard to retrieve the kind of information I need either here or anywhere on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with
any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather
than
c#.
Thanks,
Barry.

Nov 21 '05 #6
Oh I totally understand that. I've sat here MANY times and looked at an
answer staring me right in the face.

I wasn't trying to beliddle you or anything like that, or make you feel bad,
just trying to walk you through understanding it. Thats the fun of
programming is figuring out how things work under the hood if you will.

So again, making sure I didn't offend you with that, wasn't trying to, just
showing its right there and making sure you understood why it works that
way...

Any more quesitions please feel more than free to ask. =)

Take care,
CJ

Hi CJ,
Firstly thanks for your reply spelling out to me that the info is
there in front of me all the time, I do think though that it is easy to be
shall we say turning your eyes up to heaven and thinking what a moron of my post when you are someone who already knows the answer, firstly I'm not
familiar with c#, vb.net is my language so I'm trying to make sense of the
article through a language I'm not so familiar with, I did point out that I could very well be missing something. Anyway I am genuinely apprciative of
your reply but just remember even a keen mind can sometimes find things hard going and miss the obvious when they are in unfamiliar territory like I was.
Anyway will look through the article some more and try to make sense of it.
Regards,
Barry.
"CJ Taylor" wrote:
Just because he doesn't spell it out for your doesn't mean its not possible.
Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a class itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed Classes" in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the standard attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving
the
reply about looking at article

http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find
it easy to understand it seems like it's appropiate for controls or

components,
but I can't seem to find anything that just applies a licence for my

entire
application or a licence for using classes, unless I'm misreading

something
the article does not apply to this. Please note I am not criticsing Ken whatsoever, he's being very helpful, just pointing out that I'm finding it hard to retrieve the kind of information I need either here or anywhere on the internet and I gather other people are looking for the same kind of information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this before and I'm struggling to know where to begin, i'm wary of going

with any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather

than
c#.
Thanks,
Barry.


Nov 21 '05 #7
ML
Their activation requires the client to have net access which may not always
be possible.

"VJ" <vi********@yah oo.com> wrote in message
news:ud******** ******@TK2MSFTN GP15.phx.gbl...
Our company has been looking at XHEO (http://www.xheo.com).. they seemed
to be pretty good so far.. and pricing is also cheap...

VJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving
the
reply about looking at article
http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or
components,
but I can't seem to find anything that just applies a licence for my
entire
application or a licence for using classes, unless I'm misreading
something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding
it
hard to retrieve the kind of information I need either here or anywhere
on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with
any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather
than
c#.
Thanks,
Barry.


Nov 21 '05 #8
ML...thank you for the help. These articles are very helpful.

Debbie
"ML" <ml@schoonersol utions.com> wrote in message
news:uA******** ******@TK2MSFTN GP15.phx.gbl...
Yes it can be used to license an app but it is overly complex I believe.
I have looked into this issue of licensing/activation as well and there is
little to no help/examples available.

Here are a few links I have found that might help:
http://www.codeproject.com/win32/sim...protection.asp
http://www.codeproject.com/dotnet/xmldsiglic.asp
http://www.codeproject.com/gen/desig...tialWisdom.asp
http://www.codeguru.com/columns/Expe...int.php/c5469/

Also check the http://www.gotdotnet.com/ message boards. There was a few
discussions there as well.

"Debbie Carter" <dc*********@sb cglobal.net> wrote in message
news:RF******** **********@news svr33.news.prod igy.com...
No...it still does not make any sense to me. I still don't know if you
can use this licensing thing with a VB.NET project. I could find no help
anywhere on this subject. Searched for hours at MSDN. I must be stupid. I
only see where it is good for controls. What good is it if no one knows
how to use it?
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:e5******** ******@TK2MSFTN GP15.phx.gbl...
Just because he doesn't spell it out for your doesn't mean its not
possible.

Think about this. What is a control?

A class right?

There is nothing that says you can't use a licensing attribute on a
class
itself, regardless of whether or not it inherits from control, that just
happens to be the most common use...

Not only that, but there in big bold letters is "Creating aLicensed
Classes"
in which case the class used inherits from IDisposable (interface
inheritance). Not inheriting from userControl at all and using the
standard
attributes.

Make sense?

-CJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in
message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving
the
reply about looking at article
http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find
it
easy to understand it seems like it's appropiate for controls or
components,
but I can't seem to find anything that just applies a licence for my
entire
application or a licence for using classes, unless I'm misreading
something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding
it
hard to retrieve the kind of information I need either here or anywhere
on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going
with
any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather
than
c#.
Thanks,
Barry.




Nov 21 '05 #9
Ok, I have made some progress. So giving this info to help progress this
thing along for those who like me are coming from the vb.net side of things.

I have converted the class code in the article
http://windowsforms.net/articles/Licensing.aspx to vb.net and have used it in
a windows form
here it is

Imports System
Imports System.Componen tModel

Namespace Licensing
<LicenseProvide rAttribute(GetT ype(LicFileLice nseProvider))> _
Public Class LicensedClass
Inherits System.Windows. Forms.Form

Private license As license = Nothing

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
license = LicenseManager. Validate(GetTyp e(LicensedClass ), Me)
Console.WriteLi ne("Hello from the licensed class.")
InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Disp ose()
End If
End If
If Not license Is Nothing Then
license.Dispose ()
license = Nothing
End If
MyBase.Dispose( disposing)
End Sub

'Required by the Windows Form Designer
Private components As System.Componen tModel.IContain er

<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()
components = New System.Componen tModel.Containe r()
Me.Text = "Form1"
End Sub

'#End Region

End Class

End Namespace

I am still stuck though as where to go from here. I have tried adding a
licenses.licx file manually but just get the error
D:\projects\lic ensetest\licens es.licx Could not transform licenses file
'licenses.licx' into a binary resource. (1) : error LC0003 : Unabled to
resolve type 'Licensing.Lice nsedClass,Licen sedClass'

Again I'm sure I'm missing something obvious to those in the know but it's a
frustrating struggle. Anyway it's some progress, maybe somebody else can move
this topic further along.

Regards to all,
Barry.
Imports System
Imports System.Componen tModel

Namespace Licensing
<LicenseProvide rAttribute(GetT ype(LicFileLice nseProvider))> _
Public Class LicensedClass
Inherits System.Windows. Forms.Form

Private license As license = Nothing

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
license = LicenseManager. Validate(GetTyp e(LicensedClass ), Me)
Console.WriteLi ne("Hello from the licensed class.")
InitializeCompo nent()

'Add any initialization after the InitializeCompo nent() call

End Sub

'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Disp ose()
End If
End If
If Not license Is Nothing Then
license.Dispose ()
license = Nothing
End If
MyBase.Dispose( disposing)
End Sub

'Required by the Windows Form Designer
Private components As System.Componen tModel.IContain er

<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()
components = New System.Componen tModel.Containe r()
Me.Text = "Form1"
End Sub

'#End Region

End Class

End Namespace

"ML" wrote:
Their activation requires the client to have net access which may not always
be possible.

"VJ" <vi********@yah oo.com> wrote in message
news:ud******** ******@TK2MSFTN GP15.phx.gbl...
Our company has been looking at XHEO (http://www.xheo.com).. they seemed
to be pretty good so far.. and pricing is also cheap...

VJ

"vbdotnetma nia" <vb***********@ discussions.mic rosoft.com> wrote in message
news:E4******** *************** ***********@mic rosoft.com...
Hi,
I have looked through similar posts and have found Ken Tucker giving
the
reply about looking at article
http://windowsforms.net/articles/Licensing.aspx

This appears to be for controls and components and though I don't find it
easy to understand it seems like it's appropiate for controls or
components,
but I can't seem to find anything that just applies a licence for my
entire
application or a licence for using classes, unless I'm misreading
something
the article does not apply to this. Please note I am not criticsing Ken
whatsoever, he's being very helpful, just pointing out that I'm finding
it
hard to retrieve the kind of information I need either here or anywhere
on
the internet and I gather other people are looking for the same kind of
information as well.

In summary what I am looking for is a way of protecting my classes and
protecting my overall project, looking to have a demo with limited
functionality until a full license is purchased, I have never done this
before and I'm struggling to know where to begin, i'm wary of going with
any
third party tools as even if they work well, I really don't want to be
spending loads of time trying to figure out how to use them.

Any help would be great particularly if it's specific to vb.net rather
than
c#.
Thanks,
Barry.



Nov 21 '05 #10

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

Similar topics

3
1955
by: Google Mike | last post by:
Okay. Let's say that at night from home I just wrote a web-based work order management system that uses LAPP (Linux, Apache, PostgreSQL, and PHP). Now I want to: 1. Copyright it under a different name besides my own, such as an organizational name. I think this is a fairly straight-forward form in the United States. 2. Trademark the name. Again, a straight-forward form in the United States.
18
3498
by: Adrian B. | last post by:
Does anyone know of a framework or library that will enable me to use publish/subscribe comms? I want to create a server (using Python) running on a Unix box that will accept client connections (from GUIs built with wxPython) and publish realtime data updates to them. Any advice on where to start? Thanks. A.B.
3
2066
by: Fabio | last post by:
Hi all, I'm about to write an application, and I'd like to use PyQt, but before choosing this toolkit I would like to clarify some particular licensing issues; if some user has already touched these, I would like to hear from his experiences. This app should be cross-platform, so, given qt licensing policies, I would buy a commercial PyQt license and a commercial Qt license. Could I license the application under the GPL for Gnu/Linux...
15
2453
by: nospam | last post by:
Once Yukon is released (whenever that might be) does anyone from MS have any comment on licensing for Yukon and on SQL 2000. I really don't think anyone with SQL 2000 licenses are going to upgrade because the database admin or even the developer is going to convince management it's worth the cost regardless if SQL server can do C# or VB.NET stored procedures. This is because the performance is terrible and Oracle has had Java stored...
4
1896
by: vbportal | last post by:
Hi, Not sure if this is the right group for the question: I've just finished a course/certification where I've used Visual Studio and want to work further on software development with C#,ADO,ASP hopefully the end result being an application that can be sold. Before proceeding, I wanted to better understand what licensing costs are involved in the .NET area. I would welcome any corrections to my oversimplified view and any further...
3
1774
by: Ray Hayes | last post by:
I was having a really annoying problem getting some components I bought from ComponentOne to work. I found this posting in their knowledge base which seems to fix the problem. Is there a better workaround from Microsoft though ? It's a pain to keep adding these custom build steps. It seems there is a bug in VC++ 2003. The licenses.licx is ignored during the build process, therefore the licensing information is not included in VC++...
102
7020
by: Xah Lee | last post by:
i had the pleasure to read the PHP's manual today. http://www.php.net/manual/en/ although Pretty Home Page is another criminal hack of the unix lineage, but if we are here to judge the quality of its documentation, it is a impeccability. it has or possesses properties of:
1
1337
by: robert d via AccessMonster.com | last post by:
I'm a fledgling developer and am just starting to get my app out to specific clients. I have been asked to bid on a project because my app already does over 90% of what the client wants. My question is with regards to pricing of the proposal. It seems like I should include a license fee for my app as it currently is in the pricing section of the proposal. If I don't do this, then they might claim that they paid for everything as...
1
203
by: =?iso-8859-1?Q?R=E9mi_Blanchette?= | last post by:
Folks, I am having some problem identifying which license I need for my project and I am desperately searching for three things: 1- a matrix comparison of feature available in the different version of Visual Studio 2008 and team edition? 2- the requirements of the different product version and SQL server? (i.e. will the entity framework work with SQL server 2005?) 3- the necessity or not to have the team foundation server for a team of...
0
8115
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8568
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8254
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8422
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7044
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6082
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5537
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4047
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4111
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.