hello, i have seen your post in this forum.i am very new to vc++. u also wrote this same code in this forum i saw.
TCHAR* GetPIDValue(TCH AR*);
TCHAR* GetPIDValue(TCH AR* lpszSourceDir)
{// For example, suppose the msi is located on a CD in the folder "\Setup\MySetup .msi".
// The user is running the CD in the D: drive.
// lpszSourceDir will have a value of "D:\Setup\" .
// Note that...
User Profile
Collapse
-
Problem on Reading Ms-Access Memo Field using VB6.0
hi all,
i am creating a VB6.0 application with Ms-Access database. While reading a memo field of my Ms-Access database, the recordset shows some invalid bad charecters like
"(1of 2) Deemed automatically extended unless Tenant notifies Landlord at least 12 months prior their intention to vacate. Landlord must deliver by certified or registered mail an Automatic Renewal Notice at least fifteen (15) and not more... -
Handling the previously installed version in VS2005 setup project
Hi All,
I would like to handle the previous installed versions of my application that whether they are need to retain or not.
This should be asked by my setup project which is created in the "VS2005 Setup Project". I know there is one provision to retain the previous version "RemovePrevious Versions" property. But what I am asking is, the removal should be done based on the client desire.
... -
ASP.NET: Editing Web.Config at the time of Installation.
Hi All,
I would like to know how to edit the web.config file at installation time. The values for the attributes will be given by the user.
I would like to have this editing option like the Edit Configuration option which is available in the IIS Properties window (IIS à Site Properties à ASP.NET tab à Edit Configuration Button).
Can anybody please tell me how to do it?
Thanks in... -
Creating modal dialog in vc++
Hi All,
I have developed a VC+ dll file which provides a product key for my msi setup file. This VC++ dll work fine together with my setup file. but,
my problem is, i have given a message box inside the dll for showing error message while an invalid key is entered. but the messagebox is not shown as modal dialog. i must want to show this as modal dialog.
in my VC++ method i have passed the MSIHANDLE... -
Creating Web Setup Project using VS 2005
Dear All,
I would like to create setup file for my web application with serial number.
In Web setup project already I have given the serial number. But the serial number template accepts numbers in different calculation and I could not understand it. Also it accepts zero.
What I want is,
I need to provide an individual serial number which is defined by us. Is it possible?
... -
Thanx for ur reply.
I know the advantages for the developer.
But my superior is asking the customer point of view only. because we are woking with our products. if we go for another version of framework we need to explain the customer for the features.
The look and feel will not be the major advantages for the existing customer. They will ask the operation wise advantages. innit?
That's... -
Questions on Dot Net Framework 3.0
Hi All,
I have some questions on Framework 3.0. Can anybody please clear these?
My web application is developed by Framework 2.0 with C#.NET, VS2005 and SQLServer 2000.
If i go for Framework 3.0,
1. Why Should i go for this version?
2. As I have seen on the web, all the namespaces and classes in framework 2.0 are also available. What is the advantage for me to migrate... -
Response.Redirect closes all the sessions
Hi all,
In my application i used a session variables which is declared in the session_start of the global.asax. This session varaible is assigned by a new value and login page. this session value remains in the entire application.
but my problem is:
i delete a directory in a page and redirect to another page. now the session goes clear and the application_sta rt of the global.asax is called.
... -
Sql Server 2000: How To Handle Null In Select Statement
Hi all,
In my table there is a varchar column having NULL and string names.
while i am running select on this table the NULL values are not returned. the statement returns only non null values. my query is
SELECT EMP_ID, AGE FROM EMPLOYEE WHERE EMP_NAME <> 'BABU'
in my table there is records with null values. but it retuns only non null values.
thanks in advance,... -
C# : Custom Number formatting in c#.net
Dear All,
I would like to format the numbers in my application with comma (,) seperation.
My problem is,
The culture is in the US English format (###, ##0.00) but i need to show the numbers in Indian format (##, ##, ##0.00).
I can't find how to do this. I need to show the numbers in the above indian format on text boxes and grids.
Please anybody help.
... -
dhanashivam replied to Crystal Reports: How To Change Date Format Of Crystal Report Field From Asp.net 2.0in .NEThi all,
i got solution for this problem.
when we need to change the format of a date field or number field or string field, we can use the parameters.
Do the following to format the date field.
1. create a parameter that accepts number values.
2. Right click on your date field and choose format field.
3. go to the datetime tab and click on the formula...Leave a comment:
-
dhanashivam started a topic Crystal Reports: How To Change Date Format Of Crystal Report Field From Asp.net 2.0in .NETCrystal Reports: How To Change Date Format Of Crystal Report Field From Asp.net 2.0
Hi All,
I have a crystal report document which is opened from my asp.net 2.0 application (C# code). In the design time i fixed my date fields as MM/dd/yyyy format.
but now we are going to implement the project in different culture. so now i need to change the format of date field at run time thru asp.net 2.0 (C#).
Help is highly appriciated.
Thanks in Advance. -
C#.NET: String was not recognized as a valid DateTime
hi,
in my web application i am getting date values from sql server database and store in the datatable.
it works fine when i use the US culture. But when i change the culture to british i am getting the error.
String was not recognized as a valid DateTime.Couldn 't store <22/02/08> in dt1 Column. Expected type is DateTime.
Any one please can help me?
i directly fill... -
C#-WEB: Button Event Handling on Composite Controls
Hi All,
i created a composite control for my login page. It consists of One username text box, one password text box and 2 buttons for logon and reset respectively. but i could not enable the button click events. i use delegates and events to rise it.
but its not working. also i written the codes on OnBubbleEvent() .
if any can help me, much appriciated.
Thanks in advance.
... -
Hi,
thanks for your reply. But still i am getting the following user accounts.
IWAM_DOMAINCS, IUSR_DOMAINCS,
my code is:
DirectorySearch er Searcher = new DirectorySearch er();
Searcher.Search Scope = SearchScope.Sub tree;
Searcher.Proper tiesToLoad.Add( "sAMAccountName ");
Searcher.Filter = "(&(objectClass =user)(objectCa tegory=person)) ";
...Leave a comment:
-
C#-web: Reading Users Of Active Directory
Hi All,
I am using the DirectorySearch er class for reading the active directory users. But the result shows the IUSR accounts also.
I dont want to take the IUSR accounts.
So please help me to take the usernames with out IUSR accounts from the active directory.
Is any attributes for remove those IUSR accounts?
Thanks in Advance.
Regards,
Dhanasekaran.... -
check the user name and password which was supplied in the coding.
and also check the IIS Authentication, whether does it allow to access the database or not.
regards,
dhanasekaran.Leave a comment:
-
-
hi,
i got conclusion for accessing the active directory.
the IIS settings for the site which access the active directory should have the following.
1. Check the Annonymous access
2. Give a valid domain user name and its password in the specified portion.
3. Clear Allow IIS to Control password.
4. Check the Integrated Windows Authentication.
...Leave a comment:
No activity results to display
Show More
Leave a comment: