Developing A Registration Key For Application?

Jul 12, 2009

i developed a very simple vb.net application and i need a way for every user to verify that they have paid for it. i would like the simplest method possible. it will be an off-line registration. I am actually looking for a way that I can program this easily myself, and am not interested in third part solutions.

View 2 Replies


ADVERTISEMENT

Developing Messaging Framework For Windows Application That Sends Messages To Java Application

Feb 9, 2009

I am in the process of developing a messaging framework for a windows application that sends messages to a java application. To be precise when the win app wants to send a message it simply drops the message in a common database table which will be picked up by the java app. The windows application is deployed across 10 application servers (10 instances) over citrix for load balancing.Each instance of the application is capable of sending a message to the java application and each of these messages should have a unique id. From my end I need to make sure every message generated has to carry a unique id so that they can be identified when necessary. All the messages can be cleared every day or two.i am not quite sure about a best method of achieving this. Initially I wanted to create a static method that serves the next available id (incrementing the last id by 1). But this approach willn't guarantee unique number as the application starts only when at least one user is logged on. For e.g .On one server the app starts when a user logs in, he then sends a message and then the application stops when that user logs off. So when a next request for the app comes to that server a new instance will be started.

View 3 Replies

When Developing A New Windows Application And Web Application Using VS 2008/2010

Dec 7, 2010

I want to learn programming techniques so can make both windows and web applications more user-friendly, faster, safer, reliable and easier to deploy.

View 4 Replies

Developing A Wi-Fi Application In .NET?

Feb 17, 2011

I'm a college student who has a basic-intermediate knowledge in VB.NET, C++, C# and Java. I'm planning to develop an application similar to Microsoft Windows (Windows and Sharing Center ).

The application will able to perform Wireless Detection: scanning the area for available wireless network and presenting them to the user of the software, and then user can decide to which network he/she wants to connect.

[Code]...

View 2 Replies

Developing Application In C#?

Feb 7, 2012

I am new to vb.net . I was developing application in c#. Now i am working in vb.net. i have a query in vb.net. How to write compund assignment in vb.net ?

ex :
In C# ,
int a,b,c;
a=10;
b=c=a;

if i did it in vb.net means the value of b is set to false. how do i solve this problem?

View 3 Replies

Application Registration Random Yet Transferable

Aug 16, 2011

I'm looking for the best way to set up application registration.Currently, I'm looking at hardware, generating a registration number from a variant thereof, then manually (through a created key-gen app) generating a serial number that I'm sending the registrant.Then, every time the app is stated, it re-generates the registration number, looks for the serial number, then checks to make sure that they match.until The problem with this is it ties the serial to that machine. I'd like to allow for transferring to another machine.What are some other solutions for application registration that will ward off pirating. i don't want to make it too easy for someone to install a single copy on 5 machines, or worse, share the serial with friends. I'd like to get paid for my work (call me crazy). I know about the 80/20 rule (of 100 registrations, 80 will pay, 20 will pirate) or 70/30 or whatever you hear, and am not opposed to that, but, hey, closer to 96/4 would be nice, right?

View 2 Replies

Include Application Registration Module?

Aug 1, 2009

I hv developed a vb2005 based win form application. I would like to include application registration module.The planned i/p fields are usr name, productID. Based on this two filelds a unique registration key will be produced.

View 4 Replies

Third Party Registration Providers For VB Application?

Jul 13, 2011

what third party software is around that I can use in my VB web application to 'call home' to my website to get a registration key.I saw something that did this a while back but can't remember what it was called.

View 1 Replies

Developing A Chat Application?

Oct 4, 2009

I am trying to develop a chat application using Visual Basic 2008. I have referred some articles on the internet like [URL]...rogramming.htm and got the concept of connecting and sending data. But when it comes to real world chat applications, there is user authentication and all that. So I was wondering if it is possible to make my own Windows Live Messenger or Yahoo Messenger!!. I searched web for such a sample or source code, but could not find any. Has anyone here created such an application??

View 2 Replies

Make Registration Application For SQL Server 2000

Dec 10, 2011

have game server, I want to create Registration Account in Launcher Game, the Database name is "O2Jam" (without quotes) and table name is "member" (without quotes too) and I am using sa Account with password 123456 , the Table is contains following Column:

[Code]...

View 1 Replies

VS 2008 Application Settings For Account Registration?

May 21, 2010

I'm making a program that requires you to be logged in, and I have a registration button. I would like to know how to make it so that when they click the ok button it saves the settings Settings for username is Username and password is Password. The username textbox is TextBox1 , and password is TextBox2

View 1 Replies

Developing A Windows Application In VB2008?

Apr 28, 2011

hi, i am developing a windows application in visual basic 2008. when i will install or setup my application to clients' computers, do i have to install the dot net framework 3.5 in every single pc or i can include dot net framework 3.5 in my application.

View 4 Replies

Developing An Application For Use Over Different Versions Of The .NET Framework

Jan 4, 2011

I am developing an application using VB.Net which is a simple executable which is to be run from a network drive of our company servers. Most users can access this executable without issue - others however can open the executable but have no connection to our database (even though when running the executable off a local drive such as C:, the database works no problem).

From some posts I have seen this might be a CAS issue - however our IT department suggest the issue might be down to different version of the .NET Framework being to blame. Firstly, is this the issue? Secondly, how can I develop my application to work with different versions of the .NET Framework? Surely this doesn't mean developing many different executables?

View 15 Replies

Developing An Multilingual Application In .net 2008?

Feb 22, 2011

I am developing an multilingual application in vb.net 2008.I had given a combobox for language selection when user select any language like marathi or hindi then all labels are change in the selected language but i am facing problem with textbox if i select any language it takes input from user in english only.I want when user select any language and enter data in textbox then he is able to enter data in the selected language.

View 2 Replies

Developing New Application In Windows Development?

Jun 5, 2010

I have to develop a new application in windows. in which i have to develop following thing but i am not getting how to develop it.I have to develop following are the two points:1)To show the http addresses that are visit by other computers on the wireless network.

[Code]...

View 6 Replies

VS 2010 Learning And Developing Application

Oct 1, 2009

I'm not new in visual basic but I finished a book of visiual basic in 2005. Now I'm planing to be a2z software developer on windows platform. Do you think that visiual basic is strong language or complete tool for all kinds of software development ? Will C++ or C# come on my way for software development while i'm visiual basic.

View 3 Replies

Create An Application That Calculates Registration Fees For A Conference

Apr 24, 2009

create an application that calculates the registration fees for a conference. The general conference registration fee is $895 per person. The is also an optional opening night dinner with a keynote address for $30 per person. additionally, the optional preconference workshops listed in table 7-16 are available. [code] When the user clicks the select conference options button, it should display the conference option form the conference options allows the user to select the regular conference registration, the optional opening night dinner, and an optional preconference workshop.(the user cannot register for the optional events, however, without selecting the conference registration of $895.) when the close button is clicked the conference form should be removed form the screen and the total should apper on the main form. [code]

View 1 Replies

Input A Registration / Login Code Into An Ecommerce Application

Mar 28, 2010

im trying to input a registration/login code into an ecommerce application whereby a customer shall be able to create a new account using their unique email, first name, surname, and a password. If the customer has an account, s/he will be able to purchase items by logging into the system using his/her email and password

View 8 Replies

Make Registration Form Who Requir To Use My Software Or Application

Jul 29, 2009

I want to make registration form Who Requir to use my Software or application i mean that.... he first Register. Registration DATA Save on TXT file Autometicly I know This is Hard but i want to start it

1- Make registration form , who say registration data in TXT file.

2- How loging in my application.

3- How to merge in any application.

View 19 Replies

Choosing The Right Control For Developing Windows Application

Dec 24, 2009

I am looking for a contol either listbox or listview to support my requirements. Basically how my application looks is:

[Code]....

Having said these things. I used to program in VC++6, VB6. But using those version now seems not realistic now as I lost touch. But if I have to use the latest 2008 versions, for which I do not have any experience seems scary. So, If you are reading this , and you have got some experience in these fields or using controls that support my requirement, can you please let me know which programming language or IDE and Control should I use to develop this application. PS: the image is made using mspaint and does not represent actual program.

View 1 Replies

DB/Reporting :: Install In Window XP PC For Developing Application??

Jun 9, 2008

I am new developer of Visual basic and planning to develop WIndow XP PC based application for small retail outlet business, the main functions are to records the daily business transaction and produce reporting at month end.

My questions is what visual basic releated software or tools that I need to install in my Window XP PC for developing this application??

View 2 Replies

Developing A Twitter Application But Getting A Null Exception?

Jul 9, 2009

I am developing a twitter application but getting a null exception. when I searched indeep I found I am not getting any Users array from getTimeLine() Method.My user name and password are correct (The application is actually available on twitter API site.)

View 4 Replies

Developing Unicode Application In .net And Sql Server 2008?

Aug 24, 2010

how to develop unicode application in vb.net and sql server 2008 ?how to start develop and what are the things i have to consider to develop effective unicode application ?. this application should support japanees and english language based on user selection.i took steps but i don't know it is correct.

1. i created tables in sql server with fields, for strings - NVARCHAR, for integer INT, for datetime DATETIME,for numeric NUMERIC.

2. i created another setting-table to have all screens name,label names ( for labels and grid column headers ) and corresponding japanees display names and another column for english display text.

so i'm just going to fetch Japaness/english display names from setting-table on form load and change the labels.Are these correct ? or anyother way to do unicode application effectively ?

View 2 Replies

IDE :: Developing Application With Japanese Language (or Other Languages)

Jun 29, 2010

i've developed vb.net window application in english language.. its working fine but it has to support japanees language also.. Displaying text, input text every thing should be japanees... so user can select english or japanees, based on that label, input control language has to change..

View 1 Replies

Internet Application:Developing For Personal Purpose?

Mar 17, 2011

Just knowing 20 commands i am developing a app?very impressed on myself!Just knowing 10 commands + common sense + special sense each man has i had world most dangerous spy tool....but on my guru & best friend advice i dropped it..but in future will use for good purpose So here is the new scene We are team of workers had blogs,microblogs and other things i decided to create a tool for my self which is like office assistant to assist in our work at office

my tool will do the submission process when we are not in our office

my idea is using a web browser control and do it with vb commands

so kindly think yourself in such position do you agree to do submission task with web browser control or you can do it some other methods?

whats your opinion? what i mean open a website on web browser control submit the details from listbox(which increment on every submission)i think you now got how we are going to do this!!!

so i am need some one advice shall i proceed with this?i had three big challenges

1.Time
2.Yes Of Course Time
3.Ya Time But Time + Work Accuracy

so kindly guide shall i use the web browser control or use method like direct server post?

View 1 Replies

Resources On Learning & Developing Windows Application?

Apr 26, 2011

I am a new bee in windows application in VB.net.I am now in the process to develop a windows application from zero.I have searched online on the reference to develop a windows application from zero but fail.

I also fail to find any resources on beginning on vb.net which introduce all the tools inside such as menustrip.Does anyone has any idea how to find out the resources?

View 1 Replies

Strategy For Developing A Multi Function Asp.net Web Application?

Mar 4, 2010

I'm about to start a new project and want some advice on how to implement.I need a web application which contains a booking module for reserving timeslots, and a time management module which will enable employees to clock in / clock out.

If I am writing an update to the time managment module, I don't want to disrupt the booking engine availability by releasing a new solution containing both modules.to make things more difficult, there is some shared functionality like common users, roles and security.Here's a suggestion I've gotten, which sounds a bit cruddy, but may be functional.Write a 'container' web application which consists of basically a frame, and authentication / security features. This then has links which, will load the 2 independantly built and released web applications into the frame.I can see that say, if I wanted to update the time management module,

View 4 Replies

Test Barcode Scanning While Developing A Application In C#?

Jul 14, 2011

I am developing an application which will be used to scan the barcode from a particular document, as i am just developing who i will get know that barcode scanning is working i dont have device at the moment

View 2 Replies

Developing An Application That Constantly Checks A Particular Webpage For Changes In The Page?

Feb 25, 2010

im developing an application that constantly checks a particular webpage for changes in the page. im using the webbrowser.documenttext to read changes in the source, its working great. until when i tried to use webbrowser.refresh(), an ugly popup that says. "To display the webpage again, Internet Explorer needs to resend the information you've previously submitted.If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again."

View 2 Replies

VS 2008 Developing A Lawn Mowing Calculator Application?

May 2, 2009

laterly I've been trying to think of smarter ways to use code my programs. My Uni class's latest assignment involves a Lawn Mowing Caculator. I've designed a form below, but now I'm stumped for where to start on my code for it.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved