Click here to Skip to main content
16,013,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: Icons Resources Not Being Saved Pin
Heath Stewart18-Jun-04 18:25
protectorHeath Stewart18-Jun-04 18:25 
General\\computer\shared Pin
lustuyck18-Jun-04 4:18
lustuyck18-Jun-04 4:18 
GeneralRe: \\computer\shared Pin
Heath Stewart18-Jun-04 4:40
protectorHeath Stewart18-Jun-04 4:40 
GeneralRe: \\computer\shared Pin
lustuyck22-Jun-04 2:19
lustuyck22-Jun-04 2:19 
GeneralRe: \\computer\shared Pin
Richard Deeming18-Jun-04 7:24
mveRichard Deeming18-Jun-04 7:24 
GeneralRe: \\computer\shared Pin
lustuyck20-Jun-04 22:05
lustuyck20-Jun-04 22:05 
QuestionHow to brows Datasets on other form in my component that droped on a form. Pin
Member 114126618-Jun-04 4:05
Member 114126618-Jun-04 4:05 
AnswerRe: How to brows Datasets on other form in my component that droped on a form. Pin
Heath Stewart18-Jun-04 4:10
protectorHeath Stewart18-Jun-04 4:10 
In your component, you must set the access modifiers (you can do this in the PropertyGrid) to something other than private (the default), like public or internal. This should allow you to click on them and execute custom actions defined by those class's designers.

Otherwise, you may have to implement a custom ComponentDesigner for your component and then attribute your component with the DesignerAttribute that specifies the Type of your designer you implemented.

You can read more about extending design time capabilities in the .NET Framework SDK. Read Enhancing Design-Time Support[^].

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: How to brows Datasets on other form in my component that droped on a form. Pin
Member 114126618-Jun-04 4:51
Member 114126618-Jun-04 4:51 
GeneralClosing a OleDbConnection Pin
PaleyX18-Jun-04 3:50
PaleyX18-Jun-04 3:50 
GeneralRe: Closing a OleDbConnection Pin
Dave Kreskowiak18-Jun-04 4:05
mveDave Kreskowiak18-Jun-04 4:05 
GeneralRe: Closing a OleDbConnection Pin
Heath Stewart18-Jun-04 4:06
protectorHeath Stewart18-Jun-04 4:06 
GeneralRe: Closing a OleDbConnection Pin
PaleyX19-Jun-04 4:54
PaleyX19-Jun-04 4:54 
GeneralOutlook question... Pin
Tartampion18-Jun-04 3:13
Tartampion18-Jun-04 3:13 
GeneralRe: Outlook question... Pin
Stefan Troschuetz18-Jun-04 3:25
Stefan Troschuetz18-Jun-04 3:25 
GeneralRe: Outlook question... Pin
Dave Kreskowiak18-Jun-04 4:00
mveDave Kreskowiak18-Jun-04 4:00 
GeneralRe: Outlook question... Pin
Tartampion18-Jun-04 4:16
Tartampion18-Jun-04 4:16 
GeneralCan't capture arrow keys Pin
jjansen18-Jun-04 3:01
jjansen18-Jun-04 3:01 
GeneralRe: Can't capture arrow keys Pin
Judah Gabriel Himango18-Jun-04 4:42
sponsorJudah Gabriel Himango18-Jun-04 4:42 
GeneralRe: Can't capture arrow keys Pin
Werdna18-Jun-04 10:34
Werdna18-Jun-04 10:34 
GeneralReading Excel Data in C# Pin
Member 445055118-Jun-04 2:06
Member 445055118-Jun-04 2:06 
GeneralRe: Reading Excel Data in C# Pin
Dave Kreskowiak18-Jun-04 3:58
mveDave Kreskowiak18-Jun-04 3:58 
GeneralRe: Reading Excel Data in C# Pin
Heath Stewart18-Jun-04 4:01
protectorHeath Stewart18-Jun-04 4:01 
GeneralOwn Error Message Pin
visitsaadi18-Jun-04 1:41
visitsaadi18-Jun-04 1:41 
GeneralRe: Own Error Message Pin
Stefan Troschuetz18-Jun-04 1:53
Stefan Troschuetz18-Jun-04 1:53 

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.