Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read Hebrew letters with StreamReader Pin
Lev Danielyan27-Dec-08 1:14
Lev Danielyan27-Dec-08 1:14 
GeneralRe: How to read Hebrew letters with StreamReader Pin
aleXXXka27-Dec-08 1:38
aleXXXka27-Dec-08 1:38 
Questionretrival of password problem Pin
tejesh12326-Dec-08 22:04
tejesh12326-Dec-08 22:04 
AnswerRe: retrival of password problem Pin
Brij26-Dec-08 23:41
mentorBrij26-Dec-08 23:41 
GeneralRe: retrival of password problem Pin
tejesh12327-Dec-08 1:01
tejesh12327-Dec-08 1:01 
GeneralRe: retrival of password problem Pin
Brij27-Dec-08 1:57
mentorBrij27-Dec-08 1:57 
QuestionRegex Patterns Pin
Muammar©26-Dec-08 18:55
Muammar©26-Dec-08 18:55 
AnswerRe: Regex Patterns Pin
User 665826-Dec-08 23:55
User 665826-Dec-08 23:55 
GeneralRe: Regex Patterns Pin
Muammar©27-Dec-08 1:02
Muammar©27-Dec-08 1:02 
GeneralRe: Regex Patterns Pin
User 665827-Dec-08 1:09
User 665827-Dec-08 1:09 
QuestionHow do I put a control on the non-client area of a form? Pin
James_Zhang26-Dec-08 18:10
James_Zhang26-Dec-08 18:10 
Generalrepost Pin
Luc Pattyn26-Dec-08 18:47
sitebuilderLuc Pattyn26-Dec-08 18:47 
Questionemail sending program issue Pin
George_George26-Dec-08 16:07
George_George26-Dec-08 16:07 
AnswerRe: email sending program issue Pin
Tamer Oz26-Dec-08 20:04
Tamer Oz26-Dec-08 20:04 
GeneralRe: email sending program issue Pin
George_George27-Dec-08 1:11
George_George27-Dec-08 1:11 
Questionunicode Pin
VyTrx26-Dec-08 8:33
VyTrx26-Dec-08 8:33 
AnswerRe: unicode Pin
Christian Graus26-Dec-08 12:10
protectorChristian Graus26-Dec-08 12:10 
QuestionBinding data to specific rows Pin
kensai26-Dec-08 7:46
kensai26-Dec-08 7:46 
QuestionCustom Coloumn Headers? [modified] Pin
cobalt-rose26-Dec-08 5:42
cobalt-rose26-Dec-08 5:42 
AnswerRe: Custom Coloumn Headers? Pin
Wendelius26-Dec-08 7:16
mentorWendelius26-Dec-08 7:16 
cobalt-rose wrote:
hat i need is to have the column headers dynamically change


You can first clear the listview from data and then remove oclumns. After that add the new columns you need. In order to do this, have a look at: ListView.Columns Property[^].

cobalt-rose wrote:
Would a way to get around this be to have a listview class for each of the nav buttons i have


That's one way, but I think you're wasting resources if you have several listviews and you actually need only one at a time.

The need to optimize rises from a bad design.My articles[^]

AnswerRe: Custom Coloumn Headers? Pin
Lev Danielyan26-Dec-08 7:16
Lev Danielyan26-Dec-08 7:16 
GeneralRe: Custom Coloumn Headers? Pin
cobalt-rose27-Dec-08 4:53
cobalt-rose27-Dec-08 4:53 
GeneralRe: Custom Coloumn Headers? Pin
Lev Danielyan27-Dec-08 6:00
Lev Danielyan27-Dec-08 6:00 
GeneralRe: Custom Coloumn Headers? Pin
cobalt-rose30-Dec-08 12:11
cobalt-rose30-Dec-08 12:11 
GeneralRe: Custom Coloumn Headers? Pin
Lev Danielyan30-Dec-08 20:39
Lev Danielyan30-Dec-08 20:39 

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.