No announcements
Found 3097303 threads
-
0 Votes
does the WW implementation in IE10 support JSON as postMessage params or only String as in other implementation
Hey Jeff, does the WW implementation in IE10 support JSON as postMessage params or only ...Answered | 1 Replies | 2420 Views | Created by pkursawe - Wednesday, February 15, 2012 5:09 AM | Last reply by Jeff Sanders - Wednesday, February 15, 2012 8:22 PM -
1 Votes
Implement WriteLine(string format, params object[] args) for RichTextBox class?
You can implement that as extension method.Answered | 2 Replies | 1261 Views | Created by E-John - Wednesday, December 11, 2019 5:31 AM | Last reply by E-John - Wednesday, December 11, 2019 12:36 PM -
0 Votes
Method does not have an implementation.
Does this help at all?Answered | 12 Replies | 8257 Views | Created by Evidica - Wednesday, June 24, 2009 9:54 PM | Last reply by Evidica - Monday, July 13, 2009 4:44 PM -
0 Votes
does not implement interface member 'System.Collections.IEnumerable.GetEnumerator()'.
To make others better understand your question, I recommend that you post your whole code snippet or make a sample code snippet, so that others can reproduce your ...Answered | 4 Replies | 5825 Views | Created by Bob Johnston - Tuesday, July 8, 2014 11:24 PM | Last reply by Bob Johnston - Sunday, July 13, 2014 11:19 PM -
1 Votes
String Implementation
So in your example what you really have in the string is actually: "51$01".Answered | 20 Replies | 2122 Views | Created by Chik_1 - Monday, March 26, 2012 7:23 AM | Last reply by Filip Ekberg - Tuesday, March 27, 2012 10:20 AM -
3 Votes
Not necessary to implement IEnumerable<T>?
There is an article on the subject here: http://msdn.microsoft.com/en-us/library/9yb8xew9(VS.80).aspx "The disadvantage of omitting IEnumerable and IEnumerator is that the ...Answered | 1 Replies | 3394 Views | Created by zl6626 - Wednesday, September 9, 2009 3:33 AM | Last reply by Torstein Rapp - Wednesday, September 9, 2009 7:22 AM -
7 Votes
Does OData Data Source Connection Support JSON Format?
I'm not certain on the others.Answered | 13 Replies | 8748 Views | Created by Paul Patterson - Wednesday, March 7, 2012 11:03 PM | Last reply by ADefwebserver - Wednesday, May 2, 2012 11:01 PM -
0 Votes
was IVsThreadSafeTextView ever implemented?
i guess instead of pointing us towards GetWindowHandle and PostMessage, the IVsTextView docs should really suggest using VisualElement.Answered | 2 Replies | 4670 Views | Created by Sven Olsen - Tuesday, January 25, 2011 3:59 AM | Last reply by Sven Olsen - Thursday, January 27, 2011 10:07 PM -
0 Votes
Using statement gives error on implementation class if Interface does not implement IDisposable
Hi, In addition to other responses, the using statement you shown for your VB code DOES use a ProductServices variable (using productServices AS NEW ...Answered | 5 Replies | 1769 Views | Created by Trinakriae - Monday, January 7, 2013 9:46 AM | Last reply by Patrice Scribe - Monday, January 7, 2013 12:58 PM -
2 Votes
Does a Cursor implement an execution plan ?
"Does a Cursor implement an Execution plan?Answered | 5 Replies | 1047 Views | Created by Shiva chennojwala - Thursday, September 19, 2013 5:39 AM | Last reply by Shiva chennojwala - Thursday, September 19, 2013 8:29 AM -
1 Votes
How to implement a data reader?
NeilO, a datareader does not bind to a datagridivew.Answered | 5 Replies | 3120 Views | Created by NeilO - Wednesday, July 1, 2009 9:59 PM | Last reply by NeilO - Thursday, July 16, 2009 6:07 PM -
2 Votes
Get state of a checkbox with PostMessage
The param of SendMessage both must be 0.Answered | 2 Replies | 3896 Views | Created by The_real_vBx - Tuesday, June 14, 2011 11:40 AM | Last reply by numfive - Tuesday, June 14, 2011 4:03 PM -
0 Votes
Json String limited to 2k characters ?
The sample from LiveSDK has an implementation of IXMLHttpRequest2 in conjunction with ISequentialStream interface.Answered | 13 Replies | 3273 Views | Created by UbuW8 - Wednesday, July 11, 2012 3:29 PM | Last reply by Sridhar P - Monday, July 16, 2012 2:52 PM -
0 Votes
Converter does not implement interface member IValueConverter
The signature required by the interface is: object, Type, object, string - meanwhile the signature you implemented is object, Type, object, CultureInfo.Answered | 6 Replies | 1373 Views | Created by Vincent Gio - Tuesday, October 21, 2014 6:46 PM | Last reply by Vincent Gio - Wednesday, October 22, 2014 1:13 PM -
0 Votes
Implement functions not supported by Pos.NET
The Epson TM-T88IV SO only requires setbitmap to be called after the Open() method is called, not after each claim as Release() doesn't reset the image... however, in order to have your code ...Answered | 8 Replies | 7930 Views | Created by JanBaa - Friday, October 2, 2009 7:01 AM | Last reply by Yort - Monday, October 5, 2009 9:53 PM -
1 Votes
interface not implemented
The CSVFileLoader class in your sample implements a GetFile method.Answered | 3 Replies | 1650 Views | Created by zydjohn - Monday, August 13, 2012 6:01 PM | Last reply by Louis.fr - Tuesday, August 14, 2012 7:31 AM -
0 Votes
Implement Disposeble
So again based on your current implementation it should be like this.Answered | 5 Replies | 857 Views | Created by MDMoura - Wednesday, February 27, 2013 12:40 PM | Last reply by Eyal Solnik - Wednesday, February 27, 2013 3:41 PM -
1 Votes
IE10 does not recognize html "title" attribute
Other thought?Answered | 3 Replies | 4556 Views | Created by JacobAbernathy - Tuesday, April 2, 2013 3:30 PM | Last reply by 网游 - wang'you - Tuesday, July 23, 2013 2:57 AM -
0 Votes
Required Support for implement timer
Hi Kotas I am getting the below error Error 1 'System.Nullable<int>' does not contain a definition for 'Add' ...Answered | 5 Replies | 1849 Views | Created by babloo1436 - Tuesday, February 28, 2012 5:52 AM | Last reply by Kostas Christodoulou - Tuesday, February 28, 2012 8:08 AM -
0 Votes
Performance: save a polygon to a json string, and transform it back to a polygon
Create a simple JSON object that stores that and other settings you want.Answered | 9 Replies | 1519 Views | Created by Pingpong689 - Tuesday, April 4, 2017 4:44 PM | Last reply by Ricky_Brundritt - Wednesday, April 5, 2017 11:53 PM - Items 1 to 20 of 3097303 Next ›
No announcements