Click here to Skip to main content
15,898,374 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
Nagy Vilmos17-Mar-09 22:52
professionalNagy Vilmos17-Mar-09 22:52 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
YiXiang_8917-Mar-09 22:57
YiXiang_8917-Mar-09 22:57 
RantRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
Nagy Vilmos17-Mar-09 23:18
professionalNagy Vilmos17-Mar-09 23:18 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) PinPopular
MumbleB17-Mar-09 23:47
MumbleB17-Mar-09 23:47 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
Nagy Vilmos17-Mar-09 23:54
professionalNagy Vilmos17-Mar-09 23:54 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
MumbleB18-Mar-09 0:51
MumbleB18-Mar-09 0:51 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
Nagy Vilmos18-Mar-09 1:14
professionalNagy Vilmos18-Mar-09 1:14 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
MumbleB18-Mar-09 1:21
MumbleB18-Mar-09 1:21 
GeneralRe: Where can i download iTextSharp.dll (version 4.0.6.0) Pin
Dan Neely18-Mar-09 2:18
Dan Neely18-Mar-09 2:18 
QuestionWPF StackPanel, ListView update problem Pin
marca29217-Mar-09 21:46
marca29217-Mar-09 21:46 
AnswerRe: WPF StackPanel, ListView update problem Pin
ABitSmart18-Mar-09 0:05
ABitSmart18-Mar-09 0:05 
QuestionExcel Related Question Pin
MumbleB17-Mar-09 21:43
MumbleB17-Mar-09 21:43 
AnswerRe: Excel Related Question Pin
Mycroft Holmes17-Mar-09 23:11
professionalMycroft Holmes17-Mar-09 23:11 
GeneralRe: Excel Related Question Pin
MumbleB17-Mar-09 23:28
MumbleB17-Mar-09 23:28 
QuestionCheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
12Code17-Mar-09 21:41
12Code17-Mar-09 21:41 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
N a v a n e e t h17-Mar-09 22:36
N a v a n e e t h17-Mar-09 22:36 
GeneralRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
12Code17-Mar-09 22:49
12Code17-Mar-09 22:49 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
Nagy Vilmos17-Mar-09 22:49
professionalNagy Vilmos17-Mar-09 22:49 
AnswerRe: CheckForIllegalCrossThreadCalls = false for cross-thread control update Pin
Luc Pattyn18-Mar-09 5:44
sitebuilderLuc Pattyn18-Mar-09 5:44 
QuestionDrag & Drop in Datagridview Pin
zeeShan anSari17-Mar-09 21:36
zeeShan anSari17-Mar-09 21:36 
AnswerRe: Drag & Drop in Datagridview Pin
Mycroft Holmes17-Mar-09 23:14
professionalMycroft Holmes17-Mar-09 23:14 
Questionissues with com port Pin
ganeshan.m17-Mar-09 21:18
ganeshan.m17-Mar-09 21:18 
AnswerRe: issues with com port Pin
monstale17-Mar-09 23:28
monstale17-Mar-09 23:28 
AnswerRe: issues with com port Pin
Luc Pattyn18-Mar-09 5:47
sitebuilderLuc Pattyn18-Mar-09 5:47 
QuestionWPF Texbox with "Microsoft Outlook email To field" behavior Pin
marca29217-Mar-09 21:11
marca29217-Mar-09 21:11 
Hi,

I am developing a contact book using C# WPF and a textbox can contain contacts as the user has added from the existing contact book. The textbox showing the selected contacts will looks like: "John; Peter; Tom;".
The user can add new names to the textbox but if he want to edit an existing name that name shall be highlight and not be able to edit the existing name, just like Microsoft Outlook when you send a new email and try to modify a email address added from contact list.

How do I adjust my textbox so it get this behavior?

Example:
The user has added the following contacts to the textbox. "John; Peter; Tom;"
The problem is how do I prohibit the user to modify contact "John" like "John123456789; Peter; Tom;"
If he starts modify contact John the textbox shall contains "123456789; Peter; Tom;" instead.

Regards
Magnus

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.