Click here to Skip to main content
15,904,153 members
Home / Discussions / C#
   

C#

 
GeneralRe: Holding data in memory [modified] Pin
Dan Mos16-Jan-10 11:01
Dan Mos16-Jan-10 11:01 
GeneralRe: Holding data in memory Pin
Bardy8516-Jan-10 9:28
Bardy8516-Jan-10 9:28 
GeneralRe: Holding data in memory Pin
Dan Mos16-Jan-10 10:48
Dan Mos16-Jan-10 10:48 
QuestionSystem.Drawing.Graphics Problem Pin
logicon15-Jan-10 23:17
logicon15-Jan-10 23:17 
AnswerRe: System.Drawing.Graphics Problem Pin
OriginalGriff15-Jan-10 23:34
mveOriginalGriff15-Jan-10 23:34 
GeneralRe: System.Drawing.Graphics Problem Pin
logicon16-Jan-10 0:38
logicon16-Jan-10 0:38 
GeneralRe: System.Drawing.Graphics Problem Pin
OriginalGriff16-Jan-10 0:54
mveOriginalGriff16-Jan-10 0:54 
QuestionAdd an Item to a ListView in VitualMode ? Pin
Mohammad Dayyan15-Jan-10 22:48
Mohammad Dayyan15-Jan-10 22:48 
Hi.
I'm gonna insert a large mount of data in a ListView in VitualMode.
I have set the VrtualMode property to true :

listView1.VirtualMode = true;


Now,whenever I'm gonna add an item to the listview ( listView1.Items.Add(newItem); ) ,
I receive this exception :

When the ListView is in virtual mode, you cannot add items to the ListView items collection. Use  the VirtualListSize property instead to change the size of the ListView items collection.


Would you please guide me, how I can resolve it ?
Thanks.
AnswerRe: Add an Item to a ListView in VitualMode ? Pin
MumbleB16-Jan-10 5:41
MumbleB16-Jan-10 5:41 
GeneralRe: Add an Item to a ListView in VitualMode ? Pin
Mohammad Dayyan16-Jan-10 6:52
Mohammad Dayyan16-Jan-10 6:52 
QuestionDirectX Support In C#.Net Pin
ashwath197915-Jan-10 20:10
ashwath197915-Jan-10 20:10 
AnswerMessage Closed Pin
15-Jan-10 20:49
stancrm15-Jan-10 20:49 
GeneralRe: DirectX Support In C#.Net Pin
ashwath197916-Jan-10 0:32
ashwath197916-Jan-10 0:32 
GeneralMessage Closed Pin
16-Jan-10 1:02
stancrm16-Jan-10 1:02 
GeneralRe: DirectX Support In C#.Net Pin
ashwath197916-Jan-10 1:10
ashwath197916-Jan-10 1:10 
GeneralRe: DirectX Support In C#.Net Pin
#realJSOP16-Jan-10 1:21
professional#realJSOP16-Jan-10 1:21 
QuestionUser Interface for Windows Form Pin
sjs4u15-Jan-10 18:21
sjs4u15-Jan-10 18:21 
AnswerRe: User Interface for Windows Form Pin
N a v a n e e t h15-Jan-10 18:38
N a v a n e e t h15-Jan-10 18:38 
AnswerRe: User Interface for Windows Form Pin
Abhinav S15-Jan-10 19:51
Abhinav S15-Jan-10 19:51 
QuestionHow to retrieve lost email password Pin
CoderForEver15-Jan-10 17:28
CoderForEver15-Jan-10 17:28 
AnswerRe: How to retrieve lost email password Pin
Dave Kreskowiak15-Jan-10 18:42
mveDave Kreskowiak15-Jan-10 18:42 
GeneralRe: How to retrieve lost email password Pin
CoderForEver16-Jan-10 5:09
CoderForEver16-Jan-10 5:09 
GeneralRe: How to retrieve lost email password Pin
Dave Kreskowiak16-Jan-10 6:28
mveDave Kreskowiak16-Jan-10 6:28 
GeneralRe: How to retrieve lost email password Pin
CoderForEver16-Jan-10 18:24
CoderForEver16-Jan-10 18:24 
GeneralRe: How to retrieve lost email password Pin
Dave Kreskowiak16-Jan-10 19:38
mveDave Kreskowiak16-Jan-10 19:38 

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.