[RESOLVED] i want code to know is the Netframework 3.5 is Sticky(prover) or No
i want code to know is the Netframework 3.5 is Sticky(prover) or No.........plase help me
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Thread moved from 'VB6 and Earlier' forum to 'VB.Net' (VB2002 and later) forum
You are much more likely to get a response if you don't use massive text (which is similar to shouting), and you explain what you mean by "Sticky(prover)".
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Quote:
Originally Posted by
si_the_geek
Thread moved from 'VB6 and Earlier' forum to 'VB.Net' (VB2002 and later) forum
You are much more likely to get a response if you don't use massive text (which is similar to shouting), and you explain what you mean by "Sticky(prover)".
im Sorry i dont mean that
sticky mean setup on my computer
can i found answer in vb6 if you cannot give me answer in vb.net and thank for you
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
So you want to know if .Net Framework 3.5 is installed on your computer?
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Hey,
Are you providing a setup project for your application? If so, you could add a check within this setup project to make sure that the .Net Framework is installed, if it isn't, you can have the setup project download it from the internet and install it.
Have a look here:
http://support.microsoft.com/kb/315291
Gary
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Hey,
Here is another article, in case you aren't deploying your application, this will simply tell you if .Net 3.5 is installed:
http://msdn.microsoft.com/en-us/library/bb909885.aspx
Hope that helps!!
Gary
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Quote:
Originally Posted by
SNIPER.PS
plaes give me cod in vb6
You've already been asked not use big text. We can all read normal sized text so that's all that's required.
As for the question, can you please explain why you would want VB6 code to check whether the .NET Framework is installed? It seems like a very strange thing to request, which suggests that you don't actually need what you think you need. Please provide a full and clear description of exactly what you're trying to achieve and why and then we can provide the most appropriate advice on how to achieve it.
Re: i want code to know is the Netframework 3.5 is Sticky(prover) or No
Hey,
As jm has said, you need to be clear as to exactly what you are trying to achieve.
The links that I provided, in my opinion, show exactly what you have asked for. If they don't, please provide some more details as to why exactly they don't cover what you need.
Gary
Re: [RESOLVED] i want code to know is the Netframework 3.5 is Sticky(prover) or No
Re: [RESOLVED] i want code to know is the Netframework 3.5 is Sticky(prover) or No
Hey,
Ok, I am confused...
Did you find what you wanted? What was the end result?
Gary