Click here to Skip to main content
15,918,258 members
Home / Discussions / C#
   

C#

 
GeneralRe: Some kind of file encryption thingy!! Pin
mav.northwind26-Feb-05 0:41
mav.northwind26-Feb-05 0:41 
GeneralProblem Get Attribute Returning Null. Pin
DemonBob25-Feb-05 11:19
DemonBob25-Feb-05 11:19 
GeneralRe: Problem Get Attribute Returning Null. Pin
Colin Angus Mackay25-Feb-05 11:49
Colin Angus Mackay25-Feb-05 11:49 
GeneralRe: Problem Get Attribute Returning Null. Pin
DemonBob25-Feb-05 15:16
DemonBob25-Feb-05 15:16 
GeneralEncrypting and Decrypting a file Pin
Peter Nirschl25-Feb-05 9:27
Peter Nirschl25-Feb-05 9:27 
GeneralRe: Encrypting and Decrypting a file Pin
Rei Miyasaka25-Feb-05 11:46
Rei Miyasaka25-Feb-05 11:46 
GeneralRe: Encrypting and Decrypting a file Pin
Peter Nirschl25-Feb-05 22:09
Peter Nirschl25-Feb-05 22:09 
GeneralRe: Encrypting and Decrypting a file Pin
Rei Miyasaka25-Feb-05 22:13
Rei Miyasaka25-Feb-05 22:13 
GeneralIncorrect syntax near keyword 'DEFAULT' Pin
Mark T Garcia25-Feb-05 8:20
Mark T Garcia25-Feb-05 8:20 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Radgar25-Feb-05 8:33
Radgar25-Feb-05 8:33 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Mark T Garcia25-Feb-05 9:12
Mark T Garcia25-Feb-05 9:12 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Radgar25-Feb-05 9:41
Radgar25-Feb-05 9:41 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Mark T Garcia25-Feb-05 11:53
Mark T Garcia25-Feb-05 11:53 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Dave Kreskowiak25-Feb-05 9:45
mveDave Kreskowiak25-Feb-05 9:45 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Mark T Garcia25-Feb-05 11:47
Mark T Garcia25-Feb-05 11:47 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Dave Kreskowiak25-Feb-05 13:08
mveDave Kreskowiak25-Feb-05 13:08 
GeneralRe: Incorrect syntax near keyword 'DEFAULT' Pin
Mark T Garcia25-Feb-05 13:30
Mark T Garcia25-Feb-05 13:30 
GeneralWindows Form and Message Box Pin
MarkMokris25-Feb-05 7:51
MarkMokris25-Feb-05 7:51 
GeneralRe: Windows Form and Message Box Pin
Peter Nirschl25-Feb-05 9:31
Peter Nirschl25-Feb-05 9:31 
GeneralRe: Windows Form and Message Box Pin
DougW4825-Feb-05 14:04
DougW4825-Feb-05 14:04 
GeneralRe: Windows Form and Message Box Pin
leppie25-Feb-05 19:24
leppie25-Feb-05 19:24 
GeneralXmlValidingReader getting started Pin
Kenny O'Dell25-Feb-05 7:50
Kenny O'Dell25-Feb-05 7:50 
GeneralRe: XmlValidingReader getting started Pin
Kenny O'Dell25-Feb-05 7:53
Kenny O'Dell25-Feb-05 7:53 
GeneralRe: XmlValidingReader getting started Pin
Radgar25-Feb-05 8:10
Radgar25-Feb-05 8:10 
GeneralTextBox context menu Pin
MitchellBaldwin25-Feb-05 7:43
MitchellBaldwin25-Feb-05 7:43 
The .NET TextBox control automatically provides a nice context menu that pops up when the user right-clicks in it with all the stuff expected, like Cut, Copy and Paste (and some surprising ones, like right-to-left selection, etc.). However, if you add a context menu component of your own you lose the one provided. Does anybody know a way to find and merge with the default menu? I've been trying to add an item to call a spell checker I've added to my project and don't want to have to duplicate all of the nice things the TextBox already provides on its default context menu... Any thoughts?

Thanks in advance for any help!

P.S. I posted this question in the .NET forum, too - I don't want to clutter up these boards with duplicates, but this area looked a bit more active so I thought I'd try here as well...

Mitchell

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.