No announcements
Found 2590150 threads
-
0 Votes
WPF - Image show problem
I encountered the same problem after adding some 16 images (icons) to the application.Answered | 12 Replies | 8307 Views | Created by Elango.Ka - Wednesday, March 11, 2009 11:49 AM | Last reply by mesfin. _ - Thursday, December 3, 2009 6:10 PM -
0 Votes
Show images in ListView
There are a lot of ways you could do it; I would just setup a loop to get the images within the selected folder into an arraylist and then bind your listview to the arraylist.Answered | 7 Replies | 4342 Views | Created by jawahars - Friday, May 15, 2009 9:30 AM | Last reply by Dot_Net_Noob - Friday, May 15, 2009 2:11 PM -
1 Votes
Show (Render?)
I'll spend some time digging into that and see what happens.Answered | 2 Replies | 2778 Views | Created by Kyle M_ - Thursday, June 9, 2011 11:21 PM | Last reply by Kyle M_ - Friday, June 17, 2011 3:01 AM -
0 Votes
Image in user control will not show at design time when embedded in window but will work at run time
My project is structured as follows: Windows\ contains xaml for windows UserControls\ contains xaml for user ...Answered | 1 Replies | 875 Views | Created by AJCSoft - Thursday, November 21, 2013 12:51 PM | Last reply by Magnus (MM8) - Thursday, November 21, 2013 4:07 PM -
0 Votes
Performance diffrence for same qery and same server config
Ok, if you have the same data and the same execution plan, then look at STATISTICS IO and STASTISTICS TIME to see if a difference in CPU time or IO accounts ...Answered | 3 Replies | 880 Views | Created by vikas kumar pathak - Wednesday, October 23, 2013 3:07 PM | Last reply by davidbaxterbrowne - Wednesday, October 23, 2013 7:55 PM -
0 Votes
Can more than 1 admins perform maintenance at same time?
Again to answer your question, scenario you have mentioned can be perform at the same time by different users but keep in mind if you go that path ...Answered | 4 Replies | 1468 Views | Created by Shabeaut - Wednesday, December 4, 2013 2:23 PM | Last reply by Amit V - Wednesday, December 4, 2013 3:40 PM -
3 Votes
Image is not showing in runtime.
Set the Build Action of the .ico file to Resource and it should work provided that the file is located in the same project as the UserControl and that the relative path is ...Answered | 2 Replies | 34732 Views | Created by Sumitk.cdac - Wednesday, December 3, 2014 9:42 AM | Last reply by Magnus (MM8) - Wednesday, December 3, 2014 2:49 PM -
1 Votes
Load and show 20.000 images
So you will definitely need to use some sort of separate file for the initial showing pictures.Answered | 9 Replies | 2167 Views | Created by Bjorn Vdkerckhove - Friday, November 4, 2011 2:43 PM | Last reply by Bjorn Vdkerckhove - Tuesday, November 15, 2011 9:45 AM -
1 Votes
New image is not showing in the Image Gallery
From here you should see a screen that looks something like: If you do not see your VHD listed here, then please check under the IMAGES tab to ...Answered | 3 Replies | 2989 Views | Created by FSDeveloper1 - Friday, October 5, 2012 11:43 PM | Last reply by Steve Espinosa [MSFT] - Thursday, October 11, 2012 11:52 PM -
5 Votes
Analyze Total time of web performance test
Yes Tim, i am executing the both the tests from same agent machine.Answered | 11 Replies | 5058 Views | Created by .net.developer - Friday, July 8, 2011 4:30 AM | Last reply by Lynn Simith - Friday, July 15, 2011 5:33 AM -
5 Votes
Redrawing of heavy images on paint slows performance drastically
Really depends on image size and the time between the paint-events...Answered | 6 Replies | 3234 Views | Created by window devloper_maroof - Friday, March 11, 2011 9:45 AM | Last reply by Thorsten Gudera - Monday, March 14, 2011 2:58 PM -
0 Votes
Performance Counters - Always shows "No data available in this time period"
I gave it a try earlier today and seems to get the same problem as dshowlett.Answered | 4 Replies | 2135 Views | Created by dshowlett - Wednesday, April 15, 2015 2:56 PM | Last reply by st.wba - Wednesday, July 8, 2015 8:36 AM -
0 Votes
Process % Processsor Time in performance monitor
Dear All, I have a critical application for which the performance has to be monitored.Answered | 2 Replies | 4268 Views | Created by Jaya Chitra - Wednesday, April 15, 2009 11:25 AM | Last reply by Tom Phillips - Wednesday, April 15, 2009 4:42 PM -
0 Votes
Best way to get good performance when loading images?
So what I meant is to improve performance by using (form-display-)fittingly sized images.Answered | 4 Replies | 2817 Views | Created by C_Newbie01 - Wednesday, January 4, 2012 3:27 PM | Last reply by C_Newbie01 - Monday, January 9, 2012 2:36 PM -
0 Votes
show imag
Devon has given you a good sample of retrieving image from a scanner.Answered | 3 Replies | 1835 Views | Created by sarmad jal - Tuesday, November 22, 2011 7:47 AM | Last reply by Mike Feng - Thursday, November 24, 2011 11:10 AM -
0 Votes
images not showing up in design view
There's a whole subject devoted to this - design-time data.Answered | 1 Replies | 632 Views | Created by Mzhicks - Tuesday, April 7, 2015 1:09 AM | Last reply by Matt Small - Tuesday, April 7, 2015 1:20 PM -
0 Votes
ListView\ObservableCollection "real time" Performances
Right now it seems that I solved my problem trying to sorting an item in the same time that is added into the collection.Answered | 5 Replies | 6275 Views | Created by Marzio Pattano - Monday, May 30, 2011 9:50 AM | Last reply by Min Zhu - Tuesday, June 7, 2011 2:35 AM -
3 Votes
How to increase performance of loading lot of data to dgv using ADO
I agree with just showing a few data are more comfortable for user and make it easy to read.Answered | 4 Replies | 667 Views | Created by ichigo56 - Wednesday, February 17, 2016 3:11 PM | Last reply by ichigo56 - Saturday, February 20, 2016 5:48 PM -
0 Votes
Div Background Images Not showing.
If it's in the same directory as the page, the url is url('Logo_Header.jpg');Answered | 6 Replies | 6880 Views | Created by GWBridge - Tuesday, July 1, 2008 12:42 AM | Last reply by GWBridge - Tuesday, July 1, 2008 3:26 PM -
3 Votes
Show the same page after SPLongOperation
If you want to stay in the same page, get the url of the current page in a string using SPContext.CurrentSite.Url and use it in SPLongOperaton.End().Answered | 4 Replies | 10485 Views | Created by N L V - Tuesday, November 23, 2010 6:36 AM | Last reply by Shawn Leonard [MSFT] - Wednesday, December 29, 2010 9:04 PM
No announcements