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

C#

 
GeneralRe: Two Access database questions Pin
James T. Johnson22-Aug-02 13:12
James T. Johnson22-Aug-02 13:12 
GeneralRe: Two Access database questions Pin
leppie22-Aug-02 6:32
leppie22-Aug-02 6:32 
GeneralRe: Two Access database questions Pin
Luis Alonso Ramos22-Aug-02 7:06
Luis Alonso Ramos22-Aug-02 7:06 
GeneralRe: Two Access database questions Pin
David Stone22-Aug-02 7:16
sitebuilderDavid Stone22-Aug-02 7:16 
GeneralRe: Two Access database questions Pin
Luis Alonso Ramos22-Aug-02 8:00
Luis Alonso Ramos22-Aug-02 8:00 
GeneralRe: Two Access database questions Pin
David Stone22-Aug-02 8:05
sitebuilderDavid Stone22-Aug-02 8:05 
GeneralRe: Two Access database questions Pin
Carlos Antollini22-Aug-02 8:10
Carlos Antollini22-Aug-02 8:10 
GeneralCasting Problem Pin
Nnamdi Onyeyiri22-Aug-02 6:06
Nnamdi Onyeyiri22-Aug-02 6:06 
The ListBox class' Item collection stores items of type object. I have stored a struct in there, at a certain point, i need to change the information in the struct, but when i do this [shown below] the compiler gives the error

The Left hand side of an assignment must be a variable, property or indexer.

((EBulletListItem)this.Items[index]).Checked = true;



Suspicious | :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
Suspicious | :suss: "All programmers are playwrights and all computers are lousy actors."


GeneralRe: Casting Problem Pin
leppie22-Aug-02 6:23
leppie22-Aug-02 6:23 
GeneralNeed for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 4:49
Luis Alonso Ramos22-Aug-02 4:49 
GeneralRe: Need for a Grid in C# Pin
Nnamdi Onyeyiri22-Aug-02 6:02
Nnamdi Onyeyiri22-Aug-02 6:02 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 6:22
Luis Alonso Ramos22-Aug-02 6:22 
GeneralRe: Need for a Grid in C# Pin
Nnamdi Onyeyiri22-Aug-02 6:51
Nnamdi Onyeyiri22-Aug-02 6:51 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:16
Luis Alonso Ramos22-Aug-02 7:16 
GeneralRe: Need for a Grid in C# Pin
James T. Johnson22-Aug-02 6:31
James T. Johnson22-Aug-02 6:31 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:25
Luis Alonso Ramos22-Aug-02 7:25 
GeneralRe: Need for a Grid in C# Pin
Stephane Rodriguez.22-Aug-02 7:15
Stephane Rodriguez.22-Aug-02 7:15 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 7:24
Luis Alonso Ramos22-Aug-02 7:24 
GeneralRe: Need for a Grid in C# Pin
Stephane Rodriguez.22-Aug-02 8:14
Stephane Rodriguez.22-Aug-02 8:14 
GeneralRe: Need for a Grid in C# Pin
Luis Alonso Ramos22-Aug-02 8:30
Luis Alonso Ramos22-Aug-02 8:30 
QuestionControl, or UserControl? Pin
Nnamdi Onyeyiri22-Aug-02 3:24
Nnamdi Onyeyiri22-Aug-02 3:24 
AnswerRe: Control, or UserControl? Pin
leppie22-Aug-02 3:46
leppie22-Aug-02 3:46 
AnswerRe: Control, or UserControl? Pin
James T. Johnson22-Aug-02 6:24
James T. Johnson22-Aug-02 6:24 
GeneralComponent Class Problem Pin
Chris Richner22-Aug-02 1:28
Chris Richner22-Aug-02 1:28 
GeneralRe: Component Class Problem Pin
James T. Johnson22-Aug-02 6:23
James T. Johnson22-Aug-02 6:23 

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.