Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: Tab control- reason behind this ?? Pin
EliottA13-Feb-09 2:48
EliottA13-Feb-09 2:48 
Questionparse object array as string Pin
vijay.victory12-Feb-09 21:31
vijay.victory12-Feb-09 21:31 
AnswerRe: parse object array as string Pin
J4amieC12-Feb-09 21:49
J4amieC12-Feb-09 21:49 
QuestionHow to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91312-Feb-09 21:02
Garyxiao91312-Feb-09 21:02 
AnswerRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Christian Graus12-Feb-09 22:06
protectorChristian Graus12-Feb-09 22:06 
GeneralRe: How to make the flexgird size adjust with the windows form size automatic(wondows size could be dragged manually) Pin
Garyxiao91316-Feb-09 17:41
Garyxiao91316-Feb-09 17:41 
Questionwhat it means Pin
netJP12L12-Feb-09 19:41
netJP12L12-Feb-09 19:41 
AnswerRe: what it means Pin
ABitSmart12-Feb-09 20:38
ABitSmart12-Feb-09 20:38 
netJP12L wrote:
private const int LB_GETCOUNT = 0x018B;
private const int LB_SETCOUNT = 0x01A7;

They look to be contants. Whats the confusion ? You can search through your code for "LB_GETCOUNT"/"LB_SETCOUNT" to know what are they meant for.

But looking at the names they seem familiar to Windows listbox commands [^]

netJP12L wrote:
can i define my own values

Yes, you can declare your own constants. It's good to declare constants instead of having "magic values" all over the code. Hopefully you are aware when something should be declared as a constant or else google could help you.
AnswerRe: what it means Pin
Christian Graus12-Feb-09 20:49
protectorChristian Graus12-Feb-09 20:49 
AnswerRe: what it means Pin
Deresen12-Feb-09 21:12
Deresen12-Feb-09 21:12 
AnswerRe: what it means Pin
Rob Philpott12-Feb-09 22:52
Rob Philpott12-Feb-09 22:52 
QuestionUnused File Extensions Registry Pin
kannanmani12-Feb-09 18:45
kannanmani12-Feb-09 18:45 
RantRe: Unused File Extensions Registry Pin
Guffa12-Feb-09 19:41
Guffa12-Feb-09 19:41 
Questione.rowindex in gridview Pin
anilaabc12-Feb-09 18:16
anilaabc12-Feb-09 18:16 
AnswerRe: e.rowindex in gridview Pin
Henry Minute13-Feb-09 6:05
Henry Minute13-Feb-09 6:05 
Questionimages Pin
S K Y12-Feb-09 18:12
S K Y12-Feb-09 18:12 
AnswerRe: images Pin
Guffa12-Feb-09 19:32
Guffa12-Feb-09 19:32 
Questionclass not found exception while using ikvmc error code IKVMC0100 during c# -> java.... [modified] Pin
nath_manju12-Feb-09 17:24
nath_manju12-Feb-09 17:24 
Questionmagic wand, fuzzy select tool, (select part of an image based on same color with tolerance) Pin
neiller12-Feb-09 14:43
neiller12-Feb-09 14:43 
AnswerRe: magic wand, fuzzy select tool, (select part of an image based on same color with tolerance) Pin
Ennis Ray Lynch, Jr.12-Feb-09 15:54
Ennis Ray Lynch, Jr.12-Feb-09 15:54 
AnswerRe: magic wand, fuzzy select tool, (select part of an image based on same color with tolerance) Pin
Christian Graus12-Feb-09 16:40
protectorChristian Graus12-Feb-09 16:40 
QuestionFire up same standard event on form control collection Pin
ZarazaPhd12-Feb-09 12:36
ZarazaPhd12-Feb-09 12:36 
AnswerRe: Fire up same standard event on form control collection Pin
Christian Graus12-Feb-09 13:33
protectorChristian Graus12-Feb-09 13:33 
AnswerRe: Fire up same standard event on form control collection Pin
Calin Tatar12-Feb-09 13:34
Calin Tatar12-Feb-09 13:34 
GeneralRe: Fire up same standard event on form control collection Pin
Calin Tatar12-Feb-09 13:44
Calin Tatar12-Feb-09 13:44 

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.