415 Posted Topics
Re: Well I'm not sure in VB because I was also looking for the same or similar to that and I've looked on Microsoft POS but it not clear what or how to work with those then I also tried JPOS which is java it also gave me problems till I … | |
Hi Dw I was working with VB.NET but then the problem occurred so I decided to change this project to VB 5.0 because that where I can make this program a stand alone executable file, this program will be embedded on a Disc (CD/DVD) so now what I want is … | |
Re: Well you can try something like this assume that you have a textbox called txtPass where the user will enter his/her password If cboUser.SelectedItem = "user1" And txtPass.Text = "user1" Then Me.Hide() frmSalesData.lblTime.Text = Time.Now ' not sure of this if Time.Now produce error try DateAndTime.Now.ToLong or something like that … | |
Hi Dw I'm glad to find one active VB forum for the old VB I used to get the solutions in .NET and I'm also a .NET developer but had got a problem the computer that I'm creating this application for is using old Windows OS such as XP and … | |
Hi Dw I've created the system which will be allowing the user to perform the withdrawal transaction from a self service device so far I've created the side which will be inter reacting with the user which is prompting a user to insert the identification and key in the pin … | |
Hi guys I've never worked with script before and I'm not sure but I think the solution around my problem will be in script but don't take in mind that yet as I said I've never worked with script. I have a DVD+RW I want to burn or embed a … | |
Re: You can try this www.dreamincode.net/forums/topic/300487-creating-sql-server-stored-procedures-and-using-them-in-vbnet/ | |
Re: To me you sound infected so I strongly suggest that you get at least a latest anti-virus software, but according to your story the virus that is infected to your computer is the virus that changes the open with and it direct it to open from a usb it was … | |
Re: Well the simple way for this will have to be getting the user information be for he/she can vote something like Registration first be for vote can help you to identify if the user has already voted or not, you can automatically take or store his MAC to a file … | |
Hi Dw This is my second time asking this question but now I will just make it straight forward because I didn't get any response from my other question. I want to know how can I write a program or a script in java that will be burnt/embedded to a … | |
Re: You will have to us a text file to store your values, here is how you can do it because according to your main post you want to first by default write a default value to the file then when you deploy the application it will update the saved value … | |
Re: Is the returnValue not null? | |
Hi Dw There is a project I'm doing but I'm doing it in VB.NET I want to know now how can I write a program in jave that will govern the CD-RW and if the disc is inserted on let say a DVD player the program will detect that the … | |
Hi Dw I'm working with permissions in my program I want it to protect the chosen file by permissions and now what I want is how can I make these permissions unchanged by a user? Or if not possible because I don't want even the administrator to change these permission … | |
Hi Dw I'm currently doing a research in how to create a system application file, the program that I'm creating will be visible to screen only when it has been called by the user other then that it will be running but doing nothing other then waiting to be called. … | |
Hi Dw I've created a program which I don't want it to be visible by any means, I don't want it to be visible to people who will be using Group View tools to manage the computer, I want it to be like the windows system files which does not … | |
Hi DW I've created a website in Visual Studio under the VB.NET and I tried to publish the website to my wamp server on my computer but when I try to access my website via webbrowser it shows something like index of/ then list all my web files it does … | |
Hi Dw I'm working with ASPX.NET under VB.NET, I've created some pages one is registering the user domain that the user want to register like "www.mydomain.com" and once the user clicked the button then his domain is registered to the server and then he/she will then be transferred to another … | |
Hi Dw I've been so interested in to java because so far it makes almost my dreams come true with it flexibility of fitting almost every where or anywhere, so I'm having a thought here for mobile phones, I want to create a certain program or my sim card I … | |
Re: You can add the Print Preview tool and then code it to Preview the ComboBox items. | |
Re: Have you tried it without this line myProxy.Credentials = New System.Net.NetworkCredential ("", "") ? | |
Hi DW I'm creating a program in vb.net which is an aspx but I think the solution to my problem as I'm using vb.net can be as vb.net because most of the codes in this web application I wrote it via vb.net, I have a server it a wamp server … | |
Hi Dw I'm trying to detect the harmful files, this is the well known harmful files so now I've tried to scan and delete the files but the problems are: (1)- After the file has been removed (deleted) after a few more minutes it appears again so what I want … | |
Re: Well your question is not straight you just need to understand first how hacking is done and also understand the structure of the computer, you sound like you don't even know what you are talking about, the hacker can hack a system in many different ways, you can try to … | |
Hi Dw I'm creating an application that will copy a file from one directory file to System32 file but I get an access denial error and I've decided to use vb.net to call cmd.exe and send keys to it that will instruct it to copy the file but the same … | |
Hi Dw I would like you to help me here, i've googlished for this but it seems as if my problem is a bit complecated. I've created a program in java which has the '.jar' extention and then I created a program in VB.net which is an executor of the … | |
Re: well you can try looking at [this](http://blogs.msdn.com/b/robertbrown/archive/2005/06/14/speech-sample-in-vb-net.aspx) and then just make the changes and what i think you will need to do is that you will need to create the library where your application will refer to for the commands and also give suggestions something like "Did you say ______" … | |
Re: If your problem has solved Please mark this thread as solved and if you have additional question please start a new thread. | |
Re: Mmm why don't you make it simple by making a folder that will contain all your pictures that will be used and then on your database just save there the directory address to prevent lot of coding for instance if you want to replace the image. saving to file will … | |
Re: well first you should first globalize the count it won't count the way you want it if you put it under the private sub and also try to use a timer you to rendomise you will need to start and stop the timer by giving it the interval that if … | |
Hi DW I'm creating an application in VB.Net which is using the command to complete the tasks the reason why I'm doing this on VB.Net is that I have an interface where the user will be able to type in and also choose the prefered options, the vapplication will then … | |
Re: If you will manually enter the numbers with the commas you can just simple create the variables that will store the numbers before the commas and also create the variable that will store the commas since it not easy or possible to calculate the numbers with the string format so … | |
Hi Dw I'm trying to create a program that I will use to browse through websites when I'm not connected to the internet and I can download the single page using the code I provide bellow but what I want is to download the entire website with it contents e.g. … | |
Hi Dw I've created a console application and now I want it to close or teminate straight when I choose exit I've tried the System.Exit(0) but it doesn't close the command screen please help me out. Thanks | |
Hi DW I've created a project on NaviCoder for java and when I tryied to export the project I had a problem then I redo my project using the Netbeans and that where I was then able to export or should I say build the jar file which is an … | |
Hi DW I've created a program in java and now because I'm also new in java but I know better visual Basic i couldn't complete the program the way I wanted because there are features I find it hard to do so I just completed the main program on java … | |
Hi DW I created a program in NaviCoder For Java and now I want to export it so that it can be a exe file so that it can be executed on a computer on it own without the need of an IDE. Thanks | |
Hi Dw I'm creating an atm appication and now my research pointed me to use the Java Point Of Service/Sale (JPOS) my application allow user to choose the amount from the options displayed on the screen and the user will use the number keypad to make his/her selection and the … | |
Re: Well your situation is a bit complicated since I find it harder to remove the created button so I then decided to add a timer to force the control to remove the UGB so you can do it like I did below in the codes hope it will answer your … | |
Hi Dw There is a project in which I'm working on and now it had come to a point where I had to start including the Microsoft Point Of Service and I've already downloaded it and installed ow I must say I'm using windows 7 Home basic and I can't … | |
Hi DW I'm creating an ATM program and now I want to call the Dispensor to dispense the selected amount from the options provided. The main problem here is importing this `import atm.input.CashDispenser; ` the rest of the code is fine. here is the full code: import atm.input.CashDispenser; import java.util.Scanner; … | |
Hi DW There is a project that I'm currently doing and now I just thought of saving some data online so now my question is that how can I write code to fisrt of all create a file with a name of a user then inside the file write and … | |
Hi DW I'm developing an ATM service and now I want to call the dispensor to dispence the amount enetered by the user after his/her balance has been validated, you don't worry about writing the validation balance code I wrote it so now I'm stuck here anyone who can help … | |
Hi DW I'm a VB.Net user and I have a project which I'm doing and the problem is that I didn't find the answer to my problem in VB.Net I found it in Java so now I'm forced to complete this project in java, I must say this is a … | |
Re: Well the very simple way in which I use the most to send files with to someone which are being burnt by the mail server is just add any alphabet at the end of the file type and you file will be sents but then you have to tell that … | |
Hey peps I've just used this code to block a website Imports System.IO Public Class Form1 Dim path As String Dim sw As StreamWriter Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load path = "C:\Windows\System32\drivers\etc\hosts" sw = New StreamWriter(path, True) Dim Block As String = "\n … | |
Hi DW Well I'm new in java I'm using Visual Basic the most so now I just decided to cross platforms and start doing java, so there is a project that I'm trying to create in jave (I'm sorry for the namings just in case I don't use the right … | |
Re: Well I think you have to add or do this as conditions so that for each states process it can update the label with the current process. To do this I think you will have to add the timer on your project, I know someone may come with another Idea … | |
Re: > run in encrypted form well that is what I'm also having a problem on I tried to crypts mine and it did crypt but the problem was to remove the cryptions so that it can be read easy, you can check on my post and you will see how … |
The End.