Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionExcel 2007 - Columns setting problem Pin
prashant pissey1-Jun-07 2:09
prashant pissey1-Jun-07 2:09 
QuestionSomething strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 1:40
professionalMarcus J. Smith1-Jun-07 1:40 
AnswerRe: Something strange with DataGridView bound textboxes value submission... Pin
kubben1-Jun-07 3:22
kubben1-Jun-07 3:22 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 3:33
professionalMarcus J. Smith1-Jun-07 3:33 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
kubben1-Jun-07 3:44
kubben1-Jun-07 3:44 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 3:52
professionalMarcus J. Smith1-Jun-07 3:52 
GeneralRe: Something strange with DataGridView bound textboxes value submission... Pin
Marcus J. Smith1-Jun-07 4:19
professionalMarcus J. Smith1-Jun-07 4:19 
Questiontextboxes in datagridview Pin
Sonia Gupta1-Jun-07 1:25
Sonia Gupta1-Jun-07 1:25 
can i add textboxes only in the first cell of datagridview?
I have four rows in the datagriddview.


I am using the following code

Private Sub dg1_CellClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles dg1.CellClick<br />
If (e.ColumnIndex = 2) Then<br />
TextBox1.Visible = True<br />
TextBox1.Left = 42<br />
TextBox1.Top = 19 * (Me.dg1.CurrentCell.RowIndex + 1)<br />
<br />
TextBox1.Height = dg1.CurrentRow.Cells(0).Size.Height<br />
TextBox1.Width = dg1.CurrentRow.Cells(0).Size.Width<br />
End If<br />
End Sub


as the row index increases , the coordinates flaws increases.
AnswerRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:35
Rupesh Kumar Swami1-Jun-07 1:35 
GeneralRe: textboxes in datagridview Pin
Sonia Gupta1-Jun-07 1:41
Sonia Gupta1-Jun-07 1:41 
GeneralRe: textboxes in datagridview Pin
Rupesh Kumar Swami1-Jun-07 1:49
Rupesh Kumar Swami1-Jun-07 1:49 
QuestionDatagrid Pin
zareee1-Jun-07 1:01
zareee1-Jun-07 1:01 
AnswerRe: Datagrid Pin
Rupesh Kumar Swami1-Jun-07 1:06
Rupesh Kumar Swami1-Jun-07 1:06 
GeneralRe: Datagrid Pin
zareee1-Jun-07 19:44
zareee1-Jun-07 19:44 
QuestionHow can i use thread... Pin
koolprasad20031-Jun-07 0:44
professionalkoolprasad20031-Jun-07 0:44 
AnswerRe: How can i use thread... Pin
Christian Graus1-Jun-07 0:53
protectorChristian Graus1-Jun-07 0:53 
GeneralRe: How can i use thread... Pin
koolprasad20031-Jun-07 2:15
professionalkoolprasad20031-Jun-07 2:15 
QuestionMSWORD Making one word bold in a table cell. Pin
ips_sun1-Jun-07 0:16
ips_sun1-Jun-07 0:16 
Questionthread Pin
WhiteGirl231-Jun-07 0:13
WhiteGirl231-Jun-07 0:13 
AnswerRe: thread Pin
Christian Graus1-Jun-07 0:18
protectorChristian Graus1-Jun-07 0:18 
AnswerRe: thread Pin
Sonia Gupta1-Jun-07 0:19
Sonia Gupta1-Jun-07 0:19 
Questionhow to display packedDIB format image to picture box in VB 6 Pin
AR Reddy1-Jun-07 0:12
AR Reddy1-Jun-07 0:12 
AnswerRe: how to display packedDIB format image to picture box in VB 6 Pin
ips_sun3-Jun-07 18:28
ips_sun3-Jun-07 18:28 
QuestionIs there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Billypon1-Jun-07 0:09
Billypon1-Jun-07 0:09 
AnswerRe: Is there anybody could tell me how to read/write data from/to USB Serial by Visual Basic Pin
Dave Kreskowiak1-Jun-07 3:56
mveDave Kreskowiak1-Jun-07 3:56 

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.