Click here to Skip to main content
15,886,919 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Security permisions for unmanaged code in .Net Applet Pin
TheDen3-Dec-05 9:36
TheDen3-Dec-05 9:36 
GeneralRe: Security permisions for unmanaged code in .Net Applet Pin
dnewmon3-Dec-05 10:02
dnewmon3-Dec-05 10:02 
GeneralRe: Security permisions for unmanaged code in .Net Applet Pin
TheDen3-Dec-05 10:17
TheDen3-Dec-05 10:17 
QuestionInstalling J# Redistrubutable Silently Pin
Farm Developer3-Dec-05 1:36
Farm Developer3-Dec-05 1:36 
Question.NET SDK Question Pin
akyriako782-Dec-05 21:55
akyriako782-Dec-05 21:55 
AnswerRe: .NET SDK Question Pin
Dave Kreskowiak3-Dec-05 4:03
mveDave Kreskowiak3-Dec-05 4:03 
AnswerRe: .NET SDK Question Pin
André Ziegler3-Dec-05 8:29
André Ziegler3-Dec-05 8:29 
QuestionVSTO excel locking Pin
Drew McGhie2-Dec-05 7:13
Drew McGhie2-Dec-05 7:13 
I'm just starting out with VSTO in Excel, and I've run across a small problem. I have two list objects, once of which I want to remain unchangable and one of which I need to be able to edit/modify. In addition, I do not want the user to add anything outside of the two list objects(there will be some labels, but that's it).

In sheet1.cs, I have:

listNotChangable.SetDataBinding()
listChangable.SetDataBindgin()
//that fills the lists.

//I then try
this.Protection.AllowEditRanges.Add("Changable", listChangable.Range, missing);
this.Protect(missing, missing, etc...)

Now, this works. The only cells I can modify are those in the changable range, but I cannot extend that range, and I can also not use any drag/drop or copy/paste features on the sheet, I can only direcly modify individual cells themselves.

So my question is: Is there a separate way to lock everything outside a listbox from being changed, but leave the inside of a listbox as if it were on a new excel spreadsheet, so I can drag/drop, copy ranges, etc.

Any ideas on where to look? I'm using Carter/Lippert's Visual Studio Tools for Office as a reference tool/guide, so pointing me to chapters there(if you have it) will work.


-- modified at 14:01 Friday 2nd December, 2005
Questioni need a coding for converting text to speech Pin
dotnetkoders1-Dec-05 23:34
dotnetkoders1-Dec-05 23:34 
AnswerRe: i need a coding for converting text to speech Pin
jonathan152-Dec-05 2:36
jonathan152-Dec-05 2:36 
GeneralRe: i need a coding for converting text to speech Pin
Colin Angus Mackay3-Dec-05 10:04
Colin Angus Mackay3-Dec-05 10:04 
GeneralRe: i need a coding for converting text to speech Pin
Yuvi Panda9-Dec-05 16:18
Yuvi Panda9-Dec-05 16:18 
QuestionVSTO (Save as Version Word 2000) Pin
krisp1-Dec-05 14:56
krisp1-Dec-05 14:56 
QuestionNested classes and dialogs Pin
LHBalloti1-Dec-05 11:11
LHBalloti1-Dec-05 11:11 
AnswerRe: Nested classes and dialogs Pin
S. Senthil Kumar2-Dec-05 21:32
S. Senthil Kumar2-Dec-05 21:32 
QuestionATL Server Web Service Pin
linuxfreak1-Dec-05 7:31
linuxfreak1-Dec-05 7:31 
QuestionFeature/Addon to get the (C#) CODE sorted? Pin
eclipse2k11-Dec-05 5:48
eclipse2k11-Dec-05 5:48 
QuestionDevelop COM add-ins for Outlook 2003 with Outlook 2002 Pin
cathignol1-Dec-05 1:47
cathignol1-Dec-05 1:47 
QuestionQuick .NET CF Question Pin
garbeechio29-Nov-05 12:03
garbeechio29-Nov-05 12:03 
QuestionSmartphone development - no milliseconds? Pin
Radoslav Bielik28-Nov-05 10:48
Radoslav Bielik28-Nov-05 10:48 
AnswerRe: Smartphone development - no milliseconds? Pin
Dave Kreskowiak30-Nov-05 5:15
mveDave Kreskowiak30-Nov-05 5:15 
GeneralRe: Smartphone development - no milliseconds? Pin
Radoslav Bielik30-Nov-05 6:09
Radoslav Bielik30-Nov-05 6:09 
GeneralRe: Smartphone development - no milliseconds? Pin
Dave Kreskowiak30-Nov-05 10:45
mveDave Kreskowiak30-Nov-05 10:45 
QuestionBest performance for connectionless communication Pin
User 12301628-Nov-05 10:32
User 12301628-Nov-05 10:32 
AnswerRe: Best performance for connectionless communication Pin
Ray Cassick1-Dec-05 11:51
Ray Cassick1-Dec-05 11:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.