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

Visual Basic

 
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 
Questionadding images in the datagridview Pin
Sonia Gupta31-May-07 18:53
Sonia Gupta31-May-07 18:53 
i was trying to add an image in the datagridview
i am using the following code

Dim column As DataGridViewColumn = New DataGridViewImageColumn<br />
        column.HeaderText = "Image"<br />
        dg1.Columns.Add(column)<br />
        For count As Integer = 0 To dg1.RowCount - 1<br />
            dg1.Rows(count).Cells(2).Value = Application.StartupPath & "\untitled.jpg"<br />
        Next

I am doing right ??????????????????
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 
GeneralRe: Regarding Text to speech in Hindi Pin
jatin28821-Jun-07 4:50
jatin28821-Jun-07 4:50 

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.