No announcements
Found 2887504 threads
-
1 Votes
TimeSpan instead of INT and LONG for Timeout, Delay, Sleep etc. etc.
.NET has this wonderful type called TimeSpan why isn't it used for in every case where a Timeout or Delay is declared ...Answered | 1 Replies | 1725 Views | Created by Montago - Wednesday, August 7, 2013 1:05 PM | Last reply by Wyck - Wednesday, August 7, 2013 1:58 PM -
0 Votes
Convert Byte Array to Int, Long, etc.
Does anyone have a quick way of converting a byte array to an integer, long, etc.? I have been trying different encoding types and also a ...Answered | 14 Replies | 5749 Views | Created by jerfoo - Tuesday, October 31, 2006 10:31 PM | Last reply by jerfoo - Wednesday, November 1, 2006 3:24 PM -
0 Votes
waitone(timeout) and sleep(timeout)
thanks Stephen. i have been using those quite well. If we want to block one thread progress for a particular timeout, is those 2 serving the same ...Answered | 7 Replies | 8319 Views | Created by procelian - Thursday, December 11, 2008 9:47 AM | Last reply by nobugz - Friday, December 12, 2008 12:02 AM -
0 Votes
Use classes instead of Entity Models etc
Could you tell me how this is achieved, do I need to use a Silverlight class library instead of a normal class library?Answered | 3 Replies | 2887 Views | Created by Richard Allwood, MCC - Thursday, August 26, 2010 2:35 PM | Last reply by mltiede - Monday, August 30, 2010 8:46 AM -
0 Votes
Why ist SUM, AVG, etc. only int?
Hi, is there a Int64 (long) version available of SUM, AVG, etc. functions? The problem is, that the following statement returns the error message ...Answered | 1 Replies | 5876 Views | Created by Jürgen Schmitz - Wednesday, July 15, 2009 8:10 PM | Last reply by Ramya Bharathi - Friday, July 17, 2009 5:15 AM -
2 Votes
sleep(int)
If you're looking for portable code rather than using 'sleep' Or if for some reason 'Sleep' is not available to you. You could throw in your delay function ...Answered | 16 Replies | 55217 Views | Created by MF3 - Wednesday, January 19, 2011 8:45 AM | Last reply by David Ching - Thursday, January 20, 2011 4:05 PM -
0 Votes
Constraint with int, float, double, boolean, etc.
Yes, they are all structs but not all structs have the same properties like int and float for instance.Answered | 5 Replies | 5084 Views | Created by Booster1 - Friday, February 15, 2013 9:50 AM | Last reply by Heslacher - Friday, February 15, 2013 11:40 AM -
0 Votes
Declaring Public int,string,structs,etc..
Write "extern int Number;" in the header file. In one of your source code files define it with "int Number = 80;".Answered | 2 Replies | 2881 Views | Created by Jeremy6996 - Sunday, October 14, 2007 11:16 PM | Last reply by nobugz - Monday, October 15, 2007 8:22 AM -
0 Votes
Difference between types; byte, short, int etc..
Using a smaller-than-int storage type, like unsigned char, doesn't really help anything on a PC unless you need a huge array (millions) of them. For an individual ...Answered | 7 Replies | 5843 Views | Created by Edoe - Saturday, May 23, 2009 7:12 PM | Last reply by Jijo Raj - Sunday, May 24, 2009 4:14 AM -
0 Votes
Long delay for MOSS2007
Is it practical to create a workflow that has a delay for 2 years built in in MOSS 2007? IF it is, does rebooting the servers, restoring etc have any negative ...Answered | 3 Replies | 5667 Views | Created by JohnSeaden - Monday, January 18, 2010 3:06 PM | Last reply by JohnSeaden - Monday, January 25, 2010 7:59 AM -
0 Votes
-> , :: , etc..
I am sorry but this is not correct: the '::' operator does not work this way. There are several uses of the '::' operator in C++ and ...Answered | 3 Replies | 3486 Views | Created by n_codrington - Tuesday, April 3, 2007 2:38 PM | Last reply by TilakGopi - Tuesday, April 3, 2007 4:19 PM -
1 Votes
INSTEAD OF trigger delay
Remember that SQL Server need to build the INSERTED and DELETED tables for instead of triggers. If the modification command *would* have odified many rows, then ...Answered | 14 Replies | 1237 Views | Created by lenab - Friday, November 14, 2014 8:14 PM | Last reply by pituach - Monday, November 17, 2014 8:53 PM -
1 Votes
Functions for bitwise descriptors of long, int
bits set for int, long, etc. I remember using functions like this before, but can't seem to find them, or maybe they ...Answered | 2 Replies | 2467 Views | Created by jkmyoung - Thursday, February 25, 2010 5:20 PM | Last reply by JohnWein - Thursday, February 25, 2010 8:23 PM -
0 Votes
Delay and Timeout Duration
Hello, Can someone please tell me if the code below looks correct? My delay activity isn't working in a simple sequential workflow and ...Answered | 1 Replies | 7700 Views | Created by Jusin Russell - Friday, January 25, 2008 4:25 PM | Last reply by Jusin Russell - Friday, January 25, 2008 10:54 PM -
0 Votes
Datatype Selection Process - Value of int, datetime, etc.
Thank you. The rational for the DATETIME conversion is very clear. In regards to an INT, the time required (in coding) to convert from a String to INT ...Answered | 4 Replies | 6231 Views | Created by We Gain Finance - Thursday, August 16, 2007 2:25 PM | Last reply by richbrownesq - Thursday, August 16, 2007 2:42 PM -
0 Votes
System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
When I use the IP-Adress or the name of my computer in the config file everything works ok. But as soon as I add the domain name I get a server busy message. So it looks to me like some ...Answered | 4 Replies | 19516 Views | Created by ChrisVienna - Wednesday, January 24, 2007 3:25 PM | Last reply by ChrisVienna - Monday, February 12, 2007 10:19 AM -
0 Votes
WebBrowser Timeout/ HttpReponseCode etc. (WP 7.0)
unfortunately is the content field always null (for me anyways :D) I found a little "hack" to solve this problem. Just grab the Navigating ...Discussion | 4 Replies | 2478 Views | Created by Gnrl.Knowledge - Monday, August 8, 2011 3:20 PM | Last reply by Gnrl.Knowledge - Tuesday, August 9, 2011 3:56 PM -
0 Votes
Compare Int, 3 equals out of five, Etc...
I would be doing your homework for you, and that wouldn't really help you in any way in the long run. You need to figure this out for yourself. ...Answered | 6 Replies | 3294 Views | Created by talledollar - Monday, September 8, 2008 7:00 PM | Last reply by talledollar - Tuesday, September 9, 2008 2:41 PM -
0 Votes
Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.DownloadAddIn(TimeSpan timeout)
ClickOnceAddInDeploymentManager.DownloadAddIn(TimeSpan timeout)Unanswered | 1 Replies | 1359 Views | Created by HariYaparla - Tuesday, January 1, 2019 12:06 PM | Last reply by Stanly Fan - Wednesday, January 2, 2019 5:27 AM -
0 Votes
Xenocode & etc...
Hello, Have anyone used before products like Xenocode, Salamander .NET Linker, Thinstall & etc? I'm interested to find possibility to run sotware without installed .NET ...Unanswered | 0 Replies | 5069 Views | Created by ALEXEY_2 - Friday, April 7, 2006 10:42 AM | Last reply by ALEXEY_2 - Friday, April 7, 2006 10:42 AM - Items 1 to 20 of 2887504 Next ›
No announcements