Click here to Skip to main content
15,915,160 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRuntime Error Pin
24-Sep-05 21:56
suss24-Sep-05 21:56 
QuestionIPC Pin
kaln24-Sep-05 21:05
kaln24-Sep-05 21:05 
Questionsockets!! Pin
ecentinela24-Sep-05 11:02
ecentinela24-Sep-05 11:02 
QuestionVedio Stream from TV Tuner Pin
shoaibnawaz24-Sep-05 10:52
shoaibnawaz24-Sep-05 10:52 
QuestionUsing a combobox with a datagrid Pin
amber_BC24-Sep-05 9:31
amber_BC24-Sep-05 9:31 
AnswerRe: Using a combobox with a datagrid Pin
rwestgraham24-Sep-05 10:03
rwestgraham24-Sep-05 10:03 
QuestionRe: Using a combobox with a datagrid Pin
amber_BC24-Sep-05 10:19
amber_BC24-Sep-05 10:19 
AnswerRe: Using a combobox with a datagrid Pin
rwestgraham24-Sep-05 11:02
rwestgraham24-Sep-05 11:02 
I've never actually done this - embed controls in a DataGrid. So someone else can probably give you a better answer. But what I think you need to do is first get the column and Row numbers corresponding to the cell with the combobox. You can do this from the DataGrid.CurrentCell.RowNumber and DataGrid.CurrentCell.ColumnNumber.

Then you translate those numbers into the specific datacolumn and datarow position in the DataSet your Grid uses. I say "translate" because you may not be showing all columns in the DataSet in your grid, etc. Then you update that value in the actual DataSet.

At least I think that works - again, I've never actually added a combobox to a DataGrid.
Questioncrystal report Pin
daneshmand24-Sep-05 5:54
daneshmand24-Sep-05 5:54 
AnswerRe: crystal report Pin
shoaibnawaz24-Sep-05 10:16
shoaibnawaz24-Sep-05 10:16 
Questionput a control into a combobox Pin
mostafa_h24-Sep-05 4:01
mostafa_h24-Sep-05 4:01 
AnswerRe: put a control into a combobox Pin
Dave Kreskowiak25-Sep-05 1:50
mveDave Kreskowiak25-Sep-05 1:50 
GeneralRe: put a control into a combobox Pin
mostafa_h25-Sep-05 3:32
mostafa_h25-Sep-05 3:32 
GeneralRe: put a control into a combobox Pin
Dave Kreskowiak26-Sep-05 1:26
mveDave Kreskowiak26-Sep-05 1:26 
QuestionAutoNumber Field of Access Database Pin
shoaibnawaz24-Sep-05 2:44
shoaibnawaz24-Sep-05 2:44 
AnswerRe: AutoNumber Field of Access Database Pin
Dave Kreskowiak24-Sep-05 3:18
mveDave Kreskowiak24-Sep-05 3:18 
GeneralRe: AutoNumber Field of Access Database Pin
Alsvha24-Sep-05 8:54
Alsvha24-Sep-05 8:54 
GeneralRe: AutoNumber Field of Access Database Pin
Dave Kreskowiak24-Sep-05 15:54
mveDave Kreskowiak24-Sep-05 15:54 
GeneralRe: AutoNumber Field of Access Database Pin
Alsvha24-Sep-05 19:11
Alsvha24-Sep-05 19:11 
GeneralRe: AutoNumber Field of Access Database Pin
Dave Kreskowiak25-Sep-05 1:41
mveDave Kreskowiak25-Sep-05 1:41 
Questiontrap mouse events Pin
Member 229518124-Sep-05 2:43
Member 229518124-Sep-05 2:43 
AnswerRe: trap mouse events Pin
Dave Kreskowiak24-Sep-05 3:16
mveDave Kreskowiak24-Sep-05 3:16 
JokeRe: trap mouse events Pin
Daniel Grunwald24-Sep-05 10:23
Daniel Grunwald24-Sep-05 10:23 
GeneralRe: trap mouse events Pin
Dave Kreskowiak24-Sep-05 15:53
mveDave Kreskowiak24-Sep-05 15:53 
QuestionTab function Pin
Zealot34524-Sep-05 2:19
Zealot34524-Sep-05 2:19 

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.