Click here to Skip to main content
15,910,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: Property in custom control inserts unnecessary lines in designer code Pin
jbrammeier13-Feb-09 10:47
jbrammeier13-Feb-09 10:47 
GeneralRe: Property in custom control inserts unnecessary lines in designer code Pin
DaveyM6913-Feb-09 23:48
professionalDaveyM6913-Feb-09 23:48 
QuestionHow to add wmp.ocx file to toolbox? Pin
Sokka9313-Feb-09 5:16
Sokka9313-Feb-09 5:16 
AnswerRe: How to add wmp.ocx file to toolbox? Pin
Sokka9314-Feb-09 4:16
Sokka9314-Feb-09 4:16 
QuestionGet Datagrid handle and get invidual cells handles Pin
Brian Garnica13-Feb-09 4:45
Brian Garnica13-Feb-09 4:45 
AnswerRe: Get Datagrid handle and get invidual cells handles Pin
Henry Minute13-Feb-09 5:38
Henry Minute13-Feb-09 5:38 
GeneralRe: Get Datagrid handle and get invidual cells handles Pin
Brian Garnica13-Feb-09 6:07
Brian Garnica13-Feb-09 6:07 
GeneralRe: Get Datagrid handle and get invidual cells handles Pin
Henry Minute13-Feb-09 6:34
Henry Minute13-Feb-09 6:34 
Member 3324037 wrote:
Oh. Sorry for my english. I'm not too expierenced with it


Do not apologize for your English, it is fine.

If it is the case that you are expecting strHijos to be filled with the handles for the cells of the datagrid, I believe you are destined for disappointment. GetChildWindows is returning the only child window of the grid, its scrollbar, since this is the only thing that has a handle.

I believe, although I could be wrong, that the grid controls do not create a window for each cell, they just draw a cell-shaped representation at the place where each cell should be.

For your future reference, if your first message had been like this one I'm sure that you would have had a more helpful reply than I am able to give here. Also, although I don't think it makes a difference in this case, you should make it clear if you are using a DataGrid or a DataGridView.

Hopefully, someone will be able to come up with an idea to help you.

Good luck!. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: Get Datagrid handle and get invidual cells handles Pin
Brian Garnica13-Feb-09 6:49
Brian Garnica13-Feb-09 6:49 
QuestionEvents Pin
CodingYoshi13-Feb-09 4:37
CodingYoshi13-Feb-09 4:37 
AnswerRe: Events Pin
Calin Tatar13-Feb-09 4:50
Calin Tatar13-Feb-09 4:50 
GeneralRe: Events Pin
Calin Tatar13-Feb-09 4:51
Calin Tatar13-Feb-09 4:51 
AnswerRe: Events Pin
CodingYoshi13-Feb-09 8:05
CodingYoshi13-Feb-09 8:05 
QuestionListView row background colour? Pin
kanchoette13-Feb-09 4:35
kanchoette13-Feb-09 4:35 
AnswerRe: ListView row background colour? Pin
musefan13-Feb-09 4:39
musefan13-Feb-09 4:39 
QuestionExtracting Icons from registry Pin
satsumatable13-Feb-09 4:06
satsumatable13-Feb-09 4:06 
AnswerRe: Extracting Icons from registry Pin
Calin Tatar13-Feb-09 4:54
Calin Tatar13-Feb-09 4:54 
QuestionAdding Calendar picker to a datagrid view Pin
Muammar©13-Feb-09 4:02
Muammar©13-Feb-09 4:02 
AnswerRe: Adding Calendar picker to a datagrid view Pin
vaghelabhavesh13-Feb-09 4:27
vaghelabhavesh13-Feb-09 4:27 
Questionhow to create the web config file? Pin
DEAR FRIENDS13-Feb-09 3:52
DEAR FRIENDS13-Feb-09 3:52 
AnswerRe: how to create the web config file? Pin
EliottA13-Feb-09 3:54
EliottA13-Feb-09 3:54 
AnswerRe: how to create the web config file? Pin
Calin Tatar13-Feb-09 3:54
Calin Tatar13-Feb-09 3:54 
AnswerRe: how to create the web config file? Pin
vaghelabhavesh13-Feb-09 3:58
vaghelabhavesh13-Feb-09 3:58 
QuestionCreate a XML file from Doc.txt Pin
abbd13-Feb-09 3:40
abbd13-Feb-09 3:40 
AnswerRe: Create a XML file from Doc.txt Pin
Calin Tatar13-Feb-09 3:52
Calin Tatar13-Feb-09 3:52 

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.