Click here to Skip to main content
16,008,719 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: if can not detecting mic Pin
Guffa6-Nov-07 11:14
Guffa6-Nov-07 11:14 
QuestionExplorer Like Folder View Help Pin
chrischome6-Nov-07 10:25
chrischome6-Nov-07 10:25 
QuestionSetting Security Permissions on Folders Pin
chrischome6-Nov-07 10:21
chrischome6-Nov-07 10:21 
QuestionImports Microsoft.Win32.security Problem Pin
chrischome6-Nov-07 9:10
chrischome6-Nov-07 9:10 
AnswerRe: Imports Microsoft.Win32.security Problem Pin
Colin Angus Mackay6-Nov-07 9:24
Colin Angus Mackay6-Nov-07 9:24 
GeneralRe: Imports Microsoft.Win32.security Problem Pin
chrischome6-Nov-07 10:18
chrischome6-Nov-07 10:18 
GeneralRe: Imports Microsoft.Win32.security Problem Pin
Colin Angus Mackay6-Nov-07 10:24
Colin Angus Mackay6-Nov-07 10:24 
QuestionDataGridView Column Order Display Index Issue Pin
Kschuler6-Nov-07 8:44
Kschuler6-Nov-07 8:44 
I have a Windows Forms Project with a form that has a DataGridView with 15 columns. Depending upon criteria when the user navigates to the form, some of the columns are hidden. Some of the columns are defined at design time, and some of the columns are added via connecting the DataGridView to a datasource in the page load event. After loading the DataTable that is the DataSource to the grid, I set the DisplayIndex of each DataGridViewColumn to the order I want them to appear in. However, when the screen loads, they are still not in that order. I have added code to make the DisplayIndex appear in the column header text, and it goes
0, 2, 4, 3, 5 ...
Column 1 in this case was not visible, which was correct...but why isn't it
0, 2, 3, 4, 5 ...

I tried NOT hiding the columns I want to make invisible and that didn't fix it. I made sure I'm setting the DisplayIndex for all of the columns and that didn't fix it. I'm out of ideas. What other settings are involved with reordering the columns on a DataGridView? Or what other settings could interfere with this? I would appreciate any help or advice.
Questionheadset mic Pin
break_day6-Nov-07 7:54
break_day6-Nov-07 7:54 
AnswerRe: headset mic Pin
Christian Graus6-Nov-07 8:53
protectorChristian Graus6-Nov-07 8:53 
Questionmy dataset isnot refreshing [modified] Pin
Motajo Tolu6-Nov-07 7:03
professionalMotajo Tolu6-Nov-07 7:03 
AnswerRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 7:09
Kschuler6-Nov-07 7:09 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 9:57
professionalMotajo Tolu6-Nov-07 9:57 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Kschuler6-Nov-07 10:14
Kschuler6-Nov-07 10:14 
GeneralRe: my oledbdataadapter isnot refreshing Pin
Motajo Tolu6-Nov-07 10:47
professionalMotajo Tolu6-Nov-07 10:47 
Questionpassing string array to C++ fromVB.net Pin
xyhan6-Nov-07 6:22
xyhan6-Nov-07 6:22 
QuestionHow can i send text to another application textbox? Pin
IRBoy6-Nov-07 5:48
IRBoy6-Nov-07 5:48 
QuestionVB Form Pin
railay296-Nov-07 3:22
railay296-Nov-07 3:22 
Question,VB Form Pin
railay296-Nov-07 3:19
railay296-Nov-07 3:19 
QuestionSpeech to text Pin
Bismark Appah6-Nov-07 3:12
Bismark Appah6-Nov-07 3:12 
AnswerRe: Speech to text Pin
Guffa6-Nov-07 6:10
Guffa6-Nov-07 6:10 
GeneralRe: Speech to text Pin
Paul Conrad6-Nov-07 18:16
professionalPaul Conrad6-Nov-07 18:16 
QuestionVlookups in Excel Pin
nick46-Nov-07 0:57
nick46-Nov-07 0:57 
QuestionRegistry Accessing Pin
SekharOne5-Nov-07 22:37
SekharOne5-Nov-07 22:37 
AnswerRe: Registry Accessing Pin
AliAmjad5-Nov-07 23:08
AliAmjad5-Nov-07 23:08 

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.