Click here to Skip to main content
15,921,174 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: IDispose Pin
Christian Graus3-Nov-05 11:17
protectorChristian Graus3-Nov-05 11:17 
GeneralRe: IDispose Pin
Leather994-Nov-05 2:52
Leather994-Nov-05 2:52 
QuestionInherited controls (and forms) showing in the designer. Pin
Ray Cassick1-Nov-05 9:53
Ray Cassick1-Nov-05 9:53 
QuestionUI that calls Web Service creates reentrance. Bug ? Pin
kaushik_aj31-Oct-05 3:07
kaushik_aj31-Oct-05 3:07 
AnswerRe: UI that calls Web Service creates reentrance. Bug ? Pin
Dave Kreskowiak2-Nov-05 5:42
mveDave Kreskowiak2-Nov-05 5:42 
QuestionInstalling Software Remotely.... Pin
Hungry Mind30-Oct-05 19:36
Hungry Mind30-Oct-05 19:36 
AnswerRe: Installing Software Remotely.... Pin
rwestgraham1-Nov-05 8:09
rwestgraham1-Nov-05 8:09 
QuestionQ: periodic remote update (.NET) Pin
Amerxxx28-Oct-05 23:52
Amerxxx28-Oct-05 23:52 
AnswerRe: Q: periodic remote update (.NET) Pin
S. Senthil Kumar29-Oct-05 19:19
S. Senthil Kumar29-Oct-05 19:19 
GeneralRe: Q: periodic remote update (.NET) Pin
Amerxxx30-Oct-05 1:37
Amerxxx30-Oct-05 1:37 
QuestionLooking for a great e-mail component Pin
Joseph Takacs28-Oct-05 21:23
Joseph Takacs28-Oct-05 21:23 
AnswerRe: Looking for a great e-mail component Pin
Vasudevan Deepak Kumar30-Oct-05 18:23
Vasudevan Deepak Kumar30-Oct-05 18:23 
GeneralRe: Looking for a great e-mail component Pin
Joseph Takacs30-Oct-05 19:19
Joseph Takacs30-Oct-05 19:19 
AnswerRe: Looking for a great e-mail component Pin
Member 965-Nov-05 6:07
Member 965-Nov-05 6:07 
QuestionHow to Sync Sql Ce(Pocket PC) database to Sql (Desktop) Pin
Amey Chavan27-Oct-05 23:33
Amey Chavan27-Oct-05 23:33 
QuestionAre There Some aspects in Microsoft .net to accomplish my master's paper? Pin
dwi_light27-Oct-05 21:20
dwi_light27-Oct-05 21:20 
AnswerRe: Are There Some aspects in Microsoft .net to accomplish my master's paper? Pin
enjoycrack28-Oct-05 11:09
enjoycrack28-Oct-05 11:09 
QuestionProblem with automatically starting .net services Pin
Kristoff Coolens27-Oct-05 20:39
Kristoff Coolens27-Oct-05 20:39 
AnswerRe: Problem with automatically starting .net services Pin
Ray Cassick28-Oct-05 11:10
Ray Cassick28-Oct-05 11:10 
GeneralRe: Problem with automatically starting .net services Pin
Kristoff Coolens2-Nov-05 4:35
Kristoff Coolens2-Nov-05 4:35 
QuestionExecute .NET Application from a network share on Windows Server 2003 Pin
CodeBrowser27-Oct-05 20:13
CodeBrowser27-Oct-05 20:13 
QuestionFill in the center of an "O"? Pin
brucemo27-Oct-05 7:52
brucemo27-Oct-05 7:52 
AnswerRe: Fill in the center of an "O"? Pin
Farhan Noor Qureshi27-Oct-05 9:16
Farhan Noor Qureshi27-Oct-05 9:16 
GeneralRe: Fill in the center of an "O"? Pin
brucemo27-Oct-05 10:17
brucemo27-Oct-05 10:17 
QuestionCustom EventsTab for custom designer Pin
Richard Bamford27-Oct-05 2:02
Richard Bamford27-Oct-05 2:02 
Hi,

I've been experimenting building a customer designer to allow users to build simple plug-in forms for our app at runtime.

The designer bit works splendid. However, I'm getting stuck building an event editor. The standard EventsTab implementation hooks up the events OK but what I'm after is the ability to click a button on the events to bring up an editor (to define the event code).

I've tried various attempts at deriving a class from EventsTab and messing with the event descriptor attributes (specifying a custom UITypeEditor etc.) but at best this has no effect and at worst it generally upsets the MS code. The general outcome of overriding the default GetProperties() method on EventsTab seems to be that my EventBindingService dissappears eventually.

Anyone now of any examples of how to do this?

Is it best to build a custom property page from scratch rather than hooking into the EventsTab code?

Thanks,
Rich Bamford.

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.