24 Posted Topics
Re: Hi, You need make your application's installable using Package & Deployment or InstallShield. Run the Setup of your application on another PC, it will work | |
Hi, I've a LAN of 6 PCs. All PCs have WIN XP installed. I've workgroup for these PCs. I want to share a folder on LAN which will have password protection. Is it possible? | |
Hi All, How to calculate pixel intensity in Candela using RGB values? Thanks, Shrini | |
Hi All, Can anyone tell me , how to create subreport in Crystal report XI? Please give step by step procedure with example. Thanks, Shrini | |
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 | |
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 for rows of MSFlexgrid, but it shows '???' for these strings. Any solution for this? Regards, Shrini | |
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 | |
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 Click event when I click in blank space or block … | |
Re: 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 | |
Re: Hi, Try using Command(). In form load use Dim v_strCmdArg as String v_strCmdArg = Command() Regards, Shrinivas | |
Re: Hi, You can do this by setting the Style property to 2 - Dropdown List. Regards, Shrinivas [QUOTE=locsin;479114]greetings! I designed simple program with combobox and i want to lock this combobox. I dont want to allow the user to type in this combobox. Only the list item data can be … | |
Hi All, Is it possible to have scrolling images without scripting (by using html only)? Regards, Shrinivas | |
Hi All, I want to access rptImageControl at runtime to change the image displayed in the control. Is it possible? I'm getting error "Object does not support this method". Also how to display the image from the database on rptImageControl? | |
Re: Hi, Try: Text1.Text = DateDiff("d", DTPicker1.Value, DTPicker2.Value) Regards, Shrinivas | |
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? | |
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 out? Regards, Shrinivas | |
Dear All, I'm developing an application in visual basic 6.0. I'm using Crystal Report 11 developer. I've taken Report Viewer using which I can able to view the report but PrintReport method gives error. Anybody has solution for this? Shrinivas | |
Whether .net supports serial communication? If YES then what I've to do? I'm using MS Visual Studio 2003 with Framework 1.1. What will be the maximum baud rate that I can set? | |
Hi All, I want to store Student Name & Birth date in the database. How should I store it into database so that I can retrieve it back evenif the system date format is changed(It should retrieve record for dd/MM/yyyy date format also i.e. not only for default date formats). … | |
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 error Permission denied. When I changed the connection string, record source & refresh the ado … | |
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 clue.... | |
Hi All, I'm unable to install MS SQL Server 2000 Developer on Windows XP. Windows XP service pack 2 is installed. When I start setup, it does something for 2-3 seconds and nothing happens. When start setup again it shows that setup already running. But it does nothing. Please help … | |
Is it possible to communicate with higher than 256000 bps in visual basic 6? | |
Re: Hi, You need to use SelectionFormula property of Crystal Report Control crptCtl.SelectionFormula="{tablename.fieldname}>=#" & fromDate & "# AND {tablename.fieldname}<=#" & toDate & "#" I have not checked it, but should work. |
The End.