Click here to Skip to main content
16,011,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows service schedule Pin
Shameel25-Nov-09 3:57
professionalShameel25-Nov-09 3:57 
GeneralRe: Windows service schedule Pin
PIEBALDconsult25-Nov-09 7:21
mvePIEBALDconsult25-Nov-09 7:21 
Questioncreate 32 bit process from 64 bit application Pin
jsjwql12324-Nov-09 3:17
jsjwql12324-Nov-09 3:17 
AnswerRe: create 32 bit process from 64 bit application Pin
Dave Kreskowiak24-Nov-09 3:47
mveDave Kreskowiak24-Nov-09 3:47 
GeneralRe: create 32 bit process from 64 bit application Pin
Paulo Zemek24-Nov-09 5:13
Paulo Zemek24-Nov-09 5:13 
GeneralRe: create 32 bit process from 64 bit application Pin
Dave Kreskowiak24-Nov-09 5:56
mveDave Kreskowiak24-Nov-09 5:56 
QuestionCombobox with Tooltip when mouse is moved over the items. Pin
hariakuthota24-Nov-09 2:55
hariakuthota24-Nov-09 2:55 
QuestionChnging a combo box entry Pin
gwithey24-Nov-09 2:23
gwithey24-Nov-09 2:23 
I have been trying to change an entry in a combo box for a while now and have got the text to change but when i click out of do something else it hasnt actually changed the entries value in the list.

case (char)Keys.Enter:
    comboBox1.Text.Remove(0, comboBox1.Text.Length);
    imageViewer1.RenameShape("test");
    comboBox1.SelectedText = "test";
    comboBox1.Refresh();
    break;


Above is my current attempt which changes the text but does not store this change.

So my shape renames but the shapes name in the combo box does not.
Cant help feeling i need to do more than :
comboBox1.SelectedText = "test";


thanx in advance
AnswerRe: Chnging a combo box entry Pin
Christian Graus24-Nov-09 2:27
protectorChristian Graus24-Nov-09 2:27 
GeneralRe: Chnging a combo box entry Pin
gwithey24-Nov-09 2:39
gwithey24-Nov-09 2:39 
AnswerRe: Chnging a combo box entry Pin
The Man from U.N.C.L.E.24-Nov-09 2:30
The Man from U.N.C.L.E.24-Nov-09 2:30 
GeneralRe: Chnging a combo box entry Pin
gwithey24-Nov-09 2:36
gwithey24-Nov-09 2:36 
AnswerRe: Chnging a combo box entry Pin
Shameel24-Nov-09 2:52
professionalShameel24-Nov-09 2:52 
AnswerRe: Chnging a combo box entry Pin
musefan24-Nov-09 3:02
musefan24-Nov-09 3:02 
GeneralRe: Chnging a combo box entry Pin
gwithey24-Nov-09 4:47
gwithey24-Nov-09 4:47 
QuestionDLL reference not found when changing the app path Pin
Member 372749924-Nov-09 1:50
Member 372749924-Nov-09 1:50 
AnswerRe: DLL reference not found when changing the app path Pin
Shameel24-Nov-09 1:56
professionalShameel24-Nov-09 1:56 
AnswerRe: DLL reference not found when changing the app path Pin
HimanshuJoshi24-Nov-09 1:58
HimanshuJoshi24-Nov-09 1:58 
GeneralRe: DLL reference not found when changing the app path Pin
Shameel24-Nov-09 2:54
professionalShameel24-Nov-09 2:54 
GeneralRe: DLL reference not found when changing the app path Pin
HimanshuJoshi24-Nov-09 3:03
HimanshuJoshi24-Nov-09 3:03 
GeneralRe: DLL reference not found when changing the app path Pin
Shameel24-Nov-09 3:28
professionalShameel24-Nov-09 3:28 
GeneralRe: DLL reference not found when changing the app path Pin
HimanshuJoshi24-Nov-09 17:33
HimanshuJoshi24-Nov-09 17:33 
Question[Message Deleted] Pin
POOLAK23-Nov-09 23:10
POOLAK23-Nov-09 23:10 
AnswerRe: 8-puzzle problem Pin
dan!sh 23-Nov-09 23:49
professional dan!sh 23-Nov-09 23:49 
GeneralRe: 8-puzzle problem Pin
Nagy Vilmos23-Nov-09 23:55
professionalNagy Vilmos23-Nov-09 23:55 

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.