No announcements
Found 2897027 threads
-
0 Votes
How to use VBA's Worksheet.TableUpdate event
Trying to use the Worksheet.TableUpdate event in VBA with the following syntax... "Private Sub Worksheet_TableUpdate(ByVal Target As ...Answered | 3 Replies | 16401 Views | Created by Tobias.Slalom - Tuesday, September 20, 2016 7:16 PM | Last reply by Chenchen Li - Thursday, September 22, 2016 6:33 AM -
0 Votes
How to use C#.net control in VBA's UserForm.
Hi, How to use a control created by C#.net (class library) in VBA's UserForm. I can able to add the control ...Unanswered | 2 Replies | 1754 Views | Created by Raja Pallavan - Wednesday, May 10, 2017 7:38 AM | Last reply by Paul P Clement IV - Thursday, May 11, 2017 1:17 PM -
1 Votes
VBA's Union, Intersection, and Specialcells in VB
Hello, I am converting an XLAM add-in for Excel to a VSTO Excel 2010 Add-in template in VB. I need to use VBA's Union, Intersect, and SpecialCells ...Answered | 1 Replies | 2902 Views | Created by JBoswell - Wednesday, August 10, 2011 4:10 AM | Last reply by VSTO_Beginner - Wednesday, August 10, 2011 5:39 AM -
0 Votes
How to use event?
Thanks. Can I put those information into config file, and use RemotingConfiguration.Configure method for the server and use ctivator.GetObject method for the client?Answered | 3 Replies | 3796 Views | Created by bertpu - Sunday, March 16, 2008 8:28 AM | Last reply by Sowmy Srinivasan - Friday, March 21, 2008 2:41 AM -
2 Votes
How to use RecordLimitationExceededEventHandler event?
Hi All, In "Media capture using capture device sample" sample, I found the RecordLimitationExceededEventHandler event, but it did not ...Answered | 3 Replies | 1801 Views | Created by BRN_H - Thursday, September 6, 2012 12:19 PM | Last reply by James Dailey - MSFT - Saturday, September 15, 2012 12:46 AM -
1 Votes
How to use Event hub
Hi Community, I'm interested in event hub, but have couple of questions of how to use it, appreciate if someone can ...Unanswered | 3 Replies | 3326 Views | Created by Sammi r - Wednesday, July 30, 2014 3:31 PM | Last reply by Dan Rosanova MSFT - Thursday, July 31, 2014 9:43 PM -
0 Votes
Comment on VBA's "IsNumeric" function
IsNumeric don't behave like the Excel function IsNumber. A date is also considered as non numeric. Use : WorksheetFunction.IsNumber to be ...Answered | 2 Replies | 7388 Views | Created by asmaio - Tuesday, April 27, 2010 5:32 PM | Last reply by asmaio - Thursday, May 6, 2010 1:16 PM -
1 Votes
How to use mailmergeaftermerge event?
This was moved to the Off Topic forum. I can move it to a specific forum for you, if you'd like. Thanks! Ed Price (a.k.a User Ed), SQL Server Experience ...Answered | 3 Replies | 11758 Views | Created by flem1 - Thursday, June 12, 2008 6:03 AM | Last reply by Luigi Bruno - Thursday, May 10, 2012 8:47 AM -
1 Votes
What VBA's equivalent to this VB.NET code??
want to use Long, which is really an Int32. And don't forget to close your recordsets. So here's how you might get your "list" of ...Answered | 2 Replies | 3876 Views | Created by blacksaibot - Wednesday, May 16, 2012 6:33 PM | Last reply by blacksaibot - Wednesday, May 16, 2012 7:36 PM -
0 Votes
How to properly use the MEStreamTick event
I'd like to use this event whenever my custom media source has to buffer data. I've found that blocking RequestSample() until buffering has completed results in ...Answered | 2 Replies | 4770 Views | Created by _Nobby_ - Monday, October 19, 2009 3:18 AM | Last reply by _Nobby_ - Monday, October 19, 2009 8:35 AM -
0 Votes
VB.Net equivelent to VBA's Selection.Information(wdEndOfRangeColumnNumber)
no matter how I try to use the following example or iterations of it it returns the call code (17) for that function. myColumnNumAnswered | 12 Replies | 406 Views | Created by Shady Brady Hat - Wednesday, February 21, 2018 9:33 PM | Last reply by Edward8520 - Saturday, February 24, 2018 3:05 AM -
0 Votes
How to use GotFocus event / LostFocus event in wpf ?
Here in this article I have shown how to use GotFocus and LostFocus events on textbox. But it is using PowershellAnswered | 2 Replies | 28435 Views | Created by Balram Sharma - Saturday, December 29, 2012 11:57 AM | Last reply by Kunal Udapi - Monday, April 23, 2018 10:36 AM -
0 Votes
How to use mouse click event in event aggregator ?
MouseButtonDown and Up events, they are same with Click event.Bob Bao Do you still use the same Windows 8 LockScreen always? DownloadDiscussion | 2 Replies | 1394 Views | Created by wpfprofessional - Thursday, January 10, 2013 2:57 AM | Last reply by Jie Bao - Friday, January 11, 2013 8:38 AM -
0 Votes
How to use httpcontext.current.session in ItemAdded event
Hello, i want to use "httpcontext.current.session" in "ItemAdded" event of sharepoint list using event handler. ...Answered | 14 Replies | 12562 Views | Created by bdnp - Tuesday, February 16, 2010 11:09 AM | Last reply by sudhanshuSharma - Wednesday, June 26, 2013 8:34 AM -
0 Votes
how to use onToolBar and tab event
i found out that the deskband function SHOWDW actually will trigger when user show/hide toolbar. So with the help of IsWindowVisible, and ShowDW, and also windowstatechange event, I manage ...Unanswered | 1 Replies | 5261 Views | Created by happyice - Wednesday, January 10, 2007 9:50 AM | Last reply by happyice - Thursday, January 18, 2007 5:39 AM -
0 Votes
how to use Event Triggering in Prism?
I have control which doesnt have the command option? i want to send command to viewmodel with some parameter on Loaded event of this usercontrol how i can ...Answered | 2 Replies | 1631 Views | Created by Hammad_Nasir - Friday, July 15, 2011 8:30 AM | Last reply by Mr.Weera PongPruchya - Thursday, July 21, 2011 1:37 AM -
0 Votes
C#2005 has events like VBA's Application.EnableEvents
The CanRaiseEvents property is sort of designed for this but it is protected so you'd either have to derive a new class or use reflection to set it temporarily. ...Answered | 1 Replies | 3356 Views | Created by ProgGuru - Wednesday, December 6, 2006 5:07 AM | Last reply by CoolDadTx - Wednesday, December 6, 2006 2:29 PM -
0 Votes
How to Handle Event When Use XamlReader.Load
page's XAML (not your XamlReader.Load). So move the call to InitDataGrid into the Loaded event of the page and then you can use a simple try...catch block ...Answered | 2 Replies | 4225 Views | Created by MSDN_Forums_User - Monday, December 1, 2008 2:07 AM | Last reply by Amanda Wang - MSFT - Wednesday, December 3, 2008 12:05 AM -
0 Votes
How to use GotFocus event and LostFocus event in wpf ?
Hi guise, I have created wpfwcf Chatting program and i want to use GotFocus Event And GotLost Event because ...Answered | 1 Replies | 1844 Views | Created by Balram Sharma - Thursday, December 20, 2012 12:41 PM | Last reply by tatman blue - Thursday, December 20, 2012 8:52 PM -
0 Votes
How to use GotFocus event in Silverlight?
How to use GotFocus event in Silverlight? I think that this event will put the cursor inside the textbox and flashing. I tried ...Answered | 3 Replies | 1139 Views | Created by HZ.USA - Wednesday, August 10, 2016 2:00 PM | Last reply by Weiwei Cai - Monday, August 15, 2016 2:12 AM - Items 1 to 20 of 2897027 Next ›
No announcements