15,669,910 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Vanathi.A (Top 22 by date)
Vanathi.A
5-Jan-12 11:42am
View
Hope you people too have some work!
Vanathi.A
5-Jan-12 11:41am
View
Oh I am really sorry! I did not have enough time to spend on this dispute!
Vanathi.A
4-Jan-12 11:23am
View
The problem is related to algorithms. I think this is a site for suggestions or solutions. So no one has the right to categorize any particular post.
Vanathi.A
4-Jan-12 10:26am
View
yes it is a programming question.
I don't need the exact coding.
I need the algorithm to implement this.
Vanathi.A
17-Mar-11 12:51pm
View
Hi,
You can easily do so..
1. In start menu select Run .
2. Type dcomcnfg and click OK
3. Component Services window is opened.
4. Expand the nodes Component Services -> MyComputer -> DCOM Config .
5. Right click on the application that you want and select properties.
(In my case it is Microsoft Excel Application ).
6. Microsoft Excel Application properties dialog box is opened.
7. Click on Security tab or Identity tab whatever necessary.
8. Click on the link " Learn more about setting these properties ."
All necessary details you need are provided there :)
Vanathi.A
9-Dec-10 11:42am
View
yes.
Vanathi.A
6-Dec-10 2:27am
View
Thank you!!!
Vanathi.A
2-Dec-10 8:13am
View
Thank u!! I wanna read the contents of the worksheet cell by cell.
Dim xlApp As Excel.Application
Dim xlWorkBook As Excel.Workbook
Dim xlWorkSheet As Excel.Worksheet
xlApp = New Excel.Application
xlWorkBook = xlApp.Workbooks.Open("C:\InputTemplate1.xls")
xlWorkSheet = xlWorkBook.Sheets("sheet1")
Dim strCommand As String = xlWorkSheet.Range("D1").Value.ToString()
This works fine.
but i wanna read the contents over the range D1 to G1
How can i do this?
Vanathi.A
2-Dec-10 5:13am
View
Thank you!! I'm getting the exception "Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE))." at the line <pre>xlApp = New Excel.Application </pre>
I've tried giving permissions by running "dcomcnfg". I don't know why I'm getting this exception. My application was working fine in the morning. Please help me!
Vanathi.A
25-Oct-10 23:11pm
View
I'm getting the same exception even after installing .NET 1.1 framework. Can you please help me?
Vanathi.A
25-Oct-10 10:14am
View
Thank you!
Vanathi.A
25-Oct-10 10:11am
View
I've installed Visual Studio 2003. Should I need to install .NET framework separately? Doesn't it get installed automatically?
Vanathi.A
25-Oct-10 9:57am
View
Thanks for your timely reply. I'm a beginner in .NET. Can you please tell me how to deploy .net framework on web server? I'm using IIS 5.1.
Vanathi.A
20-Oct-10 0:33am
View
Apart from changing the url path in webinfo file should I change somewhere else? I'm getting an error: "Error 404 the object could not be found. The two need to map to the same server location."
Vanathi.A
19-Oct-10 0:57am
View
I wanna go thru the code, make some changes and debug it.
Vanathi.A
6-Oct-10 7:30am
View
Thanks for your response. Actually I'm able to find the dependencies. I'm in need of documenting them. I need a format to do the documentation. Can you please help me?
Vanathi.A
5-Oct-10 0:51am
View
Hi,
Thanks for your help.. I simply re-installed the service. It's getting started now :)
Thanks and Regards,
Vanathi
Vanathi.A
4-Oct-10 15:39pm
View
I think the service can be debugged only after starting it.. I'm getting the error when I try to start it :(
Vanathi.A
4-Oct-10 15:16pm
View
Sorry.. I couldn't get your question.. How to recompile it with .Net 3.5?
Vanathi.A
30-Jul-10 2:17am
View
Reason for my vote of 5
This works fine.
Vanathi.A
26-Jul-10 6:55am
View
Instead of using a secondary text box to confirm the password i'm trying to use this method. In addition to the password being confidential the user needs to be aware of what he/she is typing.
Vanathi.A
26-Jul-10 6:43am
View
Instead of using a secondary text box to confirm the password i'm trying to use this method. In addition to the password being confidential the user needs to be aware of what he/she is typing.
Show More