Click here to Skip to main content
15,891,976 members
Home / Discussions / C#
   

C#

 
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 
QuestionWeb Browser.How to open new window in existent opened browser. Pin
aleXXXka26-Dec-08 4:35
aleXXXka26-Dec-08 4:35 
AnswerRe: Web Browser.How to open new window in existent opened browser. Pin
Aman Bhullar26-Dec-08 5:47
Aman Bhullar26-Dec-08 5:47 
AnswerRe: Web Browser.How to open new window in existent opened browser. Pin
Lev Danielyan26-Dec-08 7:20
Lev Danielyan26-Dec-08 7:20 
GeneralRe: Web Browser.How to open new window in existent opened browser. Pin
aleXXXka27-Dec-08 1:13
aleXXXka27-Dec-08 1:13 
QuestionmenuItem with Shortcut and Icon Pin
mirko8626-Dec-08 4:23
mirko8626-Dec-08 4:23 
GeneralRe: menuItem with Shortcut and Icon Pin
Luc Pattyn26-Dec-08 4:27
sitebuilderLuc Pattyn26-Dec-08 4:27 
GeneralRe: menuItem with Shortcut and Icon Pin
mirko8626-Dec-08 4:30
mirko8626-Dec-08 4:30 
GeneralRe: menuItem with Shortcut and Icon Pin
Luc Pattyn26-Dec-08 4:39
sitebuilderLuc Pattyn26-Dec-08 4:39 
GeneralRe: menuItem with Shortcut and Icon [modified] Pin
mirko8626-Dec-08 4:47
mirko8626-Dec-08 4:47 
GeneralRe: menuItem with Shortcut and Icon Pin
mirko8626-Dec-08 5:45
mirko8626-Dec-08 5:45 
QuestionHow to access a comboBox in dataGridView? Pin
Admin88726-Dec-08 2:25
Admin88726-Dec-08 2:25 
AnswerRe: How to access a comboBox in dataGridView? Pin
Wendelius26-Dec-08 7:26
mentorWendelius26-Dec-08 7:26 

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.