Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2008 |
| Replies: 2 Views: 287 Re: Multilingual VB6 application sample Thanks Runion for reply,
I've developed an application in VB.net, using resource files I can get desired Chinese strings. But in VB6 application, in resource file it shows chinese strings as... |
Forum: Visual Basic 4 / 5 / 6 Nov 28th, 2008 |
| Replies: 2 Views: 287 Multilingual VB6 application sample Hi All,
Can anyone upload a multilingual (English & Chinese) vb6 application? I've tried but in resource file it shows '???' for chinese strings.
Regards,
Shrini |
Forum: VB.NET Nov 28th, 2008 |
| Replies: 0 Views: 147 Localization of MSFlexgrid Hi All,
I've developed an application which I've made localized (English & Chinese(simplified)) using resource files (resx). One of the form contains MSFlexgrid. I've given strings in resource files... |
Forum: Visual Basic 4 / 5 / 6 Jul 21st, 2008 |
| Replies: 0 Views: 1,003 |
Forum: MS SQL May 21st, 2008 |
| Replies: 3 Views: 897 Re: BETWEEN in WHERE Clause Thanks for reply.
I did it this way:
SELECT * FROM Results
WHERE STID=111 AND (CASE WHEN (ISNUMERIC(ActualValue)=1) THEN CAST(ActualValue AS FLOAT) ELSE 0 END) NOT BETWEEN LowerLimit AND HigherLimit |
Forum: MS SQL May 20th, 2008 |
| Replies: 3 Views: 897 BETWEEN in WHERE Clause Hi All,
SELECT * FROM Results WHERE ActualValue NOT BETWEEN Lowerimit AND UpperLimit
In my query ActualValue is VARCHAR field. How can I get Results that are out of limit?
Shrinivas |
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2008 |
| Replies: 2 Views: 866 MSFlexgrid Click event Hi All,
I'm using MSFlexgrid in my program. I'm using Click event of it. But when I click on blank area after last row it still fires click event and focuses on a column. Is it possible to block the... |
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2007 |
| Replies: 1 Views: 758 |
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2007 |
| Replies: 1 Views: 2,497 |
Forum: HTML and CSS Nov 22nd, 2007 |
| Replies: 6 Views: 1,030 |
Forum: HTML and CSS Nov 21st, 2007 |
| Replies: 6 Views: 1,030 |
Forum: HTML and CSS Nov 20th, 2007 |
| Replies: 6 Views: 1,030 Scrolling clientele list Hi All,
Is it possible to have scrolling images without scripting (by using html only)?
Regards,
Shrinivas |
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2007 |
| Replies: 11 Views: 2,942 |
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2007 |
| Replies: 4 Views: 531 Re: date problem Hi,
Try:
Text1.Text = DateDiff("d", DTPicker1.Value, DTPicker2.Value)
Regards,
Shrinivas |
Forum: MS Access and FileMaker Pro Oct 5th, 2007 |
| Replies: 1 Views: 7,265 Re: Maximum record limit Hi All,
I got the answer.
MS Access table can have size :
2 gigabyte minus the space needed for the system objects - MS Access 2003
2 gigabytes - MS Access XP
1 gigabytes - MS Access 2000... |
Forum: MS Access and FileMaker Pro Oct 5th, 2007 |
| Replies: 1 Views: 7,265 Maximum record limit Hi All,
I'm developing an application using VB 6.0 & using MS Access 2000 as backend. How many records can I store in a table? Is there any such limit? |
Forum: MS SQL Sep 26th, 2007 |
| Replies: 0 Views: 627 Reporting Services Hi,
I've installed Reporting services developer. When I browse Reports folder in IIS, I get:
The request failed with HTTP status 400: Bad Request.
error. What's the reason? Can anyone help me... |
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2007 |
| Replies: 6 Views: 2,702 |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007 |
| Replies: 6 Views: 2,702 |
Forum: Visual Basic 4 / 5 / 6 Sep 6th, 2007 |
| Replies: 1 Views: 2,178 |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2007 |
| Replies: 11 Views: 2,380 |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2007 |
| Replies: 5 Views: 2,094 Re: Permision denied error number 70 Hi,
I've done the same, backup option in seperate form. But on main form I've displayed the Datagrid which shows the contents of database and it is displayed continuously. So if I close the... |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2007 |
| Replies: 5 Views: 2,094 Re: Permision denied error number 70 Thanks for reply. I'm taking backup of database using seperate form. On Main form I've ADODC & Datagrid. In datagrid I'm displaying contents. If I close the connection on main form then datagrid gets... |
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2007 |
| Replies: 5 Views: 2,094 Permision denied error number 70 Hi All,
I've database application that uses an ADO & Datagrid control. This application has Backup button that should copy the database to another location. When I click on the button it gives me an... |
Forum: Network Security Jul 10th, 2007 |
| Replies: 6 Views: 9,769 Re: Howto set password for folder shared in LAN Hi,
Sorry for not specifying that I've WIN XP Professional installed on each PC in network. Currently I can access any PC in LAN. But I want some folders should be password protected or have limited... |
Forum: Network Security Jul 10th, 2007 |
| Replies: 6 Views: 9,769 |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2007 |
| Replies: 23 Views: 10,942 Re: Please Help me with VB Timer Hi,
You can use DateDiff function in which you can get difference in seconds multiply these seconds with 1000, you will get milliseconds.
Hope this is what you want.
Regards,
Shrinivas |
Forum: Network Security Jul 5th, 2007 |
| Replies: 6 Views: 9,769 |
Forum: IT Professionals' Lounge Jun 28th, 2007 |
| Replies: 1 Views: 4,155 |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2007 |
| Replies: 9 Views: 1,232 Re: Managing forms at various screen resolutions Hello Veena,
Thanks for reply. I visisted the link and tried but it is clearly mentioned that design the form in 800X600 resolution. I've developed my application in 1024X768 resolution. It doesn't... |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2007 |
| Replies: 9 Views: 1,232 Re: Managing forms at various screen resolutions Dear AV Manoharan,
I can't tell to my users to switch to higher resolution, but my application should be such that it should work for all resolution. If you have any idea about it then please... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2007 |
| Replies: 9 Views: 1,232 Managing forms at various screen resolutions Hi All,
I've developed an application in VB6. All forms are designed at 1024X768 scren resolution. But when I open this application at lower or higher resolution all controls get disturbed. Any... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2007 |
| Replies: 4 Views: 1,224 Re: Serial communication with higher speed Hi DenisOxon,
Our R&D develops the systems, in which we require higher speed for communication. So sending data from H/W at higher speed is not constraint but receiving through serial port of PC is... |