No announcements
Found 3693453 threads
-
0 Votes
How to get return values from task methods ?
RJP1973 said, we could use Result property to get the return value of Display method.Answered | 2 Replies | 645 Views | Created by maruthi pallamalli - Thursday, February 11, 2016 10:15 AM | Last reply by DotNet Wang - Friday, February 12, 2016 1:57 AM -
8 Votes
Return Value from Method
I understand now what to do with my method to return a value.Answered | 9 Replies | 974 Views | Created by Bill Tillman - Thursday, March 5, 2015 2:33 PM | Last reply by Bill Tillman - Friday, March 6, 2015 11:30 PM -
1 Votes
Return Multiple Values from a Method
apart from using ref and out you can also return array of objects as mentioned by other experts, here is the code also. hope it works for you object[] fun() ...Answered | 6 Replies | 3144 Views | Created by Bill Tillman - Wednesday, February 12, 2014 9:48 PM | Last reply by Bill Tillman - Friday, February 14, 2014 1:52 PM -
0 Votes
How to get the return value from StartConversation method from a COM application
I'm not sure that either is a fool proof method, but they should let you know something about the call.Answered | 9 Replies | 6683 Views | Created by donky73 - Tuesday, August 3, 2010 7:54 AM | Last reply by donky73 - Tuesday, August 10, 2010 8:06 AM -
2 Votes
how to get the parameter value of a method from stack, in runtime?
Hi Renato, I don't know why you need to get the parameter value at runtime in that way.Answered | 3 Replies | 3860 Views | Created by rsfurlan90 - Wednesday, May 4, 2011 6:53 PM | Last reply by Paul Zhou - Friday, May 6, 2011 9:38 AM -
2 Votes
Get Methods from OCX
You get access to the classes and methods exposed by an OCX by examining the corresponding type library.Answered | 2 Replies | 6267 Views | Created by SaranRam - Wednesday, October 13, 2010 7:13 AM | Last reply by Carl Daniel - Wednesday, October 13, 2010 4:21 PM -
1 Votes
How to send value from textbox using HttpRequest using method post
I see multiple possibilities: a) You have the data in an object structure and you just serialize it to get the xml.Answered | 7 Replies | 2357 Views | Created by steve_henry - Friday, April 22, 2016 3:41 AM | Last reply by Kristin Xie - Monday, April 25, 2016 8:51 AM -
2 Votes
How to get the value from a row in DataGridview using KeyDown Method
Hi Jason, If you want to get the current select cell, then you can try Lingaraj’s suggestion.Answered | 3 Replies | 5621 Views | Created by Jason Alerta Obina - Tuesday, March 6, 2012 3:47 AM | Last reply by Bob Wu-MT - Thursday, March 8, 2012 9:33 AM -
0 Votes
Get a build's "Post-build script path" value
Hi Daniel, Thank you for posting here.Answered | 1 Replies | 368 Views | Created by DTHolmes - Monday, April 17, 2017 5:41 PM | Last reply by Andy Li-MSFT - Tuesday, April 18, 2017 8:53 AM -
0 Votes
Post Method
Olsmokey, There is no standard how a website accept and processes his Post messages.Answered | 6 Replies | 1875 Views | Created by olsmokey - Thursday, January 26, 2012 1:55 PM | Last reply by Cor Ligthert - Friday, January 27, 2012 8:16 AM -
1 Votes
How to get the value from a row in DataGridview using KeyDown Method
If this post answers your question, please click "Mark As Answer".Answered | 2 Replies | 1580 Views | Created by Jason Alerta Obina - Tuesday, March 6, 2012 3:46 AM | Last reply by Jason Alerta Obina - Tuesday, March 6, 2012 6:29 AM -
0 Votes
POST xml string to REST WCF post method
</City><Country>Mexico</Country></Customer></Customers>"; objXMLHTTP.Open("POST", sURL, false); ...Answered | 9 Replies | 16890 Views | Created by DE, Subhendu - Wednesday, September 23, 2009 12:49 PM | Last reply by DE, Subhendu - Friday, September 25, 2009 6:16 AM -
1 Votes
Getting a Color Value from a ComboBox
I am trying to pass a value from a combobox which contains some color values like "BLUE", "CYAN", "RED" and so on.Answered | 8 Replies | 778 Views | Created by addictedderzthine - Wednesday, June 22, 2016 1:07 AM | Last reply by cheong00 - Wednesday, June 22, 2016 6:19 AM -
1 Votes
Get post-code from a string
Hi Lucas, Thanks v.much also for your help but I also get an error message with your query Msg 536, Level 16, State 2, Line 1 Invalid length ...Answered | 8 Replies | 4447 Views | Created by AndySugs - Monday, January 28, 2013 2:47 PM | Last reply by AndySugs - Monday, January 28, 2013 5:03 PM -
1 Votes
code not getting executed from a class method
Please take this into account when responding to my posts or when taking advice from me.Answered | 1 Replies | 864 Views | Created by Mujno - Thursday, March 26, 2015 6:50 PM | Last reply by pumpkinszwan - Friday, March 27, 2015 3:07 AM -
0 Votes
post value to website and get returned value
You could screen scrape but this is notoriously error prone and you're one captcha away from disaster.Answered | 2 Replies | 892 Views | Created by marybeth1975 - Friday, April 3, 2015 2:56 AM | Last reply by Andy ONeill - Friday, April 3, 2015 1:56 PM -
0 Votes
Get Data from HTTP POST Request
You have to create a service that uses the webHttpBinding and you should mark the method that needs to accepts the string with the WebInvoke attribute.Answered | 1 Replies | 5419 Views | Created by rodniko - Sunday, March 27, 2011 8:59 AM | Last reply by Pieter De Rycke - Sunday, March 27, 2011 2:22 PM -
1 Votes
how to get value of fields in one webpart from a method in another webpart
And i think this is what he was trying to avoid, so he could get ALL data at the same time?Answered | 8 Replies | 8170 Views | Created by Ofer Gal - Tuesday, April 12, 2011 12:07 AM | Last reply by Ofer Gal - Tuesday, April 12, 2011 7:15 PM -
0 Votes
getting a value from DateTimePicker object
I am trying very hard to keep the GUI code distinct from the guts, but I having to do a lot of converting between string and String^ and between DateTime and time_t , tm, etc.]Answered | 3 Replies | 4964 Views | Created by DavidLing - Friday, May 15, 2009 5:00 PM | Last reply by nobugz - Saturday, May 16, 2009 8:51 AM -
2 Votes
Getting value from HTML String
]*?Answered | 3 Replies | 4915 Views | Created by jgnguyen - Monday, June 14, 2010 2:04 PM | Last reply by Kirill Polishchuk - Tuesday, June 15, 2010 3:36 AM - Items 1 to 20 of 3693453 Next ›
No announcements