Click here to Skip to main content
15,918,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: CollectionEditor Pin
Colin Angus Mackay8-Apr-04 14:30
Colin Angus Mackay8-Apr-04 14:30 
GeneralRe: CollectionEditor Pin
dacris8-Apr-04 18:03
dacris8-Apr-04 18:03 
GeneralRe: CollectionEditor Pin
Heath Stewart9-Apr-04 4:01
protectorHeath Stewart9-Apr-04 4:01 
GeneralRe: CollectionEditor Pin
Heath Stewart9-Apr-04 4:06
protectorHeath Stewart9-Apr-04 4:06 
GeneralRe: CollectionEditor Pin
Jamie Nordmeyer9-Apr-04 5:12
Jamie Nordmeyer9-Apr-04 5:12 
QuestionDoes anyone did a project of ticket agency? Pin
Natnael8-Apr-04 10:41
Natnael8-Apr-04 10:41 
AnswerRe: Does anyone did a project of ticket agency? Pin
Colin Angus Mackay8-Apr-04 14:39
Colin Angus Mackay8-Apr-04 14:39 
GeneralListView Control not showing entire string text - Windows Forms Pin
Jasim Iqbal8-Apr-04 10:29
Jasim Iqbal8-Apr-04 10:29 
hi all,

i ran into thi sproblem this monday and still havent been able to figure out why the list view control is not showing the complete text string.

the original strings i want to be displayed in the list view are more than 350 chars long, but it only displays 259 chars of each string. BUT when i extract the string values from the control it DOES give me complete strings. i have tried to increase the column width but nothing happens.

Can anyone Please help me with this as soon as possible.

THANX in advance.

COde is as below.

#####################################################

public void FillListView()
{
int len = 0;
for (int i=0; i<dl.totalrecords; i++)
{
="" listviewitem="" li;
="" li="new" listviewitem();
="" li.text="DL.array_view[i].ToString();
" console.writeline("li="" value="" is="" :="" "="" +="" li.text.tostring());
="" length="" li.text.length.tostring());
="" li.forecolor="System.Drawing.Color.Green;
" if="" (dl.array_view[i].length=""> len)
{
len = DL.array_view[i].Length;
}
li.EnsureVisible();
listView1.Items.Add(li);
}
Console.WriteLine("max length is : " + len.ToString());
listView1.Columns.Add("", 20000, HorizontalAlignment.Left);
listView1.BackColor = System.Drawing.Color.Beige;
}
GeneralMouse moves when I change background on WinXP desktop Pin
Flack8-Apr-04 10:06
Flack8-Apr-04 10:06 
GeneralA problem with transactions.. Pin
benqazou8-Apr-04 9:21
benqazou8-Apr-04 9:21 
GeneralRe: A problem with transactions.. Pin
Heath Stewart8-Apr-04 11:12
protectorHeath Stewart8-Apr-04 11:12 
GeneralRe: A problem with transactions.. Pin
Anonymous8-Apr-04 12:17
Anonymous8-Apr-04 12:17 
GeneralRe: A problem with transactions.. Pin
Heath Stewart9-Apr-04 3:14
protectorHeath Stewart9-Apr-04 3:14 
GeneralThread ID for current thread Pin
Grimolfr8-Apr-04 9:16
Grimolfr8-Apr-04 9:16 
GeneralRe: Thread ID for current thread Pin
jqd20018-Apr-04 10:30
jqd20018-Apr-04 10:30 
GeneralRe: Thread ID for current thread Pin
Grimolfr9-Apr-04 8:44
Grimolfr9-Apr-04 8:44 
GeneralControlDesigner on Windows Form Pin
Jamie Nordmeyer8-Apr-04 8:44
Jamie Nordmeyer8-Apr-04 8:44 
GeneralRe: ControlDesigner on Windows Form Pin
Jamie Nordmeyer8-Apr-04 9:56
Jamie Nordmeyer8-Apr-04 9:56 
GeneralMarshal an object [] to ptr Pin
joeyespo8-Apr-04 8:30
joeyespo8-Apr-04 8:30 
GeneralRe: Marshal an object [] to ptr Pin
Heath Stewart8-Apr-04 8:55
protectorHeath Stewart8-Apr-04 8:55 
GeneralUsing String Buffers of Win32 Libraries in C# Pin
yyf8-Apr-04 5:27
yyf8-Apr-04 5:27 
GeneralRe: Using String Buffers of Win32 Libraries in C# Pin
Heath Stewart8-Apr-04 5:51
protectorHeath Stewart8-Apr-04 5:51 
QuestionXML via Socket? Pin
rbarzallo8-Apr-04 4:40
rbarzallo8-Apr-04 4:40 
AnswerRe: XML via Socket? Pin
Colin Angus Mackay8-Apr-04 5:16
Colin Angus Mackay8-Apr-04 5:16 
AnswerRe: XML via Socket? Pin
Judah Gabriel Himango8-Apr-04 5:16
sponsorJudah Gabriel Himango8-Apr-04 5:16 

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.