Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Where is my mistake in SQL Pin
Dave Kreskowiak25-Dec-10 18:55
mveDave Kreskowiak25-Dec-10 18:55 
QuestionCustom icon on an executable compiled with VBCodeProvider? [Solved] Pin
Saul Johnson22-Dec-10 5:54
Saul Johnson22-Dec-10 5:54 
AnswerRe: Custom icon on an executable compiled with VBCodeProvider? Pin
Eddy Vluggen25-Dec-10 8:04
professionalEddy Vluggen25-Dec-10 8:04 
GeneralRe: Custom icon on an executable compiled with VBCodeProvider? Pin
Saul Johnson25-Dec-10 11:32
Saul Johnson25-Dec-10 11:32 
GeneralRe: Custom icon on an executable compiled with VBCodeProvider? Pin
Eddy Vluggen25-Dec-10 12:18
professionalEddy Vluggen25-Dec-10 12:18 
QuestionWord 2007 open xml Pin
B Mac Gregor22-Dec-10 3:35
B Mac Gregor22-Dec-10 3:35 
AnswerRe: Word 2007 open xml Pin
Eddy Vluggen25-Dec-10 8:02
professionalEddy Vluggen25-Dec-10 8:02 
QuestionDataGridView's Cell as Multiline Vb.Net 2008 Pin
Paramu197322-Dec-10 0:55
Paramu197322-Dec-10 0:55 
Hi
I want to enable the DataGridView's particular cell as multiline...
and accordingly the rows width has to increase automatically...

Does anybody have idea about it?

Thanks For The Ideas...


My Codings:-
------------
Dim MyDtb1 As New DataTable,NRow as DataRow
MyDtb1.Columns.Add("one", Type.GetType("System.String"))
MyDtb1.Columns.Add("two", Type.GetType("System.String"))
MyDtb1.Columns.Add("three", Type.GetType("System.String"))

For p As Integer = 0 To 20
Drow = MyDtb1.NewRow
MyDtb1.Rows.Add(Drow)
Next

DataGridView1.DataSource = MyDtb1


Suppose particular cell, my user need to entry multiple lines..
I don't know which event can do...and where to include...
my expectation is like....


If DataGridView1.CurrentCell.RowIndex = 12 And DataGridView1.CurrentCell.ColumnIndex = 1 Then
??????????????
????????

End If

Thanks
AnswerRe: DataGridView's Cell as Multiline Vb.Net 2008 Pin
dan!sh 22-Dec-10 3:12
professional dan!sh 22-Dec-10 3:12 
GeneralRe: DataGridView's Cell as Multiline Vb.Net 2008 Pin
Paramu197322-Dec-10 20:15
Paramu197322-Dec-10 20:15 
QuestionGetting filename of current window/application [SOLVED] Pin
Yance Lawang21-Dec-10 23:32
Yance Lawang21-Dec-10 23:32 
AnswerRe: Getting filename of current window/application Pin
Eddy Vluggen22-Dec-10 0:37
professionalEddy Vluggen22-Dec-10 0:37 
AnswerRe: Getting filename of current window/application Pin
Dave Kreskowiak22-Dec-10 2:17
mveDave Kreskowiak22-Dec-10 2:17 
GeneralRe: Getting filename of current window/application Pin
Yance Lawang22-Dec-10 3:59
Yance Lawang22-Dec-10 3:59 
GeneralRe: Getting filename of current window/application Pin
Dave Kreskowiak22-Dec-10 7:50
mveDave Kreskowiak22-Dec-10 7:50 
GeneralRe: Getting filename of current window/application Pin
Yance Lawang23-Dec-10 3:05
Yance Lawang23-Dec-10 3:05 
QuestionCheck Box Problem Pin
Leinad_3021-Dec-10 12:11
Leinad_3021-Dec-10 12:11 
AnswerRe: Check Box Problem Pin
Luc Pattyn21-Dec-10 12:25
sitebuilderLuc Pattyn21-Dec-10 12:25 
AnswerRe: Check Box Problem Pin
Dr.Walt Fair, PE21-Dec-10 15:56
professionalDr.Walt Fair, PE21-Dec-10 15:56 
AnswerRe: Check Box Problem Pin
Dave Kreskowiak21-Dec-10 18:18
mveDave Kreskowiak21-Dec-10 18:18 
QuestionInsert data to database tables [modified] Pin
ivo7521-Dec-10 8:21
ivo7521-Dec-10 8:21 
AnswerRe: Insert data to database tables Pin
phil.o21-Dec-10 9:03
professionalphil.o21-Dec-10 9:03 
AnswerRe: Insert data to database tables Pin
Eddy Vluggen21-Dec-10 9:22
professionalEddy Vluggen21-Dec-10 9:22 
GeneralRe: Insert data to database tables Pin
ivo7521-Dec-10 9:37
ivo7521-Dec-10 9:37 
GeneralRe: Insert data to database tables Pin
Eddy Vluggen22-Dec-10 0:32
professionalEddy Vluggen22-Dec-10 0:32 

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.