Topic profile page for Delegate.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Delegate.
Topic "Delegate" was discussed 28,106 times on 3,204 sites in last 3 months
Started 2 days, 22 hours ago (2009-11-27 13:42:00)
by paulskully
Is it possible to use Control.BeginInvoke in anything other than a "fire & forget" manner? I want to change the following request to delegate a callback method so that i can do something when each of my asynchronous calls complete. this.BeginInvoke(new RefreshRulesDelegate(RefreshRules), new object[] { ctrl, ctrl.DsRules, ctrl.CptyId }); I would be able to do this with a normal ...
Started 2 days, 22 hours ago (2009-11-27 13:29:00)
by Brisca
CanSIA Solar Conference 2009 Delegate List ARISE Technologies Corporation Ian MacLellan Vice-Chairman, CTO & President - Systems Division ARISE Technologies Corporation Frank Ruffolo Systems Engineering Manager...
Started 5 days, 18 hours ago (2009-11-24 17:04:00)
by M.Slav
Hi all, I have the following delegate public class GenClass { ... public delegate void MyDelegate(T1 t1, T2 t2, T t); ... } I use unmanaged Metadata API (IMetaDataImport/IMetaDataEmit) together with Profiling API to rewrite method IL code during JITCompilationStarted stage. I want to obtain mdMemberRef to Invoke method of MyDelegate. However I am not sure ...
Started 6 days, 12 hours ago (2009-11-23 23:11:00)
by Ctrl-Alt-Del
User has an admin as a delegate, with full edit permissions across all Outlook functions (incl Calendar), and has "Delegate can see my private items" box already checked. User's delegate, however, can only see the private items time blocked out in the calendar, and cannot see any of the details. Any sage advice or wise counsel?? -- Ctrl-Alt-Del signing off
Started 6 days, 12 hours ago (2009-11-23 23:11:00)
by Ctrl-Alt-Del
User has an admin as a delegate, with full edit permissions across all Outlook functions (incl Calendar), and has "Delegate can see my private items" box already checked. User's delegate, however, can only see the private items time blocked out in the calendar, and cannot see any of the details. Any sage advice or wise counsel?? -- Ctrl-Alt-Del signing off
Started 6 days, 19 hours ago (2009-11-23 16:48:00)
by Fritzpw_Admin
quote: Decide to Delegate: It's the Only Way to Make a Disciple Dr. Charles R. Phelps - Today's Christian Preacher Magazine Many pastors struggle with stress and the lack of ministerial fulfillment. I would like to suggest that making one decision can provide the cure for both of these diseases. You must decide to delegate. D.L. Moody said, Its better to get ten men to ...
Started 6 days, 20 hours ago (2009-11-23 15:58:00)
by CraigMuckleston
I cam across a snippet of C# code which is very useful. I am trying to convert it to VB.NET, but can't seem to. timer.Tick += delegate { panel.Children.Add(source); timer.Stop(); }; Is it possible to translate this to something similar in VB?
Started 6 days, 21 hours ago (2009-11-23 14:10:00)
by Ctrl-Alt-Del
User has an admin as a delegate, with full edit permissions across all Outlook functions (incl Calendar), and has "Delegate can see my private items" box already checked. User's delegate, however, can only see the private items time blocked out in the calendar, and cannot see any of the details. Any sage advice or wise ...
Started 2 days, 7 hours ago (2009-11-28 04:45:00)
by kaeolian
Hi people hope this all makes sense, its my first post here so if I am not following any rules correctly feel free to let me know I did try a search but for some reason it looks like the search function isnt working atm. Right on to the problem, we have a receptionist here who gets added as an attendee to all calendar appointments be it holidays / meetings or time out the office. The...
Started 1 week ago (2009-11-23 06:01:00)
by STTeam
IN MY regular brisk walk around the Portsdown Road area, I am often in danger of being attacked and bitten by dogs because irresponsible owners allow small children to handle big dogs alone, allow dogs to romp freely in public areas without leash and muzzle, and delegate the responsibility of walking the dog to maids who do not care. Full Story
Started 3 days, 11 hours ago (2009-11-27 00:09:00)
by Chonihigo
To delegate ready healthcare professionals in various medical facilities, knowledgeable buy cialis online on sale is a capable option. Acting as a technique between healthcare facilities and the jobseekers, healthcare staffing providers is a award to buy viagra soft online trade help the various facilities absorb the first professionals. Providing status personnel throughout the woods, ...
Started 2 days, 20 hours ago (2009-11-27 15:03:00)
by Broortish
To delegate ready healthcare professionals in many medical facilities, professional buy cialis 10 mg free shipping is a tuned in option. Acting as a medium between healthcare facilities and the jobseekers, healthcare staffing providers is a boon to buy viagra uk online trade helping the various facilities absorb the vanquish professionals. Providing calibre personnel everywhere the ...
Started 4 days ago (2009-11-26 11:48:00)
by pacerier
ok basically i've got a delegate ByVal function_to_execute As dele0 but instead of invoking it, i wish to add it to an eventhandler Code: Public Sub test(ByVal function_to_execute As d0) Dim t As Timer = New Timer() AddHandler t.Tick, AddressOf function_to_execute.address end Sub ok obviously this doesn't work but just to show you what im trying to do. this is the full code...
Started 4 days ago (2009-11-26 11:48:00)
by pacerier
how to derive address of a function that is passed as an argument? ok basically i've got a delegate ByVal function_to_execute As dele0 but instead of invoking it, i wish to add it to an eventhandler Code: Public Sub test(ByVal function_to_execute As d0) Dim t As Timer = New Timer() AddHandler t.Tick, AddressOf function...
Started 6 days, 20 hours ago (2009-11-23 15:27:00)
by patrickyeo21
Hi guys, this is related to Active Directory in Win2k server. I have some question regarding that. Purpose: To remove Wintel administrator from domain admin group. Delegate permission to open server so that they can still perform their own function such as:- · View and retrieve Event Viewer system and application audit logs · Access to Registry to secure the ...
Started 1 week, 1 day ago (2009-11-21 16:19:00)
by lando
I've been testing some stream updates and photo uploads from my iPhone app with success, but just created a new user for cleanroom testing. With this new account, FBLoginDialog redirects to http://m.facebook.com rather than dismissing itself or notifying the delegate. I can fix this by patching -[FBDialog webView:shouldStartLoadWithRequest:] accordingly, but I'm trying to figure out what ...