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

C#

 
GeneralRe: Problem with DOTNET RCW (Runtime Callable Wrapper) Method Pin
Vikram A Punathambekar16-Apr-08 1:03
Vikram A Punathambekar16-Apr-08 1:03 
GeneralRe: Problem with DOTNET RCW (Runtime Callable Wrapper) Method Pin
Balaji.KJ16-Apr-08 3:30
Balaji.KJ16-Apr-08 3:30 
GeneralRe: Problem with DOTNET RCW (Runtime Callable Wrapper) Method Pin
Dave Kreskowiak16-Apr-08 4:27
mveDave Kreskowiak16-Apr-08 4:27 
GeneralRe: Problem with DOTNET RCW (Runtime Callable Wrapper) Method Pin
Balaji.KJ16-Apr-08 18:54
Balaji.KJ16-Apr-08 18:54 
GeneralRe: Problem with DOTNET RCW (Runtime Callable Wrapper) Method Pin
Dave Kreskowiak17-Apr-08 1:28
mveDave Kreskowiak17-Apr-08 1:28 
Generalnot deleting a row in datagrid Pin
sarilee15-Apr-08 23:15
sarilee15-Apr-08 23:15 
GeneralRe: not deleting a row in datagrid Pin
J a a n s15-Apr-08 23:41
professionalJ a a n s15-Apr-08 23:41 
GeneralRe: not deleting a row in datagrid Pin
phannon8615-Apr-08 23:53
professionalphannon8615-Apr-08 23:53 
GeneralRe: not deleting a row in datagrid Pin
sarilee16-Apr-08 0:01
sarilee16-Apr-08 0:01 
GeneralRe: not deleting a row in datagrid Pin
r aa j16-Apr-08 0:09
r aa j16-Apr-08 0:09 
GeneralRe: not deleting a row in datagrid Pin
sarilee16-Apr-08 0:13
sarilee16-Apr-08 0:13 
GeneralRe: not deleting a row in datagrid Pin
Ravenet16-Apr-08 0:14
Ravenet16-Apr-08 0:14 
GeneralRe: not deleting a row in datagrid Pin
sarilee16-Apr-08 0:19
sarilee16-Apr-08 0:19 
GeneralRe: not deleting a row in datagrid Pin
r aa j16-Apr-08 0:41
r aa j16-Apr-08 0:41 
GeneralRe: not deleting a row in datagrid Pin
sarilee16-Apr-08 1:00
sarilee16-Apr-08 1:00 
GeneralSend email Pin
vanessa12315-Apr-08 22:29
vanessa12315-Apr-08 22:29 
GeneralRe: Send email Pin
Expert Coming15-Apr-08 22:47
Expert Coming15-Apr-08 22:47 
GeneralRe: Send email Pin
Ravenet16-Apr-08 0:15
Ravenet16-Apr-08 0:15 
GeneralIDE can not Load Project Pin
jason_mf15-Apr-08 22:24
jason_mf15-Apr-08 22:24 
GeneralAdd TrackBar to PropertyGrid - C# Pin
Member 223871415-Apr-08 21:41
Member 223871415-Apr-08 21:41 
GeneralRe: Add TrackBar to PropertyGrid - C# [modified] Pin
bscaer1-May-08 11:18
bscaer1-May-08 11:18 
GeneralRe: Add TrackBar to PropertyGrid - C# Pin
visualhint5-May-08 11:44
visualhint5-May-08 11:44 
Hi,

You are correct. The Microsoft PropertyGrid only allows a simple textbox, a textbox + button, or a textbox + dropdown button as inplace editors. Therefore you have 2 solutions:

1. Either host your trackbar in the dropdown window appearing when you click the dropdown button. You will need a UITypeEditor for that.
2. Or use a third party PropertyGrid like Smart PropertyGrid which allows many more types of inplace controls, the trackbar being one of them.

Best regards,

Nicolas Cadilhac @ VisualHint
Smart PropertyGrid.Net
Microsoft PropertyGrid Resource List
Free PropertyGrid for MFC
Smart FieldPackEditor.Net / DateTimePicker
GeneralProblem with tooltip Pin
rajeev8215-Apr-08 21:39
rajeev8215-Apr-08 21:39 
GeneralRe: Problem with tooltip Pin
mihai12315-Apr-08 22:21
mihai12315-Apr-08 22:21 
GeneralRe: Problem with tooltip [modified] Pin
cocoonwls15-Apr-08 22:30
cocoonwls15-Apr-08 22:30 

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.