Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
Generaldisable delete in datagrid Pin
xrado12-Feb-05 12:01
xrado12-Feb-05 12:01 
GeneralC# on Nokia- Samsung- etc- phones Pin
ZeroAim12-Feb-05 10:52
ZeroAim12-Feb-05 10:52 
Questionsave content of chat ? Pin
students552 university12-Feb-05 10:28
students552 university12-Feb-05 10:28 
Generalc# ie private ftp's Pin
Pyro Joe12-Feb-05 9:54
Pyro Joe12-Feb-05 9:54 
GeneralRe: c# ie private ftp's Pin
Colin Angus Mackay12-Feb-05 16:10
Colin Angus Mackay12-Feb-05 16:10 
GeneraltextBox add text without deleting previous contents Pin
Pyro Joe12-Feb-05 8:57
Pyro Joe12-Feb-05 8:57 
GeneralRe: textBox add text without deleting previous contents Pin
Christian Pedersen12-Feb-05 13:07
Christian Pedersen12-Feb-05 13:07 
GeneralRe: textBox add text without deleting previous contents Pin
Member 9612-Feb-05 16:51
Member 9612-Feb-05 16:51 
Also if you want to insert text at the current active point in the edit control you can programatically copy text to the clipboard then paste it in to the control by calling the controls' paste method. (it's the only way to insert text into the current position or replace highlighted text as far as i know) If you just want to append it then it's a simple: control.text+="some new text";
GeneralRe: textBox add text without deleting previous contents Pin
mav.northwind12-Feb-05 19:45
mav.northwind12-Feb-05 19:45 
GeneralRe: textBox add text without deleting previous contents Pin
Member 9613-Feb-05 3:37
Member 9613-Feb-05 3:37 
GeneralGet Top 10 from a search engine Pin
Mohsen Saad12-Feb-05 7:36
Mohsen Saad12-Feb-05 7:36 
GeneralRe: Get Top 10 from a search engine Pin
S. Senthil Kumar12-Feb-05 8:36
S. Senthil Kumar12-Feb-05 8:36 
GeneralCombox-Display Different Text other than Item Pin
Adnan Siddiqi12-Feb-05 7:05
Adnan Siddiqi12-Feb-05 7:05 
GeneralRe: Combox-Display Different Text other than Item Pin
jlach0112-Feb-05 19:55
jlach0112-Feb-05 19:55 
Generalcallin OleCreatePictureIndirect from C# Pin
LLINF12-Feb-05 3:17
LLINF12-Feb-05 3:17 
Generalserial port communication Pin
Captain Trips12-Feb-05 3:12
Captain Trips12-Feb-05 3:12 
QuestionI want to get C to C# code converter? Pin
Mohammed Aijaz Mohiuddin12-Feb-05 2:23
Mohammed Aijaz Mohiuddin12-Feb-05 2:23 
AnswerRe: I want to get C to C# code converter? Pin
Colin Angus Mackay12-Feb-05 2:39
Colin Angus Mackay12-Feb-05 2:39 
GeneralRe: I want to get C to C# code converter? Pin
Mohammed Aijaz Mohiuddin12-Feb-05 3:41
Mohammed Aijaz Mohiuddin12-Feb-05 3:41 
GeneralRe: I want to get C to C# code converter? Pin
Uwe Keim12-Feb-05 3:52
sitebuilderUwe Keim12-Feb-05 3:52 
GeneralRe: I want to get C to C# code converter? Pin
Colin Angus Mackay12-Feb-05 5:32
Colin Angus Mackay12-Feb-05 5:32 
AnswerRe: I want to get C to C# code converter? Pin
Daniel Turini12-Feb-05 5:35
Daniel Turini12-Feb-05 5:35 
GeneralRegul Expression Pin
yarns12-Feb-05 2:02
yarns12-Feb-05 2:02 
GeneralRe: Regul Expression Pin
Pyro Joe12-Feb-05 9:00
Pyro Joe12-Feb-05 9:00 
GeneralRe: Regul Expression Pin
yarns12-Feb-05 19:01
yarns12-Feb-05 19:01 

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.