No announcements
Found 3084856 threads
-
0 Votes
2008 HTML text freezes every 5 or so seconds in Source view
User693614070 posted My problem of source freezing every 5 seconds has effectively disappeared.Answered | 79 Replies | 525 Views | Created by Anonymous - Thursday, December 13, 2007 12:39 PM | Last reply by Anonymous - Wednesday, March 19, 2008 7:28 PM -
4 Votes
Windows Live Messenger Freezes Every so often
I would like to return to using WLM9, but cannot because it hangs every 7ish seconds.Answered | 69 Replies | 92073 Views | Created by DoomLife - Wednesday, September 12, 2007 2:06 PM | Last reply by btrim - Friday, April 22, 2011 1:14 AM -
2 Votes
do something every 5 seconds
It should be while (a == true) With a label and a button on a windows form, this works for me: public Form1() ...Answered | 3 Replies | 7330 Views | Created by Raine1988 - Sunday, February 22, 2015 3:38 AM | Last reply by Andy ONeill - Sunday, February 22, 2015 11:24 AM -
0 Votes
async functions and Regex: 5 second freeze occurs
But still unclear why it executes so long.Answered | 5 Replies | 3409 Views | Created by Yuriy Moldavanov - Friday, May 4, 2012 10:39 AM | Last reply by macrogreg - Tuesday, May 22, 2012 2:15 AM -
0 Votes
In VSTS How to run a 20 second webtest every 5 seconds
If you set user count to one and the web test takes about 20 seconds to execute the best you can expect is 3 tests per minute.Answered | 2 Replies | 4217 Views | Created by TomEaton - Thursday, November 4, 2010 8:51 AM | Last reply by TimJim - Thursday, November 4, 2010 12:33 PM -
2 Votes
How to raise an event every 5 seconds
") EndSub Please note that for 5 seconds, we set the interval to 5000 because 5 seconds = 5000 milliseconds.Answered | 5 Replies | 1708 Views | Created by EpicProgrammer1000 - Wednesday, February 6, 2013 1:31 AM | Last reply by Zock77 - Wednesday, February 6, 2013 8:16 PM -
0 Votes
How to update the data from DB for every 5 seconds
If you are programming against a pre-2008 SQL Server, you might want to let the database notify you of changes instead of polling the database.Answered | 5 Replies | 3339 Views | Created by Tommy2008 - Tuesday, August 19, 2008 12:18 PM | Last reply by Claus Konrad - Wednesday, August 20, 2008 6:14 PM -
1 Votes
Visual Studio 2008 HTML Designer unusably slow in source mode.
I'm having the same Design View Freezes issue when switching from Source to Design mode.Answered | 86 Replies | 39424 Views | Created by JDWilson - Sunday, December 30, 2007 10:09 PM | Last reply by Motilm - Thursday, September 2, 2010 9:54 AM -
1 Votes
Hiding certain HTML content from view source
It's not just a case of 'view source' Think about all the web developer plugins for ...Answered | 5 Replies | 2584 Views | Created by arunkumark - Thursday, July 26, 2012 11:10 AM | Last reply by servy42 - Thursday, July 26, 2012 2:46 PM -
0 Votes
Autorefresh webpart every 5 minutes or so - Jquery?
<script src="http://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script> <script ...Answered | 2 Replies | 4612 Views | Created by hasse_76 - Friday, January 29, 2016 12:31 PM | Last reply by Dennis Guo - Monday, February 1, 2016 3:26 AM -
5 Votes
Column Freezing in SSRS 2008 Report
Below are my columns of the report 1) Employee Id 2) Employee name 3) Salary 4) Address ...Answered | 11 Replies | 19539 Views | Created by Prawin Kumar Sreeram - Friday, December 31, 2010 7:43 AM | Last reply by Challen Fu - Tuesday, January 4, 2011 1:55 AM -
4 Votes
Match every second integer
I think I have answered this inAnswered | 10 Replies | 707 Views | Created by Mr.SMP - Monday, May 12, 2014 1:53 PM | Last reply by Kareninstructor - Monday, May 19, 2014 1:29 PM -
2 Votes
Run a query every 2 seconds.
So for example, if you wanted to load several forms at once and have them all be updated at exactly the same time every five seconds, then you could make the timer ...Answered | 13 Replies | 7303 Views | Created by a.net sukbir - Tuesday, May 1, 2012 9:39 AM | Last reply by a.net sukbir - Thursday, May 3, 2012 8:13 AM -
0 Votes
Data Source view SSRS 2008
I wasn't sure if you are saying the you run the view wizard that your table doesn't show up there or after you previously created the view you forgot to include a table.Answered | 2 Replies | 4120 Views | Created by SR_MCTS - Thursday, July 7, 2011 6:11 AM | Last reply by Sharp Wang - Friday, July 8, 2011 8:45 AM -
1 Votes
SSIS freeze when copying data from a view - works fine when copying from a table
The user used for the connection in the package is the same user that owns the view, so that cannot be the problem.Answered | 7 Replies | 1970 Views | Created by Bo Grevy - Tuesday, June 18, 2013 2:18 PM | Last reply by Romain Keiser - Wednesday, June 19, 2013 3:30 PM -
0 Votes
C# adding text every five minutes
{ ++seconds; if(seconds>=59) { seconds = 0; minutes++; } ...Answered | 5 Replies | 6910 Views | Created by CSharpNoob2011 - Sunday, August 3, 2014 4:00 AM | Last reply by ThankfulHeart - Sunday, August 3, 2014 10:09 AM -
0 Votes
HTML Formatted text in VS2008, SSRS 2008
The standalone ReportViewer control does not ship with SQL Server, so there is nothing in that download that you can load into ASP.Net.Answered | 6 Replies | 6520 Views | Created by Chris_Harrington - Friday, July 11, 2008 2:14 PM | Last reply by Robert Bruckner - Thursday, July 24, 2008 1:21 AM -
0 Votes
Freezing the List View Menu
Hi Vinay, According to your description, my understanding is that you want to freeze the column header of a list view.Answered | 1 Replies | 861 Views | Created by Vinay_NVC - Wednesday, April 29, 2015 10:02 AM | Last reply by Patrick_Liang - Thursday, April 30, 2015 6:40 AM -
0 Votes
Update the TextBlock every n seconds
You could use an inline delegate that simply calls the TextBlock_Load (which should take a RoutedEventArgs as the second argument by the way).Answered | 3 Replies | 5022 Views | Created by Bogdan Mocanu 01 - Thursday, August 6, 2015 7:26 PM | Last reply by Magnus (MM8) - Friday, August 7, 2015 12:33 PM -
0 Votes
How to trigger background task every seconds?
Marukovich, a live tile that update every 15 minutes is better than a live tile that drains battery so badly that people tend to "turn live tile off".Answered | 8 Replies | 2107 Views | Created by T G Karthick Babu - Tuesday, October 30, 2012 1:04 PM | Last reply by InLocoAbsentia - Tuesday, October 30, 2012 2:53 PM - Items 1 to 20 of 3084856 Next ›
No announcements