Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Textbox Control function..... Pin
OriginalGriff1-Jul-09 2:16
mveOriginalGriff1-Jul-09 2:16 
GeneralRe: Textbox Control function..... Pin
Hum Dum1-Jul-09 2:46
Hum Dum1-Jul-09 2:46 
GeneralRe: Textbox Control function..... Pin
OriginalGriff1-Jul-09 3:46
mveOriginalGriff1-Jul-09 3:46 
AnswerRe: Textbox Control function..... Pin
K03061-Jul-09 2:19
K03061-Jul-09 2:19 
GeneralRe: Textbox Control function..... Pin
Luc Pattyn1-Jul-09 2:35
sitebuilderLuc Pattyn1-Jul-09 2:35 
GeneralRe: Textbox Control function..... Pin
Hum Dum1-Jul-09 2:52
Hum Dum1-Jul-09 2:52 
GeneralRe: Textbox Control function..... Pin
musefan1-Jul-09 3:06
musefan1-Jul-09 3:06 
GeneralRe: Textbox Control function..... Pin
Luc Pattyn1-Jul-09 3:38
sitebuilderLuc Pattyn1-Jul-09 3:38 
I would avoid having both old data that should not be changed, and new data, that the user wants to add and edit, in a single control.

Maybe have a read-only TextBox showing what is already processed, and a smaller TextBox allowing the entry (with editing) of new data plus a "Enter" button (or act on ENTER key).

And as always, I don't like Textboxes for large amounts of data, so I would prefer a ListBox or DataGridView for old data, and a Textbox (or whatever suits best) for new data.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

QuestionWinApp access variables in WebService...? Pin
Mtyb1-Jul-09 0:46
Mtyb1-Jul-09 0:46 
AnswerRe: WinApp access variables in WebService...? Pin
SeMartens1-Jul-09 1:28
SeMartens1-Jul-09 1:28 
AnswerRe: WinApp access variables in WebService...? Pin
dojohansen1-Jul-09 1:31
dojohansen1-Jul-09 1:31 
GeneralRe: WinApp access variables in WebService...? Pin
Mtyb1-Jul-09 2:10
Mtyb1-Jul-09 2:10 
GeneralRe: WinApp access variables in WebService...? Pin
dojohansen1-Jul-09 4:43
dojohansen1-Jul-09 4:43 
GeneralRe: WinApp access variables in WebService...? Pin
J4amieC1-Jul-09 2:45
J4amieC1-Jul-09 2:45 
GeneralRe: WinApp access variables in WebService...? Pin
dojohansen1-Jul-09 4:48
dojohansen1-Jul-09 4:48 
GeneralRe: WinApp access variables in WebService...? Pin
J4amieC1-Jul-09 7:06
J4amieC1-Jul-09 7:06 
GeneralRe: WinApp access variables in WebService...? Pin
dojohansen1-Jul-09 21:26
dojohansen1-Jul-09 21:26 
QuestionDataView error: Pin
padmanabhan N1-Jul-09 0:29
padmanabhan N1-Jul-09 0:29 
AnswerRe: DataView error: Pin
Henry Minute1-Jul-09 1:38
Henry Minute1-Jul-09 1:38 
AnswerRe: DataView error: Pin
Niladri_Biswas1-Jul-09 3:12
Niladri_Biswas1-Jul-09 3:12 
QuestionHow to remove CLI Header or how to disable dissasembling of my app Pin
Matjaz-xyz30-Jun-09 23:54
Matjaz-xyz30-Jun-09 23:54 
AnswerRe: How to remove CLI Header or how to disable dissasembling of my app Pin
OriginalGriff1-Jul-09 1:07
mveOriginalGriff1-Jul-09 1:07 
GeneralRe: How to remove CLI Header or how to disable dissasembling of my app Pin
dojohansen1-Jul-09 1:37
dojohansen1-Jul-09 1:37 
GeneralRe: How to remove CLI Header or how to disable dissasembling of my app Pin
OriginalGriff1-Jul-09 1:45
mveOriginalGriff1-Jul-09 1:45 
GeneralRe: How to remove CLI Header or how to disable dissasembling of my app Pin
Matjaz-xyz1-Jul-09 1:49
Matjaz-xyz1-Jul-09 1:49 

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.