Click here to Skip to main content
16,009,584 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading Hieght and Width From Image File without opening Pin
Nader Elshehabi13-Sep-06 7:46
Nader Elshehabi13-Sep-06 7:46 
QuestionProgrammatically Launch ClickOnce Application Pin
Brady Kelly13-Sep-06 3:29
Brady Kelly13-Sep-06 3:29 
AnswerRe: Programmatically Launch ClickOnce Application Pin
rajkumarsingh_85@yahoo.com14-May-12 21:41
rajkumarsingh_85@yahoo.com14-May-12 21:41 
QuestionBasic of Few Object Oriented Programming Concept Pin
Shantanu.Patel13-Sep-06 3:04
Shantanu.Patel13-Sep-06 3:04 
AnswerRe: Basic of Few Object Oriented Programming Concept Pin
led mike13-Sep-06 4:43
led mike13-Sep-06 4:43 
QuestionInhnacements in VS.net 2005 over 2003 Pin
devbrat13-Sep-06 2:53
devbrat13-Sep-06 2:53 
AnswerRe: Inhnacements in VS.net 2005 over 2003 Pin
Stefan Troschuetz13-Sep-06 3:09
Stefan Troschuetz13-Sep-06 3:09 
QuestionDataGridViewComboBoxColumn Pin
sebastianos13-Sep-06 2:49
sebastianos13-Sep-06 2:49 
I am using the DataGridView control in a WinForm. (Visual Studio 2005)
One of the columns is of this type:

DataGridViewComboBoxColumn
cbo = new DataGridViewComboBoxColumn();
cbo.DataSource = dt; //DataTable
cbo.DisplayMember = "User";
cbo.ValueMember = "IDUser";
dataGridView1.Columns.Insert(0, cbo);

Now, How to I can access to the properties of each comboBox? (SelectIndex, SelectValue, SelectText, ...)
The FindControl() method is only available in web applications.

Thanks and sorry for my english.
QuestionI want to 'File.open' an URL but i can't, and i don't know what to do Pin
Anthony Mushrow13-Sep-06 2:09
professionalAnthony Mushrow13-Sep-06 2:09 
AnswerRe: I want to 'File.open' an URL but i can't, and i don't know what to do Pin
Guffa13-Sep-06 2:17
Guffa13-Sep-06 2:17 
GeneralRe: I want to 'File.open' an URL but i can't, and i don't know what to do Pin
Anthony Mushrow13-Sep-06 2:53
professionalAnthony Mushrow13-Sep-06 2:53 
AnswerRe: I want to 'File.open' an URL but i can't, and i don't know what to do Pin
Guffa13-Sep-06 8:50
Guffa13-Sep-06 8:50 
QuestionHow to create a map Pin
Yustme13-Sep-06 1:17
Yustme13-Sep-06 1:17 
GeneralRe: How to create a map Pin
Guffa13-Sep-06 1:24
Guffa13-Sep-06 1:24 
GeneralRe: How to create a map Pin
Yustme13-Sep-06 4:21
Yustme13-Sep-06 4:21 
GeneralRe: How to create a map Pin
mav.northwind13-Sep-06 4:54
mav.northwind13-Sep-06 4:54 
GeneralRe: How to create a map Pin
Yustme13-Sep-06 6:17
Yustme13-Sep-06 6:17 
QuestionGeneric control for ASP.NEtT,PHP,ASP3.0 Pin
Kamran Younus13-Sep-06 1:13
Kamran Younus13-Sep-06 1:13 
GeneralRe: Generic control for ASP.NEtT,PHP,ASP3.0 Pin
Guffa13-Sep-06 1:43
Guffa13-Sep-06 1:43 
Questionhow can i post parameters to a web page ? Pin
B.A13-Sep-06 0:18
B.A13-Sep-06 0:18 
AnswerRe: how can i post parameters to a web page ? Pin
Guffa13-Sep-06 2:20
Guffa13-Sep-06 2:20 
QuestionAutomatically updated picture Pin
ErikZ13-Sep-06 0:03
ErikZ13-Sep-06 0:03 
AnswerRe: Automatically updated picture Pin
Nader Elshehabi13-Sep-06 5:57
Nader Elshehabi13-Sep-06 5:57 
GeneralRe: Automatically updated picture Pin
ErikZ13-Sep-06 23:36
ErikZ13-Sep-06 23:36 
GeneralRe: Automatically updated picture Pin
Nader Elshehabi14-Sep-06 1:49
Nader Elshehabi14-Sep-06 1:49 

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.