Click here to Skip to main content
16,005,552 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: [.net] Rich Text Box Font Size Pin
Dave Kreskowiak27-Sep-06 13:41
mveDave Kreskowiak27-Sep-06 13:41 
GeneralRe: [.net] Rich Text Box Font Size Pin
bamnet27-Sep-06 14:53
bamnet27-Sep-06 14:53 
GeneralRe: [.net] Rich Text Box Font Size Pin
Dave Kreskowiak27-Sep-06 17:26
mveDave Kreskowiak27-Sep-06 17:26 
QuestionChange backcolor of column in datagridview Pin
rajkaty27-Sep-06 5:40
rajkaty27-Sep-06 5:40 
AnswerRe: Change backcolor of column in datagridview Pin
Dave Kreskowiak27-Sep-06 8:36
mveDave Kreskowiak27-Sep-06 8:36 
GeneralRe: Change backcolor of column in datagridview Pin
rajkaty28-Sep-06 9:43
rajkaty28-Sep-06 9:43 
GeneralRe: Change backcolor of column in datagridview Pin
Dave Kreskowiak28-Sep-06 14:46
mveDave Kreskowiak28-Sep-06 14:46 
QuestionDataGridView Scrolling Pin
Are Jay27-Sep-06 4:32
Are Jay27-Sep-06 4:32 
I have 2 DataGridView and I need them to scroll together. The first DataGridView has Scrollbars set to none and the second DataGridView is only displaying the Vertical scrollbar. I need the Sync. the second DataGridView's vertical scrollbar to move the first DataGridView's vertical position.

Private Sub _Scrolling(ByVal sender As Object, ByVal e As System.Windows.Forms.ScrollEventArgs)<br />
Dim g As DataGridView = CType(Me.MainTabControl.Controls.Find("Employee_times", True)(0), DataGridView)<br />
    ' need help tranfering the event to the first DataGridView<br />
End Sub


Thanks.
AnswerRe: DataGridView Scrolling Pin
Dave Kreskowiak27-Sep-06 5:41
mveDave Kreskowiak27-Sep-06 5:41 
GeneralRe: DataGridView Scrolling Pin
Are Jay27-Sep-06 6:36
Are Jay27-Sep-06 6:36 
QuestionNotify application Pin
rcyril27-Sep-06 3:54
rcyril27-Sep-06 3:54 
AnswerRe: Notify application Pin
Dave Kreskowiak27-Sep-06 5:33
mveDave Kreskowiak27-Sep-06 5:33 
QuestionAPI Pin
samira forooghi27-Sep-06 3:44
samira forooghi27-Sep-06 3:44 
AnswerRe: API Pin
Dave Kreskowiak27-Sep-06 5:28
mveDave Kreskowiak27-Sep-06 5:28 
QuestionSorting Treeview nodes in VB 2005 Pin
IainM127-Sep-06 3:11
IainM127-Sep-06 3:11 
AnswerRe: Sorting Treeview nodes in VB 2005 Pin
Dave Kreskowiak27-Sep-06 8:58
mveDave Kreskowiak27-Sep-06 8:58 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
IainM128-Sep-06 0:23
IainM128-Sep-06 0:23 
GeneralRe: Sorting Treeview nodes in VB 2005 Pin
Dave Kreskowiak28-Sep-06 2:07
mveDave Kreskowiak28-Sep-06 2:07 
QuestionData Environment Pin
Mphatso Nkando27-Sep-06 0:04
Mphatso Nkando27-Sep-06 0:04 
AnswerRe: Data Environment Pin
Dave Kreskowiak27-Sep-06 9:04
mveDave Kreskowiak27-Sep-06 9:04 
Questionhow to automate selection of radio buttons using vb.net Pin
k_satish26-Sep-06 23:44
k_satish26-Sep-06 23:44 
QuestionPlease help Pin
minniemooo26-Sep-06 23:33
minniemooo26-Sep-06 23:33 
AnswerRe: Please help Pin
jhoga27-Sep-06 5:19
jhoga27-Sep-06 5:19 
Questionproblem with serial port and cross threads Pin
Rey999926-Sep-06 23:08
Rey999926-Sep-06 23:08 
AnswerRe: problem with serial port and cross threads Pin
Rey999926-Sep-06 23:44
Rey999926-Sep-06 23:44 

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.