Click here to Skip to main content
15,922,574 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Datagrid vscrollbar mouse events. Pin
Alexander Pokisluk24-May-06 1:55
Alexander Pokisluk24-May-06 1:55 
AnswerRe: Datagrid vscrollbar mouse events. Pin
space_doggy24-May-06 12:09
space_doggy24-May-06 12:09 
QuestionIL Code to DLL Pin
Gedrain22-May-06 10:24
Gedrain22-May-06 10:24 
AnswerRe: IL Code to DLL Pin
Ed.Poore23-May-06 8:09
Ed.Poore23-May-06 8:09 
AnswerRe: IL Code to DLL Pin
Eric Dahlvang23-May-06 10:05
Eric Dahlvang23-May-06 10:05 
GeneralRe: IL Code to DLL Pin
Gedrain23-May-06 11:42
Gedrain23-May-06 11:42 
Questiontextbox Pin
locaas22-May-06 1:20
locaas22-May-06 1:20 
AnswerRe: textbox Pin
Rabbit1722-May-06 6:26
Rabbit1722-May-06 6:26 
As for the textBox, assign it a location as a point:
this.TextBox.Location = new System.Drawing.Point(20, 150);

As for reading a column and row, first I'd fill a dataSet with it. Once you've put it in a DataSet then:
string text = dataSet.Tables[0].Rows[3][4].ToString();
//row first, then column

RABB17
"Even in my Dreams I see the flashing of my cursor."
Questionolap access rights using .Net Pin
sohne21-May-06 20:36
sohne21-May-06 20:36 
QuestionGDI+ Graphics question... [modified] Pin
new_phoenix20-May-06 13:18
new_phoenix20-May-06 13:18 
AnswerRe: GDI+ Graphics question... [modified] Pin
Ed.Poore21-May-06 12:00
Ed.Poore21-May-06 12:00 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix22-May-06 13:37
new_phoenix22-May-06 13:37 
GeneralRe: GDI+ Graphics question... [modified] Pin
Ed.Poore23-May-06 5:13
Ed.Poore23-May-06 5:13 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix25-May-06 13:17
new_phoenix25-May-06 13:17 
AnswerRe: GDI+ Graphics question... [modified] Pin
alexey N22-May-06 0:34
alexey N22-May-06 0:34 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix22-May-06 13:36
new_phoenix22-May-06 13:36 
GeneralRe: GDI+ Graphics question... [modified] Pin
alexey N22-May-06 17:25
alexey N22-May-06 17:25 
GeneralRe: GDI+ Graphics question... [modified] Pin
new_phoenix25-May-06 13:19
new_phoenix25-May-06 13:19 
QuestionCommand link Pin
rsenk320-May-06 9:35
rsenk320-May-06 9:35 
AnswerRe: Command link Pin
Ed.Poore21-May-06 12:03
Ed.Poore21-May-06 12:03 
Questionwhat is new in dot net 2005 Pin
DotnetRafi20-May-06 2:03
DotnetRafi20-May-06 2:03 
AnswerRe: what is new in dot net 2005 Pin
Ed.Poore21-May-06 12:06
Ed.Poore21-May-06 12:06 
GeneralRe: what is new in dot net 2005 Pin
Kevin McFarlane21-May-06 12:14
Kevin McFarlane21-May-06 12:14 
GeneralRe: what is new in dot net 2005 Pin
Ed.Poore21-May-06 20:42
Ed.Poore21-May-06 20:42 
GeneralRe: what is new in dot net 2005 Pin
Paul Conrad22-May-06 6:00
professionalPaul Conrad22-May-06 6:00 

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.