Disable All Copies Of The Program?
Jul 14, 2011
What I mean is, I would like to make an exclusive program, but I don't want it falling into the hands of someone I didn't give permission to.Or perhaps make it require a password to function, and be able to change that password for all copies whenever I want.
View 14 Replies
ADVERTISEMENT
Jan 8, 2011
i am trying to make a program where it copies files to a certain external drive, but i cant figure out how to make it to where you enter your drive letter for the external drive and it copies it.
View 6 Replies
Feb 4, 2009
What I'm trying to do is write a small program that copies a file from a USB to another directory so a program already installed on the computer can load this data.Usually copying files from one directory into another wouldn't be an issue.
[Code]...
If possible i would also like to change the code i have written so it just loads January2009.txt from the "root directory" of the USB rather than having to specify H: because if i put the USB in someone elses computer this could change to G: and then it wouldn't work.
View 4 Replies
Sep 25, 2011
application i'm developing in school.I am trying to make the program detect when the user copies new content to the clipboard,when this happens I want the program to check the data type,
I want text content to be written to a text file.Images can be left alone.if a file or folder is copied, i want the location of the copied file and the file name to be written to a text file.
I only really need help in getting the program to detect a clipboard modification, preferably with the AddHandler statement.
View 2 Replies
Jul 12, 2011
How can i do about disabling a network adapter using VB.NET.
View 1 Replies
Jul 28, 2011
I know I can do the following to prevent debugger from entering into Subroutine[code]...
Is there a way to do similar thing for a property that looks like this?[code]...
View 1 Replies
Nov 12, 2010
Is there a way to disable javascript webbrowser in vb.net?
View 2 Replies
Oct 15, 2011
How can i disable view state in vb.net,so that i have the properties of labels as i left,when i return to a page.i am developing a windows application.
View 2 Replies
Dec 22, 2011
I am confused what will happen, when I disable a timer. Will it finish the process and then disable or will it immediately disable without completing process? for example
[Code]....
I want to run getMessage from somewhere else, so I need to disable timer during that time to be asured not to override anything and also before timer disable it should complete that function code.
View 3 Replies
Apr 15, 2009
what the code would be to have a low level keyboard hook to disable a key from all windows and applications while the program is loaded? in this case the key is
Quote:
But only wile a radio button is selected called rb1 anyone got an idea of what the code would be ?
also it would also be good if when a seccond radio button is selected called rb2 that the key gets replaced with the key / text in textbox1 however just the 1st bit would do nicely for me
View 7 Replies
Sep 4, 2010
How do i disable the dates that has already been passed. the user must not select the dates that has already been passed
View 2 Replies
Jan 16, 2009
For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration.
To use the SVN build number in the compilation by CruiseControl.NET we need to use Web Deployment Projects. We then replace in the configuration file the Version field with this variable from SVN Labeller[code]...
View 2 Replies
Oct 22, 2009
does anyone know how I can stop a user from closing the program if they click the "X" button of the Controlbox, but allow them to close the program by clicking another button? I don't want to make the "X" button invisible. I still want it to be there.
View 1 Replies
Mar 6, 2009
How can i enable/disable screen saver by vb.net?i have found only samples to do this with vb6 with a api but in vb.net
View 1 Replies
Mar 15, 2012
How do you write a program to disable and enable a text box?
View 1 Replies
Jan 18, 2011
Is there a way to disable the new VB 2010 implicit line continuations feature in Visual Studio 2010. We are using an TFS 2008 built service which doesn't support the new feature (sources in VS 2010 without errors getting built errors in TFS 2008 built service / we cannot update to TFS 2010 built service).
View 6 Replies
Jan 6, 2009
I need to disable the escape key on loading my program and enable on closing.Although I have searched vb 2008 books and forums I cant find any reference.
View 9 Replies
Feb 7, 2010
Ok, I haven't started this yet, but I'm just thinking out loud for a project I have coming up.
One approach I am thinking about pursuing involves "messaging" my application (windows form in VS 2008 pro) from a mobile device, whether it be a laptop, phone, pda, etc.
is this possible? (1st question) and what is the "correct" implementation to do this? (2nd question)
The idea is to remotely disable the email sending feature of my program by the user (owner of the application) to kill email alerts if they are not at their computer.
View 3 Replies
Nov 22, 2011
I would like to get the number of copies of a job, in the que and limit the users if they print more than selected copies the the queue should pause it. not the number of pages in a job, the number of copies, and the second thing is , this code works on the local machine, how if a print is sent from the network, is there any way that I can pause that print wich is coming from the network or another machine, on the network, most of my printers are connected through ip, and some are shared printers.
View 4 Replies
May 16, 2009
to disable right click and to disable the start button and task bar?
View 4 Replies
Jan 9, 2011
An interesting feature, I have seen in jDownloader software is any links I copy in the browser window (i.e., Ctrl+c), the copied content links automatically appears ( i.e., with out me actually pasting it) in their UI and starts downloading the content from the links, if they are valid.I would like to program the same but am puzzled as how to access the variable to which OS copies.
View 3 Replies
Aug 26, 2010
I'm looking for a way to have my code build two copies of itself at once.The program has an "A" and a "B" configuration that need to be compiled as Prog-A.exe and Prog-B.exe every time the code is compiled. I can do this manually, but I assume there's some way to do it in code? What I'd like is to use conditional compilation to have the A configuration compile so that it runs a "setup as A"-type method on load, and the B likewise, and then have it compile both versions each time.
View 1 Replies
Aug 29, 2009
I am working with VB2008 sp1 and I want to use some of the Windows API calls. I need a copy of header files so that I can set certain constants to their correct values. Do I have to install sdk 6.1 and will this damage the sdk 6.0A that is already installed. I only use VB and I do not have any other language such as C+ or C# installed
View 6 Replies
Apr 2, 2009
i want to write a program to get nuimber of pages printed from a specific printer. i spent a lot of time for googling and i finally managed to get acode that is posted in this link given below [URl]..the problem with above code is its getting no. of pages printed but not getting no. of copies printed for eg: if no. of pages to print is 2 and no. of copies is 3 the total no. of pages printed will be 6. but im gettin total pages printed is 2 ie no. of copies is not getting
View 5 Replies
Nov 15, 2010
I already have barcode created for each stock. And when user click on the print button, it will prompt user how many copies to be printed out.How to do the print out of barcode?
Question Two How to code something to check how many copies of the current barcode size can fit in A4 paper?
I want to fully utilise an A4 paper size before a new A4 paper is used.
View 4 Replies
Oct 9, 2011
I've a Crystal Report of one page. Only one.
I want to clone that page, so when you print that report, you get 2 copies with the same data.
I know can be done manually, but i want to avoid of setting up the printer and write "Yes!, i want 2 copies of this".
Timelines ->
NOW ->
Use software, generate Crystal, go to in-built crystal viewer print button, write '2' in copies, print.
I WANT ->
Use softwre, generate Crystal, print dialog come up (this is done), you hit 'Enter' and 2 copies will be printed (a.k.a 2 pages which are the sames)
I looked up for sub.reports but i don't want them in the same page.
View 2 Replies
May 3, 2012
I have what I think is impossible to achieve. I am printing labels to a zebra printer. Each label is to be attached to an individual item in a batch. The client wants a separate serial number on each label.
View 2 Replies
Sep 7, 2010
In VB .NET, how can I have two copies of an executable communicate with each other over the internet? For example... similar to how and instant messenger might work.
View 1 Replies
Jun 21, 2010
[Code]...
i have 2 listviews in which folder and files are loaded. i'm trying to make a function that, when "Copy" button is pressed copies files/ folders between listviews (between folders "ex: from "D:path" to "E:pathsubpath"). the codes of file copy and folder copy both work but not if add the file.exists / folder.exists lines. if i put a msgbox instead of the filecopy/ foldercopy it displays "file exists" or "folder exist" etc. .. but if add the file copy / folder copy line doens't do nothing.
[Code]...
View 3 Replies
Mar 17, 2010
Basically the assignment says:Create an array that accepts user input. When the user inputs -1, stop the entering process.Check user input to circumvent bad numbers (numbers less than -1)Make two copies of the array (making sure the two new arrays are only as big as the amount of numbers the user input, might need a counter)Sort the first copy using any algorithmSort the second copy using standard array.sort method.Display all three arrays in a form.I have this so far, and I'm stumped as to where to go next.
asdf
Public Class SortingForm
Establishing Module-Level Variables
[code]....
View 2 Replies