January 18th, 2005 08:54 AM
I haved developed a CRM software in VB5. It works great, but it is time to move it to .NET. When I tried to import the project, I had an error that the DATA tool to handle databases is not available....
November 22nd, 2004 04:27 PM
I scanned an Image and put it in a Imagebox.
How do I print that image (Same size as original)
Any help would be great
Thanks
Santiago Torres
October 12th, 2004 02:18 PM
I developed a CRM software in VB5 that connects to a MDB file.
Is there a way to acces this DB through the WEB.
For example:
I normaly specify in my program the path to the mdb file....
April 25th, 2004 05:25 PM
I need my VB 5.0 Application to make a Api call to windows, to show a file windows window.
I need to show a Windows window... for example
"My PC" Window or "C:\" Window
Any help would be...
March 23rd, 2004 04:08 PM
My app captures a file from my webcam and I need to store it as a JPG, not a BMP. What can I do...
I already have the file saved as a BMP. How can I convert this BMP file to a JPG file......
Is...
September 1st, 2003 08:43 AM
I am using the ocx FILELISTBOX that came with my VB5.
Is there somthing newer I can use.
The filelistbox dose not make use of Icons or file sorting, etc..
Any info would me apriciated
Santiago
February 24th, 2003 08:08 AM
I need to know if there is an API call to find out the DATE Setting in the Regional settings "dd/mm/yy".
Is there a way to change it through an API call.
Thanks
Santiago Torres
February 9th, 2003 11:06 PM
I develped an app using VB5.
There was a control mscomct2.ocx that I used in my app.
I had to format my computer and I do not have permision now to use this control? I was able to do so before?
It...
February 9th, 2003 08:45 PM
I have no idea what happend.
When I try to compile my app en VB5 i get:
D:\CONTACTO\CONTAC~2\Menu.frm(4984) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'c:\utc\src\P2\main.c',...
February 7th, 2003 03:51 PM
I had to format my computer and I cannot use mscomct2.ocx
I receive an error while loding my app.
Line 17: Cannot load control MonthView1; license not found.
Several months ago I had the same...
January 30th, 2003 03:15 PM
I am writing to a text file some values wich are separated by ","
unfortunatly when The file is written the values are encolsed in "
this realy dose not help me, what could I do?
Data= 123,123
...