Click here to Skip to main content
15,914,820 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Is VB.net platform independent or not? Pin
Christian Graus31-May-07 20:04
protectorChristian Graus31-May-07 20:04 
AnswerRe: Is VB.net platform independent or not? Pin
Steven J Jowett31-May-07 23:45
Steven J Jowett31-May-07 23:45 
AnswerRe: Is VB.net platform independent or not? Pin
Dave Kreskowiak1-Jun-07 3:39
mveDave Kreskowiak1-Jun-07 3:39 
Questionadding textbox in the datagridview Pin
Sonia Gupta31-May-07 18:59
Sonia Gupta31-May-07 18:59 
AnswerRe: adding textbox in the datagridview Pin
Billypon31-May-07 22:12
Billypon31-May-07 22:12 
QuestionRe: adding textbox in the datagridview Pin
Sonia Gupta31-May-07 22:32
Sonia Gupta31-May-07 22:32 
AnswerRe: adding textbox in the datagridview Pin
Xandip31-May-07 23:14
Xandip31-May-07 23:14 
QuestionRe: adding textbox in the datagridview Pin
Sonia Gupta1-Jun-07 0:14
Sonia Gupta1-Jun-07 0:14 
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.
Questionadding images in the datagridview Pin
Sonia Gupta31-May-07 18:53
Sonia Gupta31-May-07 18:53 
AnswerRe: adding images in the datagridview Pin
Christian Graus31-May-07 20:06
protectorChristian Graus31-May-07 20:06 
QuestionRe: adding images in the datagridview Pin
Sonia Gupta31-May-07 20:16
Sonia Gupta31-May-07 20:16 
AnswerRe: adding images in the datagridview Pin
Christian Graus31-May-07 20:38
protectorChristian Graus31-May-07 20:38 
GeneralDetect size of error log and start a new one Pin
Psycho-*Coder*-Extreme31-May-07 16:35
Psycho-*Coder*-Extreme31-May-07 16:35 
GeneralRe: Detect size of error log and start a new one Pin
Johan Hakkesteegt1-Jun-07 0:54
Johan Hakkesteegt1-Jun-07 0:54 
GeneralRe: Detect size of error log and start a new one Pin
Psycho-*Coder*-Extreme1-Jun-07 2:08
Psycho-*Coder*-Extreme1-Jun-07 2:08 
GeneralRe: Detect size of error log and start a new one Pin
Johan Hakkesteegt1-Jun-07 3:41
Johan Hakkesteegt1-Jun-07 3:41 
QuestionRegarding Text to speech in Hindi Pin
jatin288231-May-07 16:01
jatin288231-May-07 16:01 
AnswerRe: Regarding Text to speech in Hindi Pin
Sathesh Sakthivel31-May-07 16:07
Sathesh Sakthivel31-May-07 16:07 
GeneralRe: Regarding Text to speech in Hindi Pin
jatin288231-May-07 17:43
jatin288231-May-07 17:43 
GeneralRe: Regarding Text to speech in Hindi Pin
Sathesh Sakthivel31-May-07 18:01
Sathesh Sakthivel31-May-07 18:01 
AnswerRe: Regarding Text to speech in Hindi Pin
Christian Graus31-May-07 16:27
protectorChristian Graus31-May-07 16:27 
GeneralRe: Regarding Text to speech in Hindi Pin
jatin288231-May-07 17:41
jatin288231-May-07 17:41 
GeneralRe: Regarding Text to speech in Hindi Pin
Christian Graus31-May-07 18:17
protectorChristian Graus31-May-07 18:17 
GeneralRe: Regarding Text to speech in Hindi Pin
jatin288231-May-07 18:50
jatin288231-May-07 18:50 
GeneralRe: Regarding Text to speech in Hindi Pin
Christian Graus31-May-07 20:07
protectorChristian Graus31-May-07 20:07 

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.