415 Posted Topics
Hi DW We want to run an experiment in our lab on ATM, we just want to keep it simple and easy, So far I've just created the two forms and since I've discorvered that most of the ATM's are running a Windows OS which I saw it in one … | |
Re: > thanks! this really helped me out:) > > now i was wondering, would it be possible to see everything on the display, so it would give: 8×(7+6) = 104 for example, all on the display. Well you can try this out I think it will answer your question This … | |
Hi everyone. There is a program that I'm writing and now I'm stuck here, What I'm doing is the verifier where I have 13 words and these words I've wrote them one each label that means I have 13 labels which are named w(number) e.g. label1 is named w1 and … | |
![]() | Re: > I should think the best way is to have everyone log in when they start the program. If you do that then you can easily expand on your idea to associate certain buttons and stuff by user and/or password. If the user does not have permissions to press a … |
Hi I'm trying to create a website that will be more like [this](http://www.kasimp3.co.za/) but I want it to have e-commerce to sell out the music. my problem is 1) providing a space where whenever there is new upload it will place it there on that space and also number it … | |
Re: Well I think you just need to simplify it by using the textbox's for each variable you want, e.g. for name there will be a textbox for name as well as for surname. But I've worked it out using the same texbox. meaning there is only one texbox and the … | |
Hi DW peps. I've used the following codes to crypt and save files now I want to decrypt it when I'm reading it so that let say I want to check if the saved password matchs the entered password which the saved password is saved on pc drive e.g. Drive … | |
How can I check if the user is not using a computer for upto 5 minutes if he is not using a computer for 5 minute then perform a task or display something. Let say you were using a computer then you stop for maybe 5 minutes then the system … | |
I want to call the button events. here is the similarity of what I want. NB the following code is not working it just the sample to show what I want the code to look like. if Button1.Clicked = True Then ' Do my thing End If So my problem … | |
Re: Well according to your title you want to make the keyloger be invisible and if I take a look at your code it like you want it to be invisible when a certain key(s) is/are pressed. so there are many ways to make a program be invisible. first if you … | |
Re: well for that you will have to do as tinsaafl says but you will change the Label1.Text to that column you want. | |
Re: I'm not so sure with your question but I think what you asking is to include a password on your code to protect it. well you can try this. Dim password As String password = "your password here" ' Now we are checking if the entered password do match ' … | |
Hi I' haven't started this project yet so I'm just doing a research on how to modify a file on a server side via a client side. Just to enlighten what is my question. I want to create a server which will create: 1) the File (as a Directory) of … | |
Re: The simple way is to just count the total datetime then add it on a CountDownBox on properties then you will need to trace the shutdown events so that even if you close the program but it will keep a record of the last count before it shutdown so when … | |
Re: Well I know this kinder old post but there are some horrible questions asked here, @sasankkanda there are so many ways to hide programs well I'm new in programming but I spend most of my time creating programs and learning new ways of dowing things, just the simple way to … |
The End.