16,016,882 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 prejval2006 (Top 20 by date)
prejval2006
24-Jan-14 5:07am
View
how can there be no worsheet at index 1 ?
prejval2006
18-Jan-14 6:12am
View
There are a few ways you can deploy the customization.
1)You can store all of the assemblies and the excel file in a folder and run the application that way (if the excel file is passed around, the users must pass around the entire folder).
2)You can run an setup program that installs the assemblies to a specific folder on the users computer, and specifies the manifest at that location (if the excel file is passed around, the users must also pass around the setup program).
3)You can install the assemblies in a network location and specify in the document properties, that the manifest and the assemblies are all at that network location (if the excel file is passed around, nothing needs to be passed along with it - but there are security settings that need to be made. Read this page for more information).
I want it to use first option . Can you guide me how to do it ?
prejval2006
18-Jan-14 6:12am
View
There are a few ways you can deploy the customization.
1)You can store all of the assemblies and the excel file in a folder and run the application that way (if the excel file is passed around, the users must pass around the entire folder).
2)You can run an setup program that installs the assemblies to a specific folder on the users computer, and specifies the manifest at that location (if the excel file is passed around, the users must also pass around the setup program).
3)You can install the assemblies in a network location and specify in the document properties, that the manifest and the assemblies are all at that network location (if the excel file is passed around, nothing needs to be passed along with it - but there are security settings that need to be made. Read this page for more information).
I want it to use first option . Can you guide me how to do it ?
prejval2006
18-Jan-14 6:01am
View
No its not plugin . Plugin is at application level . I am doing it at document level that is modifying am existing excel .
prejval2006
18-Jan-14 6:00am
View
no i can share that folder to multiple people and they can individually use it
prejval2006
18-Jan-14 5:50am
View
i can they just open that excel and start working ?
prejval2006
18-Jan-14 5:41am
View
i have added a custom ribbon on an existing excel using excel workbook 2013 in vs2012 .Now i need to share this excel solution with the users but it needs installation on user desktop I want it to be shared in a folder with all pre requisite so that there is no need to install it .
prejval2006
17-Jan-14 3:54am
View
I dont want to run any exe file to install . I want it to be shared to other people in a folder and all dependency like dll to be put in that folder only. so people can use it hassel free no installation
prejval2006
2-Jan-13 5:31am
View
can you provide other solutions as well it will be very helpful
prejval2006
2-Jan-13 1:32am
View
My goal is to remove duplicates in all files without using any Database .eg Number N1 should be unique in all the files .So i am puttiing all the records in a single HashSet . And the number of records is all high Max 50 millions . So is there any other optimised way to do it ?
prejval2006
18-Dec-12 8:56am
View
It is a flat file , which contains card number of length 10 digits , in each line one number is there . So the number of cardnumbers and lines are around 1 million
prejval2006
18-Dec-12 8:35am
View
Will it be effiecient way ? i mean any idea how time will it take to parse through 1 million records
prejval2006
19-Nov-12 0:43am
View
ya dominic ,
i want to print the image after hiding the MICR code ...but i will be having the scanned check image only as input ...Can you provide any pointers to any code which i can refer ?
Thanks for helping
prejval2006
20-Mar-12 1:50am
View
no actually i am getting some data from excel which i have to verify whether it is present in database . And i have to verify only a single column .
prejval2006
20-Mar-12 1:37am
View
ya i have to check whether these are present in database .
prejval2006
30-Dec-11 0:54am
View
but my requirement is to block ui
prejval2006
14-Sep-11 2:25am
View
can you provide code of valiadte func
prejval2006
12-Sep-11 3:52am
View
ya but i need to display the result of webservice on first page ....where do i store the result of webservice other than on database
prejval2006
9-Aug-11 1:33am
View
i need to do it through dot net using c #
prejval2006
9-Aug-11 1:32am
View
can you give me link to convert text file with delimiter to xml file
Show More