License The Dos Protected Mode Interface "DPMI"?
Aug 25, 2010
How can I license a technology from Microsoft ?I want to license the dos protected mode interface "DPMI".
I've 14 years old so that I don't have many experience for programing this mode.
I want this technology because I'm making an operating system.
I've made another three 16-bit OS but i want to make a one that's using 32-bit.
[Code]...
View 2 Replies
ADVERTISEMENT
Apr 1, 2010
I'm an Egyptian boy I've 13 years old and i live in Saudi Arabia and i have some prizes in Programing
so that i want an answer from anyone to the following question: I have just known this word "DPMI" DOS Protected Mode Interface and i have searched for it but i didn't find any thing that's help me i want some information about it and how can i make a simple one because i have made a simple operating system and i want to upgrade it and my simple system is 16-bit how can i make it a 32-bit
View 6 Replies
Sep 16, 2010
What is the real mode , protected mode , supervisor mode and the hypervisor mode ?
View 1 Replies
Sep 13, 2010
I have one project created with VB 6.0. Step to reproduced this issue,
1. Start Internet explorer and add the site "[url]" to trusted site. now set protected mode check box to Off for the trusted site zone.
2. Open the Visual Basic 6.0 and created standard Exe project.
3. From Tools -> references add "Microsoft Internet Controls".
4. Copy and Paste below code. [Code]
View 1 Replies
Mar 2, 2010
We have an interface, which can be grossly simplified as:
[Code]...
View 3 Replies
May 18, 2012
I am getting trouble in designing report. The interface of design and view mode is different. the alignment of the view mode for paragraphs are different from the design.
The following is my design interface:
The following is my view mode:
All the setting are the same, but there has different on it.
View 4 Replies
Oct 31, 2011
I recently purchased Visual Studio 2010 and am wondering if it is possible to use the VS2010 license as a substitute for VB6 license.
View 2 Replies
Jul 14, 2009
I try to understand how to use a fortran function (which is in a dll) from VB. Actually I want to use vb as interface. I the VB 2008 express form I have 2 textbox and a button. I enter a number in the top textbox and once the button is pushed, this number should be multiplied by 23 and should appear in the bottom textbox... here is my VB code:
[Code]....
View 13 Replies
Apr 12, 2010
I am having a Friend Class InterceptingChannelBase class.It has a property as below:
Protected ReadOnly Property InnerChannel() As TChannel
Get
Return Me.innerChannelT
[code]....
This class is being inherited by (Friend Class InterceptingInputChannel) class which in turn contains another (Private Class TryReceiveAsyncResult) class.The property above is being used in this private class as below:
Public Sub New(ByVal channel As InterceptingInputChannel(Of TInputChannel), ByVal timeout As TimeSpan, ByVal callback As AsyncCallback, ByVal state As Object)
MyBase.New(channel, callback, state)
[code]....
I am getting the error on the above underlined statement saying that Protected Readonly Property InnerChannel is not accessible in this context because it is declared asa Protected.As far as i think,if i declare a property in class as 'Protected' then if this class is inherited by 'another' class then i can use this property and it should not throw an error.
View 3 Replies
Nov 10, 2011
Dim box As MultiTextBox = New MultiTextBox
Dim i As Integer
for i = 1 to 3 Step 1
lengthWidthHeight = MultiTextBox.GetItemValues()
Next i
This excerpt of code is using the NXOpen API. In the NXOpen API, the MultiTextBox class is public. However, when I compile the code I get the message:
'NXOpen.UIStyler.MultiTextBox.Protected Sub New(ptr As System.IntPtr)' is not accessible >in this context because it is 'Protected'
My question is, how am I getting an error about protected scope? Could it also be that the API documentation is incorrect?
View 2 Replies
Jun 21, 2010
I'm wondering if there is any code that I could use in VB.net so it can determine the computer's startup mode (such as safe mode or safe mode with networking).
View 1 Replies
Oct 14, 2010
i am using visual studio 2005 on win 7 with office 2007. i have developed win application. i am using microsoft activex spreadsheet component in my program. so it automatically creates reference to AxInterop.OWC11.dll When i run program in debug mode (open program and click RUN in toolbar it works) but if i run directly .exe (go to bin elease doubleclick .exe) it give error at loading point of that component. It says "Attempted to read or write protected memory. This is often an indication that other memory has been corrupted." An unhandled exception occurrs.
[Code]...
View 3 Replies
Oct 28, 2010
I work for a shop that maintains a fairly new app. The app still has its fair share of bugs, with numerous tickets coming in daily. The error information we're given with those tickets is not as useful as it might be because the application was compiled in Release mode, which I read is smaller and faster (makes sense).
Are there any ramifications to deploying a .NET application to production that was compiled in Debug mode? I would expect it would be a bit slower, but I've read the difference is nominal. This would assure us that when we get errors on tickets we have line number associated with those errors and this, of course, makes debugging much easier. major red flags that would prevent you from doing this? I'm tasked with researching the possibility.
View 6 Replies
Dec 8, 2009
This is applicable to C# and VB.Net. I am writing a console application, but one aspect of it I want to make representable in a GUI (that being downloads running, with progress bars). is it possible to write a console mode application that can also have a form in it that can be called from code inside the console component?
View 3 Replies
Dec 12, 2010
Just looking at various ways to do so.I came accross an article which unfortunatly I can't find anymore. It explained it like this. (I'll try remember all of it)1) Put activation key in textbox12) Press button3) Checks with the FTP server if the title of a file (In the this case the license key) in the FTP server.4) If the file doesnt exist then a message box comes up incorrect license.4b) I the file does exist then my.settings.activate = 15) Next time its loaded up, the program checks if my.settings.activate = 15b) If not then an activation key must be put in and proccess starts again.
View 6 Replies
Mar 27, 2012
how to get vb6 license nowadays?does the visual studio pro 2010have a downgrade path to vb6?
View 8 Replies
Jan 20, 2010
My vb.net browser will be the first application I'm actually pushing out to the public.Everything else so far was for me and friends or some type of class. My problem is I don't know what license to pick to release it under. It's going to be partially open source and partially not.Whats included that i didn't write or make
GeckoFx - web browser plugin like ie but based off firefox
App Life Update - http:www.kineticju...te/Default.aspx ( I have the free limited license)
Sqlite - used for bookmarks
Other than those to plugins/dll files everything else i wrote myself or followed tutorials on and modified to fit my applications need.
View 8 Replies
Jun 19, 2009
We plan on selling an application that I've made and we want to be able to force the user to buy a 1-year license for it. And of course after that 1-year we want the program to stop working and force the user to purchase another license.
I've seen many things in VB.NET with certificates/licensing but I'm just not familiar with them to be able to take it any further. And right now I don't have the labor to spend hours messing around with it.
View 6 Replies
Jul 27, 2009
I have a problem with my application. I have got it to the point of running the AVG installer, but it fails because a licence key is needed. I have the licence key, but the idea is that my application makes it easy for the user by them just needing to click through.
Is there a way to automatically input the licence key into the licence key field on AVG's set-up from my application? [code]...
View 8 Replies
Feb 12, 2009
I have completed a vb.net project and now i need to set 30 day trial period for the software. what are ideas behind generation of license keys. How it is formed. How we can develop our own license keys without third party softwares for creating license keys.
View 3 Replies
Mar 19, 2012
I have built an excellent licensing key system which works well on desktop pc's. Basically I run an algorythm on the Hard Disk Serial Number and the Customer Name. While this is not totally brilliant, it seems to work really well (on desktop machines or machines with real hard disks). Now that we come to Tablet PC's, I have found that the Serial Number of the "DISK" which is normallyan SSD is the same from one machine to the next - so all unlock codes end up the same. How about making a unique code for each machine I install my application on?
View 1 Replies
Sep 14, 2009
I am wondering how to make a product key as a license key for my VB.Net windows form application? Because at the end of the day, i would have to package it as a exe file and i would like to include in a license key for the user.
And also may i know how to package the whole project as a exe file such that after the user excute the installer, everything will run. like how you install windows xp like that.
View 1 Replies
Aug 13, 2009
What is the best and most secure way to license software? Is there an existing program for doing so? I want to sell a script of mine, but I want to make sure that users cannot redistribute or sell it themselves (of course, if they deactivate the registration on their own computer and choose to resell, that is their choice).
The software language is VB.net.
Since I am not sure whether or not I could host a registration database of any sort, is there any way to keep licensing self-contained securely? I would like the user to be able to download the demo and be able to upgrade to the full version somehow.
View 8 Replies
Aug 28, 2008
I have an application that will be sold to a verticle market. Our techs will do the install, and the software requires hardware for it to work. But I still need to create something so that each customer has a key to use the software. So what is the best way to approach this. I don't high security, because the softare won't do a customer any good without hardware. But it's required in the bids that we do. I also have diffrent options for the software. Not everybody wan't all the bells and whistles, just the basic pakage.I was thinking maybe using a dongel for hardware key? But that more cost.Your thoughts?
View 5 Replies
Nov 24, 2009
How can I protect my dll with a license key, I already have my licensing scheme but I don't know where to put it.
View 8 Replies
Sep 13, 2010
The issue, is that I'm developing an app that won't be installed and will be used on a bunch of different PCs. The app is free, but uses some 3rd party tools and code, so the user must be aware of the licensing agreement for those tools.
Since it will be used on a bunch of PCs, I don't want the end user to have to accept this license agreement a million times.
Is there any way I accomplish this with a local resource of some sort?I was thinking I could add a license file that should be moved around with the executable, and that could contain a license agreement code, then i could prevent the app from being used without that file.
View 24 Replies
Oct 4, 2010
After countless hours of production, I've finally got a working product that I'd like to market. However, I obviously don't want this product stolen and torrented. So, how exactly would I add license support to my program? I'd like to make the license paired with a number that's unique to the compute
View 13 Replies
Apr 24, 2010
I want to create a license key function for my application.
For example I want in this key to contact 2 values: registered_to, expiry_date.
I want the licence key to be some sort of large string like: 2349ASDGKLASD87ASDGALSDK8ASD80972K.
I would need to create some way to create keys use some sort of algorhithm that decrypts the key and grabs the registered_to and expiry_date values. It also needs to check that the key string has some sort of check digit like credit cards have, so no-one can just type in a few random letters/numbers and it accepts.
View 2 Replies
Dec 7, 2010
When a user activates my program, a license file is emailed to them as an attachment. Some people are having trouble saving/downloading email attachments so would it be possible for the program to download the license file during activation into the installation directory?
During activation my program connects to my website and checks the user is registered and if so a license file is created online and emailed to the user[code]...
View 2 Replies
Apr 12, 2011
I am trying to complete a driver license exam in vb that includes a module and two forms.It says that I have to have 2 arrays to compare(correct answers and user input) in order to see if the user passed or failed. User must have >15 correct to pass.I am so confused on the arrays part and need help to get this application to work. Can someone please help me with the correct counter accumulator and comparison of the arrays? I am also supposed to declare the correct answers in the module and I have tried everything, but I keep getting errors. [code]
View 12 Replies