16,021,765 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 Lauryx (Top 8 by date)
Lauryx
12-Jul-16 5:59am
View
Reason for my vote of 5 \n Great explanation
Lauryx
24-Oct-14 14:15pm
View
Although I don't work on this project anymore, I appreciate your answer and will try it soon. I have only a workaround yet.
So obviously it works better with "sheet.unprotect(pw)" than "workbook.unprotect(pw)"?
Lauryx
28-Nov-13 4:04am
View
So, are you using WinForms as you described in your Topic or WPF?
There is a major difference, since WPF has no build in DataGridView Control like WinForms has.
Lauryx
10-Sep-13 3:18am
View
Unfortunately this doesn't work for me. I'm using Unprotect(pwd) right after opening the Workbook. But there is still the same Exception..
Lauryx
10-Sep-13 2:44am
View
I'm sorry, I think I need one more coffee.. Thanks
Lauryx
2-Apr-13 17:19pm
View
As I thought..
And this can't be realized just by adding an SQL user on my SQL Server with mayby specific permissions?
Lauryx
5-May-12 17:29pm
View
I had, my problem is not to add an image Column to the grid, my problem is the performance, with my current solution above.
Is it possible, to load all the data from the database into an DataTable with the SQLDataAdapter and change the columttype from integer to an image-type?
After that bind the datagridview to this datatable with the bindingsource..
Lauryx
5-May-12 17:19pm
View
my solution has become quite complex, so an easy sharing at the moment is not possible. But I've addes to screenshots from my database and from the grid, how it should lool like. I hope this helps? If not, I will prepare my solution for sharing.
Show More