Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
47% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #2K

24 Posted Topics

Member Avatar for shahriar2403

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

Member Avatar for Shubham_4
0
2K
Member Avatar for kshrini

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?

Member Avatar for sandy789
1
908
Member Avatar for kshrini

Hi All, How to calculate pixel intensity in Candela using RGB values? Thanks, Shrini

-1
65
Member Avatar for kshrini

Hi All, Can anyone tell me , how to create subreport in Crystal report XI? Please give step by step procedure with example. Thanks, Shrini

Member Avatar for saikentr
0
101
Member Avatar for kshrini

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

Member Avatar for kshrini
0
231
Member Avatar for kshrini

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

0
83
Member Avatar for kshrini

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

Member Avatar for gvalip
0
125
Member Avatar for kshrini

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 …

Member Avatar for SPereira
0
217
Member Avatar for purplestar86

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

Member Avatar for Jx_Man
0
254
Member Avatar for culebrin

Hi, Try using Command(). In form load use Dim v_strCmdArg as String v_strCmdArg = Command() Regards, Shrinivas

Member Avatar for kshrini
0
157
Member Avatar for locsin

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 …

Member Avatar for kshrini
0
521
Member Avatar for kshrini

Hi All, Is it possible to have scrolling images without scripting (by using html only)? Regards, Shrinivas

Member Avatar for MidiMagic
0
135
Member Avatar for kshrini

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?

Member Avatar for mohammad2700
0
253
Member Avatar for kehar

Hi, Try: Text1.Text = DateDiff("d", DTPicker1.Value, DTPicker2.Value) Regards, Shrinivas

Member Avatar for debasisdas
0
102
Member Avatar for kshrini

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?

Member Avatar for kshrini
0
132
Member Avatar for kshrini

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

0
88
Member Avatar for kshrini

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

Member Avatar for jireh
0
516
Member Avatar for kshrini

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?

Member Avatar for binoj_daniel
0
88
Member Avatar for kshrini

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). …

Member Avatar for kshrini
0
170
Member Avatar for kshrini

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 …

Member Avatar for kshrini
0
110
Member Avatar for kshrini

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....

Member Avatar for choudhuryshouvi
0
197
Member Avatar for kshrini

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 …

Member Avatar for Ancient Dragon
0
56
Member Avatar for kshrini
Member Avatar for kshrini
0
69
Member Avatar for Es Sayen

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.

Member Avatar for kshrini
0
108

The End.