Click here to Skip to main content
15,911,503 members
Home / Discussions / C#
   

C#

 
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 
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 
That's the way we used to write Windows applications. These two things are constants which represent Windows Messages. They'll almost certainly be used with SendMessage() to get or set the count of a listbox. (How you set the count on a listbox without adding or removing from it I don't know).

.NET makes doing things like that a lot easier, but its still going on under the covers.

You cannot do what your suggesting - setting LB_SETITEMHEIGHT to 100 to set the size to 100. These things are message identitifiers, not values to set. The height would be another parameter passed to SendMessage along with the message identifier and the HWND of the control.

I wonder why you would have this in a .NET application? Like i said, programming Windows in this fashion is pretty much a thing of the past. Thank goodness.

Regards,
Rob Philpott.

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 
GeneralRe: Fire up same standard event on form control collection Pin
Calin Tatar12-Feb-09 13:46
Calin Tatar12-Feb-09 13:46 
QuestionTab control Pin
toprogramminguy12-Feb-09 12:00
toprogramminguy12-Feb-09 12:00 
GeneralRe: Tab control Pin
akidan12-Feb-09 12:19
akidan12-Feb-09 12:19 

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.