No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I have found it best just to store the path & file name of the image, video etc in the access database. In my executable once the relevant path is selected, I then use shellexecute to boot the file, and as long as Windows has an association with the file …
Hi - I usually don't store images in the database. I find the most effective solution is to store location references in Access, then use ShellExecute in my VB project to boot a slected file (using its Windows file association), or if using my own picture box, or IE, then …
I have found that Combo1.AddItem myRS![9706] will work Good Luck
In relatio to this code: 'passwords match, allow the user to procede to the desk top Unload Me 'unloads the form FrmMain.Show vbModal I hope you are not trying to show the desk top "FrmMain" as vbModal to the form you have just unloaded ?
Hi I posted a response to your previous prosting. Lets start with that. Regards
The End.