Click here to Skip to main content
15,913,225 members
Home / Discussions / C#
   

C#

 
AnswerRe: only one instance from my app Pin
Ravi Bhavnani7-Feb-07 7:35
professionalRavi Bhavnani7-Feb-07 7:35 
Questionloading a combobox without repitition, how to?? Pin
Nada Adel7-Feb-07 7:27
Nada Adel7-Feb-07 7:27 
AnswerRe: loading a combobox without repitition, how to?? Pin
Ravi Bhavnani7-Feb-07 7:37
professionalRavi Bhavnani7-Feb-07 7:37 
GeneralRe: loading a combobox without repitition, how to?? Pin
Nada Adel7-Feb-07 7:44
Nada Adel7-Feb-07 7:44 
GeneralRe: loading a combobox without repitition, how to?? Pin
MoustafaS7-Feb-07 7:50
MoustafaS7-Feb-07 7:50 
GeneralRe: loading a combobox without repitition, how to?? Pin
Ravi Bhavnani7-Feb-07 7:54
professionalRavi Bhavnani7-Feb-07 7:54 
GeneralRe: loading a combobox without repitition, how to?? Pin
Nada Adel7-Feb-07 7:59
Nada Adel7-Feb-07 7:59 
AnswerRe: loading a combobox without repitition, how to?? Pin
Drew McGhie7-Feb-07 8:34
Drew McGhie7-Feb-07 8:34 
As an alternative to what people have said, is there any sort of pre-population of the items in the combobox? If you're just populating the CB from items in a database, and you don't want things to repeat, just use DISTINCT in the query from the database (I'm assuming SQL here), and just use the combobox.displaymember, combobox.valuemember, and combobox.datasource to set it up.
QuestionApplication not terminating with Application.exit Pin
Nitin19817-Feb-07 7:22
Nitin19817-Feb-07 7:22 
AnswerRe: Application not terminating with Application.exit Pin
Shy Agam7-Feb-07 7:44
Shy Agam7-Feb-07 7:44 
GeneralHow to terminate the application completely Pin
Nitin19818-Feb-07 0:50
Nitin19818-Feb-07 0:50 
GeneralRe: How to terminate the application completely Pin
Shy Agam8-Feb-07 2:02
Shy Agam8-Feb-07 2:02 
Questionburn data Pin
karname7-Feb-07 7:17
karname7-Feb-07 7:17 
AnswerRe: burn data Pin
Ravi Bhavnani7-Feb-07 7:41
professionalRavi Bhavnani7-Feb-07 7:41 
QuestionSQL Statment Pin
microuser_20007-Feb-07 7:15
microuser_20007-Feb-07 7:15 
AnswerRe: SQL Statment Pin
Pete O'Hanlon7-Feb-07 8:50
mvePete O'Hanlon7-Feb-07 8:50 
GeneralRe: SQL Statment Pin
microuser_20007-Feb-07 10:40
microuser_20007-Feb-07 10:40 
GeneralRe: SQL Statment Pin
Colin Angus Mackay7-Feb-07 12:06
Colin Angus Mackay7-Feb-07 12:06 
GeneralRe: SQL Statment Pin
microuser_20008-Feb-07 9:36
microuser_20008-Feb-07 9:36 
GeneralRe: SQL Statment Pin
Colin Angus Mackay8-Feb-07 11:09
Colin Angus Mackay8-Feb-07 11:09 
GeneralRe: SQL Statment Pin
microuser_20008-Feb-07 11:21
microuser_20008-Feb-07 11:21 
Questionis it possible to use a value type in a generic method constraint? Pin
michal.kreslik7-Feb-07 7:14
michal.kreslik7-Feb-07 7:14 
AnswerRe: is it possible to use a value type in a generic method constraint? Pin
Judah Gabriel Himango7-Feb-07 7:41
sponsorJudah Gabriel Himango7-Feb-07 7:41 
GeneralRe: is it possible to use a value type in a generic method constraint? Pin
michal.kreslik7-Feb-07 8:05
michal.kreslik7-Feb-07 8:05 
GeneralRe: is it possible to use a value type in a generic method constraint? Pin
Judah Gabriel Himango7-Feb-07 8:55
sponsorJudah Gabriel Himango7-Feb-07 8: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.