Hi,
This is my first time trying to build 64bit application.
I have refrence to 32 object that have the name obj.dll and it will work on 32 bit but now i have the same object for 64bit version with...
Hi,
thanks that what i wanted to do but i already know about this option but dont know how to use it in my VB.Net code.
Will it be better to download the nistime-32bit.exe and use it? (The computer...
Hi,
I created a small application that limit the game time so my kid will not play between times i will set(16:30-20:00). (He dont stop playing Combat Arma EU....)
So its working great but he is a...
Thanks but i already try that and it works with the delete file process but then the drag and drop will not work.
I read about this issue on the net and i understood that its because the files comes...
Hi,
I have an application that I wrote with VB.Net 2008
This application needs to use drag and drop, File IO actions.
Lately I noticed a problem with it when the UAC (User Access Control) is turn...
Another issue is that even if i to call SetupUninstallOEMInf and give it the oemXXX.inf it report as success and actually delete the inf file.
I can then delete the driver files manually from the...
Thanks,
I now understand but i am more a VB\VB.net developer but i want to do that from my installer and not by using external application that will do it since then i will have to install the .Net...
Hi,
I use SetupCopyOEMInfA in my Wise installer to install a scanner device that works with USB connection and it works fine.
These days i have new drivers for this device and i want to make sure...
Hi,
I never printed in VB.Net code so I don’t know how to do it at all.
My task is to be able to print Invoices from my application.
The Invoices need to be printed with a given Logo image (From...
Thanks but its not helping i need some one to translate the lines that contain String$ and the line that contain Right words since i just do not understnd it thats why i cant do it my self.
...
Thanks for reply.
I use the LIKE today in my code but it’s not what i need, i need SQL code that will give both words "Hello" and "Hallo".
I need it since the user can save the records with...
Hi,
I am using VB.Net 2008 + SQL server 2005 express.
I have tables with string fields that used to store names and many text data of any kind, i need to have the ability to find similar words and...
Hi,
Is it possible to do that:
1. Have an mdf file on a network drive at one of the computers
2. Connect to this mdf file from multiply computers using my application
What do I need to install at...
I want to have one database file that will be in a network drive path and that all users will use the same file so in case that user 1 add record user 2 will see it after refresh his serach results....