Make Application Require A Serial Key - Prevent Jumping Messages
Aug 24, 2009
Im going to make my application require a Serial key(No clue how this works). And how do i prevent jumping messages. My friend said that there most used for getting keys and avoiding key asking.
View 5 Replies
ADVERTISEMENT
Apr 30, 2011
i want to make a facebook application for messages purposes means from that app i want to send and receive messages only?
View 11 Replies
Jul 8, 2008
I would like to make an application that will propt the user to enter a serial key in after 10 or 30 days if that is possible also i would allso like to make a keygen tha will work with this program.
View 14 Replies
Nov 15, 2010
I'm trying to make a WM6 version of this simple windows app, and I have some certain problems. Under a timer event I have several instances like this (don't ask why timer and why this way, it just works in my case):
Code:
If ent1.Focus = True Then
ent2.Text = Math.Round(((ent1.Text) * 3), 1)
End If
[Code].....
It didn't work under WM6 so I've changed it to ent1.Focus.
Anyhow, the problem is that under WM6 focus is jumping around with the timer, i.e. different textboxes become active every timer iteration making it impossible to work with the program.
View 2 Replies
Mar 1, 2012
so my goal is to get a picturebox to move in random directions and smoothly (like a character moving straight in a game) without using thread.sleep and me.refresh (and also without animation atm). Would anyone be able to guide me on how to accomplish this?The reason I want to do this is because when I need to use like 3 threads to move 3 different things around smoothly my computer slows down too much.here's my code now without all the other subs used to place the random code in it's own thread. There's a lot of other code too so I can't really post the entire thing:
Private Sub random_movements(ByVal e As Integer, ByVal speed As Integer, ByVal ctrl As Control)
Dim location_x As Integer = ctrl.Location.X
[code].....
View 2 Replies
Mar 16, 2009
i want to know how can grip messages come by serial port and create data base to this message ,,,i mean to drop this message to . record to store it and i can use in my program
View 3 Replies
Aug 26, 2009
Can anyone tell me how to make a serial data base that my application can connect to?
View 9 Replies
May 20, 2011
Never before did i realize the neccessity to scrap the User Account Control, other than for reasons it was simply annoying, until i became a developer. I have an application that does nothing more than remove and create files within its own directory. Are you telling me every application that creates local files require admin rights? Surely something is wrong here. Can this not be circumvented? How do other developers overcome this issue?
[Code]...
View 1 Replies
Dec 21, 2009
Make program require a registration number to run?
View 4 Replies
Nov 1, 2010
My application seems to require .net framework 4 to run. Hence not working on standard XP installations until .net 4 is installed. How do I make it so that it only needs 3.5, or whatever XP uses natively?
View 5 Replies
May 16, 2009
I made my program and now I just need to add in the serial and trial part of the application. I know the application must connect to the host and go to a txtfile. How would i do the trial and serial. Also If the serial is already activated I want the application to reject that Serial and Count how many times they entered in a wrong serial.
View 2 Replies
Mar 13, 2012
I have an application written in VS2010 that targets FW2.0..It has no dependencies other than the framework.The application runs fine on the local drive.But one user tells me that he already had FW2.0 installed but had to install FW2.0 SP2 in order to get the exe to run if it was placed on a network/shared folder? Why would running from a server/shared folder make the application crash if Sp2 wasn't installed? some network/path error that was was fixed in SP2 that doesn't affect the app when running off the local C drive ?
View 1 Replies
Sep 14, 2009
I'm in a VB.NET application. I have referenced some java.* namespaces in my file and am utilizing objects and methods from this namespace throughout the code. Presumably this is relying upon J# to compile.
Imports java.util
Imports java.util.zip
Imports java.io
Are these JDK namespaces fully contained in the .NET framework, or will my clients need to have Java installed when they go to run my application?As a side note, I have not explicity referenced any external Java DLL's or anything. This is all pure .NET as far as my code is concerned.
View 1 Replies
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
Jun 8, 2011
i wanna ask how to make warning messages when a user clicks the search button and found no record with what he input. [code]
View 6 Replies
Aug 13, 2010
i just want to make a program with first form to enter the serial if correct just continue to form2 if incorrect just a popup say like "Serial Incorrect" how i can make it ?
View 2 Replies
Jun 6, 2010
I'm trying to make a simple program that keeps track of a list of phone directories. It offers the option of adding new names to the directory and deleting names already stored.I want the program to display a small unobtrusive message when a name is added or removed.For example, a label that shows "James Potter added to directory..."and then disappears after a few secondsGoing through th file mentions the timer but it seems like an awfully long winded way involving a new control and a new subroutine for every single timed event. I was wondering if there's an easier way, perhaps a single command like:
View 16 Replies
Mar 9, 2012
i have a vb.net application in which i have to guide the user how to use the software by using messages. For example, when the application loads, a message appears on the screen telling the user what he has to do next.
i've been searching on the net how to do this but can't find a way. Can anyone give me an idea how can implement this?
View 12 Replies
Jul 21, 2009
i have a vb.net application in which i have to guide the user how to use the software by using messages. For example, when the application loads, a message appears on the screen telling the user what he has to do next.
View 3 Replies
Jul 22, 2010
I want to make a program to encrypt and decrypt messages using a word cipher or random lettering(no duplicate letters) etc.
I've got 2 input boxes:
input text and keyword box
Two Buttons:
encrypt and decrypt
This is about all I have coded so far
Code:
Private Sub Encrypt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Encrypt.Click
Dim EncryptInput As String
[Code]....
I have a few guess how to do this (not 100%) but setting up some sort of array might be one (not sure if it's the easiest)
Edit: one thing for sure I want to be able to separate the characters in the keyword into the start of an array (if the array is the best option)
I don't necessarily need code, I just need some advisement on how to approach this with commands. I don't know too many commands (only remember some fortran)
View 9 Replies
Dec 10, 2011
I want to use spy++ or Winspector But from what i Read they Dont work on windows 7 64bit Correct ? Im trying to read WM_COMMAND Messages from a App.And whenever i Select 'Log Messages' And find the windows etc.Nothing show's up. Is there a alternative ?
View 3 Replies
Sep 24, 2008
here I am again I have written a small class called 'Messages' that holds the user messages.The case is that I am not being able to import it. Here it is:
[Code]...
View 4 Replies
Sep 13, 2009
How do i make a messager in vb that should be able to send and receive messages from the server?
View 2 Replies
Oct 27, 2009
I have a console application where I successfully have added custom menu item in the application's system menu using the Windows API calls. How do I hook into the events to capture the event raised when the user clicks on one of these menus? All my Google results talks about overriding the WndProc method, but this doesn't exist in a console application.
View 3 Replies
Nov 17, 2009
I am developing a tool to automate testing of a web application. I want to handle the popup messages thrown in scenarios. The problem am facing is when the application runs a popup message is thrown, but only after a response is given to the message box(ie clicking on any buttons in the message box) the execution continues, till then the web browser is busy waiting for a response.
View 1 Replies
Dec 14, 2010
Quote:
Dim conReader As New StreamReader(con.GetStream)
Dim conCont As String = conReader.ReadLine
It just reads the first line of the server I'm trying to connect to, I want to make it read all the messages that the server is sending. btw, con is: Dim con As New TcpClient
View 8 Replies
Mar 13, 2008
I want my application to be able to communicate 2-way between the application on another computer and the host server which will be running on my computer.I want to use the BackgroundWorker built into vb to create a thing to make it listen for incoming messages, and also send out messages to the client.The client needs to listen and receive, same as the server, because both need to communicate with one another.I do not know how I can make it do either sending nor receiving.I would be using two different background workers to keep the code seperated and organized so that I will understand what code is for what.
I want the code to say that if i receive the message "Apple" without the "" and cap sensitive, then it will change Label1.Text = "That worked, word received Apple" or something similar to that. ( This is because I am ignorant and I want it to interpret the text sent through to figure out what the application is supposed to do, and last time I couldn't figure out how to make it do something when a certain text was received.
View 1 Replies
Sep 22, 2009
I am trying to clean up my code in a project I have been working on by creating two separate modules one that disables a service and one that enables a service through the registry all of this worked fine in one big form all together but I would like to also reuse the module in some other projects, I am getting this message however "Warning1Function 'ApplicationLayerGatewayDisable' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used". [Code]. what do i need to do to get rid of these warnings ? or do I just ignore them?
View 12 Replies
Sep 13, 2010
When using WCF together with Enterprise Library 5.0's validation application block, is it possible to customize the error messages which are sent back to the client? I've added the ValidationBehaviour-attribute to my service contract and the FaultContract-attribute to the operation:
[Code]...
The service returns ValidationFault as it should, but instead of having the error message and tag which I've defined, it uses some generic values. Is this a bug or am I doing something wrong?
View 1 Replies
Jun 5, 2009
I'm trying to make a LAN IM client using the net send command and I was wondering if there is any way to capture the text of the messages received through net send and display them in a label.
View 6 Replies