-
Created How to mix bill notes
Hi Dw I've recently created an application in java on this post:www.daniweb.com/software-development/java/threads/458306/how-to-work-with-jpos and now I just want to improve this by enabling a feature of mixing the cash notes when … -
Began Watching How to mix bill notes
Hi Dw I've recently created an application in java on this post:www.daniweb.com/software-development/java/threads/458306/how-to-work-with-jpos and now I just want to improve this by enabling a feature of mixing the cash notes when … -
Marked Solved Status for How to work with jpos
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 … -
Created How to get the Full path
Hi Dw There is a program that I'm doing and what it does is move a chosen file/folder to a folder on drive "C:\test" and I have a list box … -
Began Watching How to get the Full path
Hi Dw There is a program that I'm doing and what it does is move a chosen file/folder to a folder on drive "C:\test" and I have a list box … -
Replied To a Post in How to skip the access denied files and folders
Can you guide me step by step please on loading the manifest and also applying those levels? Thanks you. -
Replied To a Post in How to skip the access denied files and folders
I'm have one account on my Laptop and I'm the Administrator, and also how can I make that in vb.net? Meaning running it as admin. -
Replied To a Post in How to skip the access denied files and folders
Sorry to take long to reply I had a problem in accessing internet. I'm scanning with these codes below: Dim Fl1 As string Fl1 = Directory.GetFiles("C:\", "*.dav", SearchOption.AllDirectories.GetHashCode) For Each … -
Created How to skip the access denied files and folders
Hi Dw I'm doing a scanning program and now the problem is that there are some files and folders which the program can't access because of access denial and it … -
Began Watching How to skip the access denied files and folders
Hi Dw I'm doing a scanning program and now the problem is that there are some files and folders which the program can't access because of access denial and it … -
Marked Solved Status for How to count years from a specific year to date
Hi Dw I'm create an application that register a user and now because we accept even oldest people we have to include their years in a dropdownbox so I'm not … -
Replied To a Post in How to count years from a specific year to date
I've just managed to solve this problem by playing around with loop. Dim y As Long For y = 1930 To Year(Now) DropDownList13.Items.Add(y) Next -
Created How to count years from a specific year to date
Hi Dw I'm create an application that register a user and now because we accept even oldest people we have to include their years in a dropdownbox so I'm not … -
Began Watching How to count years from a specific year to date
Hi Dw I'm create an application that register a user and now because we accept even oldest people we have to include their years in a dropdownbox so I'm not … -
Created How to save data to an access database and retrieve it using php
Hi Dw I'm creating a registration page and log in page. I'm just planing on saving the data that the client will supply on the registration page and the log … -
Began Watching How to save data to an access database and retrieve it using php
Hi Dw I'm creating a registration page and log in page. I'm just planing on saving the data that the client will supply on the registration page and the log … -
Replied To a Post in How to get the hidden folder
What I want is to get the hidden file like this: If My.Computer.FileSystems.DirectoryExist(Dir("C:\test",VbHidden)) Then MsgBox("Folder exist") Else MsgBox("No folder") End If But I'm using this code to get the files … -
Created How to get the hidden folder
Hi Dw I'm creating a program which I want to check if the normal and also a hidden folders exist or not and if exist delete it. -
Began Watching How to get the hidden folder
Hi Dw I'm creating a program which I want to check if the normal and also a hidden folders exist or not and if exist delete it. -
Replied To a Post in enable/disable autorun
How can I access the registry and also how can I change the permissions? -
Replied To a Post in enable/disable autorun
Thanks but all the codes didn't disable the Autoplay (Autorun) I restarted the computer after executing the codes but when I plugged the USB it Autoplay it but if I … -
Created enable/disable autorun
Hi Dw Is it possible to disable the autorun or autoplay feature on windows using VB.NET, I want to disable this feature automatically if it is enabled on a computer. … -
Began Watching enable/disable autorun
Hi Dw Is it possible to disable the autorun or autoplay feature on windows using VB.NET, I want to disable this feature automatically if it is enabled on a computer. … -
Replied To a Post in change startup form
No that was to show how to start and it was just a sample he could change from creating a file and go with Setting, I was just showing him … -
Began Watching Interesting Question / Challenge
I have an interesting challenge and was hoping one of the gurus can assist. I have a program running on a client machine that I need to "trigger". The program … -
Replied To a Post in Interesting Question / Challenge
I'm not sure and clear on what exactly you want but no offense but it sound more like you want to do something else here. What the main purpose of … -
Began Watching change startup form
Hey there, so i have small problem, my application has mainForm and settingsForm, so is there only possible way to get settingsForm to be started only on first time user … -
Replied To a Post in change startup form
This is so very simple. On your Main form on it Form_Load try this. Dim firsttime As String = "done" ' Check from file if the file exist or not, … -
Marked Solved Status for Populate only the FileName to a ListBox
Hi Dw I have folder which has all the files and the folder can have as much files inside as possible so I have created the function which gets all … -
Began Watching Populate only the FileName to a ListBox
Hi Dw I have folder which has all the files and the folder can have as much files inside as possible so I have created the function which gets all … -
Marked Solved Status for Directory already exist in the path error
Hi Dw I'm trying to copy a chosen file to a directory under 'C:\example' directory folder, I have a textbox to store the address (path) to the selected file, a … -
Replied To a Post in Directory already exist in the path error
Jea I'm currently having problems with selecting the Mark Question Solved button on a mobile it just refreshes the page so I will mark all my solved questions using a … -
Stopped Watching Populate only the FileName to a ListBox
Hi Dw I have folder which has all the files and the folder can have as much files inside as possible so I have created the function which gets all … -
Replied To a Post in Populate only the FileName to a ListBox
Ok thank you. I've already used the WebBrowser to view the files and it did the way I wanted it to, it shows the file names, Date modified, Type of … -
Created Populate only the FileName to a ListBox
Hi Dw I have folder which has all the files and the folder can have as much files inside as possible so I have created the function which gets all … -
Began Watching Populate only the FileName to a ListBox
Hi Dw I have folder which has all the files and the folder can have as much files inside as possible so I have created the function which gets all … -
Replied To a Post in Directory already exist in the path error
Thanks now the problem has been solved. -
Replied To a Post in Directory already exist in the path error
Ok Now I get what you'll saying that I should specify the name of the file when it is copied now the problem is how can I keep the same … -
Created Directory already exist in the path error
Hi Dw I'm trying to copy a chosen file to a directory under 'C:\example' directory folder, I have a textbox to store the address (path) to the selected file, a … -
Began Watching Directory already exist in the path error
Hi Dw I'm trying to copy a chosen file to a directory under 'C:\example' directory folder, I have a textbox to store the address (path) to the selected file, a … -
Replied To a Post in Partial word match in textbox
Well I haven't done this but I think to get the list of Containing words I think you can loop it like use the For Each contain word and also … -
Marked Solved Status for How to detect when the keyboard keys are pressed
Hi Dw I'm working on a program which has many forms and these forms are for setting the functionality of this program so now I want to detect if, let … -
Replied To a Post in How to detect when the keyboard keys are pressed
@me655321 thanks but I've already found a solution thanks again for your post. @Reverend Jim the solution I've found is at: www.dreamincode.net/forums/topic/94406-global-hotkey/ but I was having this on my program … -
Replied To a Post in How to detect when the keyboard keys are pressed
Look if you feel you don't want to help please do no comment here please find another post to raise you post at not here, I said this program has … -
Created How to detect when the keyboard keys are pressed
Hi Dw I'm working on a program which has many forms and these forms are for setting the functionality of this program so now I want to detect if, let … -
Began Watching How to detect when the keyboard keys are pressed
Hi Dw I'm working on a program which has many forms and these forms are for setting the functionality of this program so now I want to detect if, let … -
Replied To a Post in Writing program for VeriFone Vx670 device
Thank you and yes I'm sure. So I can't write a program for this device in any other language like java? What if I install the jave embedded device which … -
Created Writing program for VeriFone Vx670 device
Hi Dw. I want to write the program for VeriFone device that will read the cards, this device has 2 types of readers the one reads the chip and the … -
Began Watching Writing program for VeriFone Vx670 device
Hi Dw. I want to write the program for VeriFone device that will read the cards, this device has 2 types of readers the one reads the chip and the … -
Began Watching Log in form
Good Day, how can i put a username and password in form? in Visual Basic 2008
The End.