Click here to Skip to main content
15,894,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I find the name of ther user who created a file. Pin
Steven J Jowett22-Apr-10 1:32
Steven J Jowett22-Apr-10 1:32 
AnswerRe: How do I find the name of ther user who created a file. Pin
David Skelly22-Apr-10 2:02
David Skelly22-Apr-10 2:02 
GeneralRe: How do I find the name of ther user who created a file. Pin
Steven J Jowett22-Apr-10 2:38
Steven J Jowett22-Apr-10 2:38 
GeneralRe: How do I find the name of ther user who created a file. Pin
Gregory Gadow22-Apr-10 4:09
Gregory Gadow22-Apr-10 4:09 
GeneralRe: How do I find the name of ther user who created a file. Pin
Steven J Jowett23-Apr-10 1:04
Steven J Jowett23-Apr-10 1:04 
QuestionInsert row between two rows in Datagridview Pin
C#Coudou21-Apr-10 13:55
C#Coudou21-Apr-10 13:55 
AnswerRe: Insert row between two rows in Datagridview Pin
Paramu197321-Apr-10 20:22
Paramu197321-Apr-10 20:22 
AnswerRe: Insert row between two rows in Datagridview Pin
Wayne Gaylard21-Apr-10 20:27
professionalWayne Gaylard21-Apr-10 20:27 
In a Data Bound DataGridView, you have to repopulate the Data Source, as far as I know you can only insert rows at the bottom of the grid, but I may be wrong. In an unbound DatGridView you can use DataGridView.Rows.Insert which has 3 overloads, each requiring the row index in which to insert the row and either an array of values to populate the row, or an existing row, or the number of rows to insert. Hope this helps
GeneralRe: Insert row between two rows in Datagridview Pin
jpaulino26-Apr-10 7:09
jpaulino26-Apr-10 7:09 
GeneralRe: Insert row between two rows in Datagridview Pin
C#Coudou27-Apr-10 15:40
C#Coudou27-Apr-10 15:40 
QuestionMessage Removed Pin
21-Apr-10 7:12
Jeni Engels21-Apr-10 7:12 
AnswerRe: Split Vb net program that update sql database into front and back end programs Pin
EliottA21-Apr-10 8:12
EliottA21-Apr-10 8:12 
AnswerRe: Split Vb net program that update sql database into front and back end programs Pin
DaveAuld21-Apr-10 8:35
professionalDaveAuld21-Apr-10 8:35 
QuestionVBA and MS Outlook Calendar... Pin
new_phoenix20-Apr-10 15:32
new_phoenix20-Apr-10 15:32 
AnswerRe: VBA and MS Outlook Calendar... Pin
RCoate20-Apr-10 18:50
RCoate20-Apr-10 18:50 
QuestionPopulating the Treeview control in VB Pin
ratbags20-Apr-10 2:56
ratbags20-Apr-10 2:56 
AnswerRe: Populating the Treeview control in VB Pin
DaveAuld20-Apr-10 3:18
professionalDaveAuld20-Apr-10 3:18 
GeneralRe: Populating the Treeview control in VB Pin
ratbags20-Apr-10 3:38
ratbags20-Apr-10 3:38 
GeneralRe: Populating the Treeview control in VB Pin
DaveAuld20-Apr-10 3:46
professionalDaveAuld20-Apr-10 3:46 
GeneralRe: Populating the Treeview control in VB Pin
ratbags20-Apr-10 6:36
ratbags20-Apr-10 6:36 
GeneralRe: Populating the Treeview control in VB Pin
DaveAuld20-Apr-10 8:20
professionalDaveAuld20-Apr-10 8:20 
GeneralRe: Populating the Treeview control in VB Pin
ratbags20-Apr-10 10:02
ratbags20-Apr-10 10:02 
GeneralRe: Populating the Treeview control in VB Pin
DaveAuld20-Apr-10 19:15
professionalDaveAuld20-Apr-10 19:15 
GeneralRe: Populating the Treeview control in VB Pin
ratbags20-Apr-10 21:46
ratbags20-Apr-10 21:46 
GeneralRe: Populating the Treeview control in VB Pin
DaveAuld20-Apr-10 21:53
professionalDaveAuld20-Apr-10 21:53 

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.