No announcements
Found 1291948 threads
-
0 Votes
More than 1 sender address
is it possible to add more than 1 sender address in SSRS 2008 R2? can we customize it? AddinGantengAnswered | 1 Replies | 2407 Views | Created by AddinGanteng - Tuesday, April 3, 2012 9:27 AM | Last reply by willsonyano - Tuesday, April 3, 2012 2:07 PM -
0 Votes
<>,1; Sender
Hi All, I have Exchange 2016 , I noticed that there is a sender "<>,1;" . What does that means ...Unanswered | 3 Replies | 822 Views | Created by Semi-Colon - Thursday, December 15, 2016 4:45 AM | Last reply by PK Sarangi - Thursday, December 15, 2016 8:42 AM -
2 Votes
SMS Sender - "Value of type '1-dimensional array of String' cannot be converted to 'String"
Hi, I want to modify a program I found on a Google search, an SMS Sender. Later on, I want use it as a Notification sender for a SCADA program i am ...Answered | 3 Replies | 1098 Views | Created by AKirkyman - Wednesday, November 13, 2013 6:36 AM | Last reply by mac1968 - Saturday, March 3, 2018 11:59 AM -
0 Votes
Finding sender in RunWorkerCompleted from RunWorkerAsync using more than 1 BackgroundWorker
sender, RunWorkerCompletedEventArgs e) {Answered | 9 Replies | 4585 Views | Created by tic84 - Thursday, May 27, 2010 11:42 AM | Last reply by tic84 - Thursday, May 27, 2010 2:53 PM -
0 Votes
BizTalk POP3 attachments Microsoft Exchange server 2007 vs 2010
Hi, did you solve this? We got the same problem, but just for 1 sender. BR BirgitUnanswered | 1 Replies | 2882 Views | Created by dietergo - Wednesday, July 17, 2013 8:32 AM | Last reply by BirgitF - Thursday, August 8, 2013 9:59 AM -
1 Votes
different mouseWheel handlers for canvas and image
1) { ((Image)sender).Width =((Image)sender).ActualWidth*1.01; ((Image)sender).Height = ((Image)sender).ActualHeightAnswered | 2 Replies | 4286 Views | Created by mrkaran - Thursday, September 2, 2010 10:09 AM | Last reply by Muhammad Siddiqi - Monday, September 6, 2010 5:13 PM -
0 Votes
Need to paste text from clipboard via a global hotkey in active textbox.
sender, System.EventArgs e) { txtTest.Paste(); } ??? I probably missed the point but i once ...Answered | 3 Replies | 5386 Views | Created by Puzzl3b0x - Tuesday, January 23, 2007 7:57 PM | Last reply by Pat King - Friday, June 20, 2008 7:45 PM -
0 Votes
Property value change and notification timing -MVVM
when lost focus. Because Silverlight team does not implement OnPropertyChanges for us so that How to solve? 1. (sender as ...Answered | 2 Replies | 2033 Views | Created by matsha1 - Sunday, May 15, 2011 10:24 PM | Last reply by Mr.Weera PongPruchya - Monday, May 16, 2011 8:10 AM -
0 Votes
Comact framework: C#: Index of the sender control to focus next control
(Me.Panel1.Controls.IndexOf(sender) + 1).Focus()] Do not know how to do it C#. Could you guys please help with this. Any help is greately appreciated. ...Answered | 1 Replies | 7741 Views | Created by wildcat - Wednesday, July 27, 2005 1:39 PM | Last reply by DanielMoth - Wednesday, July 27, 2005 4:49 PM -
0 Votes
Why is the Activity ContextGuid not public???
void codeActivity1_ExecuteCode(object sender, EventArgsAnswered | 9 Replies | 5223 Views | Created by Nate Garvey - Wednesday, April 19, 2006 7:38 PM | Last reply by Nate Garvey - Tuesday, September 19, 2006 6:15 PM -
0 Votes
Simple delay needed
private void timer2_Tick(object sender, System.EventArgs e)Answered | 2 Replies | 4627 Views | Created by mihooper - Thursday, January 5, 2006 12:38 PM | Last reply by mihooper - Thursday, January 5, 2006 1:18 PM -
1 Votes
calling method in another class
Think i got it, used something like: ((Playlist)App.Current.Windows[1]).playlistFadeIn(sender,e); and it worked. will defo ...Answered | 3 Replies | 5629 Views | Created by DazzaA1970 - Wednesday, May 26, 2010 7:36 PM | Last reply by DazzaA1970 - Wednesday, May 26, 2010 9:05 PM -
0 Votes
datetimepicker control
Sub Button1_Click(ByVal sender AsAnswered | 5 Replies | 2824 Views | Created by gpetrosh - Friday, January 19, 2007 2:15 AM | Last reply by gpetrosh - Friday, January 19, 2007 11:47 PM -
0 Votes
EventDeliveryFailedException :(
; parameterbinding2.Value = "Jim"; parameterbinding3.ParameterName = "senderAnswered | 2 Replies | 4637 Views | Created by David Li (CS) - Sunday, November 6, 2005 7:52 PM | Last reply by Arjun Banker - Sunday, November 6, 2005 11:43 PM -
0 Votes
Custom events for controls in the form designer
void TestDelegate(object senderAnswered | 2 Replies | 4505 Views | Created by Colin Wetherbee - Monday, March 5, 2007 10:25 PM | Last reply by Colin Wetherbee - Tuesday, March 6, 2007 6:25 PM -
0 Votes
GridViewCommandEventHandler not firing
void grDetalhes_RowDataBound(object sender,Unanswered | 1 Replies | 8288 Views | Created by janios - Tuesday, October 9, 2007 4:02 PM | Last reply by jfarinhote - Thursday, November 8, 2007 5:30 PM -
2 Votes
Setting focus in IsVisibleChanged
void myGrid_IsVisibleChanged(object sender,Answered | 2 Replies | 8433 Views | Created by Johns77654 - Tuesday, January 15, 2008 3:40 PM | Last reply by Johns77654 - Tuesday, January 15, 2008 6:55 PM -
0 Votes
Caret position II
Sub Button_Click(ByVal sender AsAnswered | 5 Replies | 3560 Views | Created by Cesar Francisco - Wednesday, September 5, 2007 11:37 PM | Last reply by Cesar Francisco - Thursday, September 6, 2007 10:45 PM -
0 Votes
Reading sender base values
((Button)sender).ClientIDAnswered | 2 Replies | 4439 Views | Created by Joshua.Pumphrey - Monday, January 14, 2008 8:04 PM | Last reply by TLHIN_TOQ - Tuesday, February 5, 2008 8:11 AM -
1 Votes
Looping scrollviewer (with snappoints)
== ((FlipView)sender).Items.Count - 1) { ((FlipView)sender).SelectedIndex = 1; } } ... if ...Answered | 5 Replies | 2428 Views | Created by Michixxx - Tuesday, July 31, 2012 5:24 PM | Last reply by dex3703xxx - Monday, April 15, 2013 10:12 PM - Items 1 to 20 of 1291948 Next ›
No announcements