Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to see duplicate records Pin
CPallini29-Mar-07 21:34
mveCPallini29-Mar-07 21:34 
GeneralRe: How to see duplicate records Pin
Test27030729-Mar-07 22:25
Test27030729-Mar-07 22:25 
GeneralRe: How to see duplicate records Pin
Russell Jones29-Mar-07 23:22
Russell Jones29-Mar-07 23:22 
QuestionDLL Calling Pin
Stigmurder29-Mar-07 19:49
Stigmurder29-Mar-07 19:49 
AnswerRe: DLL Calling Pin
Tirthadip29-Mar-07 20:10
Tirthadip29-Mar-07 20:10 
QuestionExtend NameValueCollection Class Pin
SakthiSurya29-Mar-07 19:39
SakthiSurya29-Mar-07 19:39 
AnswerRe: Extend NameValueCollection Class Pin
Colin Angus Mackay29-Mar-07 21:04
Colin Angus Mackay29-Mar-07 21:04 
QuestionMultiple controls in a single DataGridView cell? Pin
nathan729-Mar-07 19:27
nathan729-Mar-07 19:27 
Hi, I need to put a text box and button within a single DataGridView cell, the user should be able to edit the text or click the button which brings out another dialog. But I am not going to use PropertyGrid, use DataGridView only,

use C#



_________________
text |button|



this is a single cell, user can click the text to modify it, or click the button



I've tried to modify the calender picker example in microsoft.com, but somehow didn't work out, the user cannot edit the text... I think the once I added customized control to derived class from DataGridViewTextBoxCell, the DataGridViewTextBoxCell doesn't allow user to interact with it, instead, user interact with the customized control (eg: CalendarEditingControl). Since button doesn't have a edit area by default, so the user cannot click and edit. Any idea to solve this? Or other method to achieve this?



Thanks!



Nathan
QuestionService with monitor/control application... Pin
cjlambre29-Mar-07 19:10
cjlambre29-Mar-07 19:10 
AnswerRe: Service with monitor/control application... Pin
Russell Jones29-Mar-07 23:38
Russell Jones29-Mar-07 23:38 
GeneralRe: Service with monitor/control application... Pin
cjlambre30-Mar-07 10:57
cjlambre30-Mar-07 10:57 
QuestionSocket Programming [modified] Pin
Rahul Babu29-Mar-07 18:29
Rahul Babu29-Mar-07 18:29 
AnswerRe: Socket Programming Pin
Sendilkumar.M29-Mar-07 19:01
Sendilkumar.M29-Mar-07 19:01 
GeneralRe: Socket Programming Pin
Rahul Babu29-Mar-07 19:32
Rahul Babu29-Mar-07 19:32 
GeneralRe: Socket Programming Pin
Colin Angus Mackay29-Mar-07 21:06
Colin Angus Mackay29-Mar-07 21:06 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:39
Sendilkumar.M30-Mar-07 1:39 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:41
Sendilkumar.M30-Mar-07 1:41 
QuestionMerging C++ and C# Pin
vivram29-Mar-07 18:07
vivram29-Mar-07 18:07 
AnswerRe: Merging C++ and C# Pin
N a v a n e e t h29-Mar-07 18:12
N a v a n e e t h29-Mar-07 18:12 
GeneralRe: Merging C++ and C# Pin
vivram29-Mar-07 18:33
vivram29-Mar-07 18:33 
QuestionWindow Z-order Pin
gauntalus29-Mar-07 17:44
gauntalus29-Mar-07 17:44 
QuestionHow can I check if a string is numeric before actually converting it to a number? [modified] Pin
cateyes9929-Mar-07 17:03
cateyes9929-Mar-07 17:03 
AnswerRe: Can I check if a string is numeric before actually converting it? Pin
Christian Graus29-Mar-07 17:13
protectorChristian Graus29-Mar-07 17:13 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
cateyes9929-Mar-07 17:41
cateyes9929-Mar-07 17:41 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
mav.northwind29-Mar-07 19:15
mav.northwind29-Mar-07 19:15 

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.