No announcements
Found 2534129 threads
-
0 Votes
Checkbox/Textbox over an image
I Would like to place a Checkbox or Textbox over an image, but during the design processe Visual Studio puts the image over the checkbox/textbox. Can I do ...Answered | 1 Replies | 3271 Views | Created by AfonsoÃires - Tuesday, March 4, 2008 5:19 PM | Last reply by wjousts - Tuesday, March 4, 2008 5:46 PM -
0 Votes
How can i send an image over the network?
Hello all, I was wondering if there is an easy and fast way to send an image (or files in general) which is small, as in around 30KB, over the network ...Answered | 3 Replies | 3053 Views | Created by Osama EnNasr - Friday, May 1, 2009 4:05 PM | Last reply by bpell - Friday, May 1, 2009 9:54 PM -
0 Votes
Draw over an image
I need to display an image in a form and then I want to draw over the data. The image is a png showing a geographical map. I want to draw over some ...Answered | 1 Replies | 4942 Views | Created by DadoToday - Wednesday, April 19, 2006 1:17 PM | Last reply by HuyN_MS - Friday, April 21, 2006 8:03 PM -
0 Votes
What's an OVER clause?
The OVER () clause can also be paired with aggregates such SUM to provide "windowed" aggregates rather than "grouped" aggregates. Hang on and I'll get ...Answered | 4 Replies | 4880 Views | Created by xr280xr - Monday, June 2, 2008 10:34 PM | Last reply by Kent Waldrop _ - Monday, June 2, 2008 11:28 PM -
0 Votes
Logic App - Repeating over Data
then make it so in your logic app you can then reference @triggers().property where property is a property within that item. Let me know if that works - we should be ...Answered | 7 Replies | 1119 Views | Created by Shane M - Tuesday, October 27, 2015 8:37 PM | Last reply by Shane M - Thursday, October 29, 2015 5:59 PM -
0 Votes
How can a Metro app communicate over a serial port and not over USB?
app the DeviceCapability (I haven't seen an appropriate DeviceCapability to use for serial ports) or permission to read and write data over the serial ...Answered | 5 Replies | 1758 Views | Created by Celbester - Monday, January 27, 2014 6:20 AM | Last reply by Celbester - Friday, January 31, 2014 8:31 AM -
1 Votes
can provider hosted app have an app web
With a provider hosted model the app web is optional. So you can have both. http://msdn.microsoft.com/en-us/library/officeAnswered | 1 Replies | 646 Views | Created by windfly2020 - Tuesday, September 9, 2014 8:28 PM | Last reply by Steve.Curran - Tuesday, September 9, 2014 10:03 PM -
0 Votes
Can an Excel template be uploaded as an app?
No, you would need to write an app. There is no in-box support for Excel files in Windows Store apps, but you may be able to find a third party component. That would still require ...Answered | 3 Replies | 474 Views | Created by bigezbookkeeping - Wednesday, January 22, 2014 7:06 PM | Last reply by Rob Caplan [MSFT] - Thursday, January 23, 2014 2:40 AM -
0 Votes
If exists become an infinite loop..
Because there is a lock on the table. The lock can be a lock on a row, an index key, a page or the entire table. Probably there is a running ...Answered | 11 Replies | 859 Views | Created by DIEGOCTN - Friday, May 9, 2014 1:01 PM | Last reply by DIEGOCTN - Friday, May 9, 2014 3:17 PM -
0 Votes
How Long it Takes to Become a Good App Developer?
starting your next great big app. Remember, Rome wasn't build over night ;)Answered | 1 Replies | 300 Views | Created by maze4 - Friday, March 25, 2016 5:23 AM | Last reply by Alex Jong - Friday, March 25, 2016 5:47 AM -
3 Votes
Can an app create a new SiteCollection?
(); ...clientContext.Web.Webs.Add(newSite); will create a new Site in the collection where my app is installed. The question is, whether ...Answered | 2 Replies | 3117 Views | Created by Adi365 - Thursday, November 8, 2012 2:14 PM | Last reply by Maxim Lukiyanov - Friday, November 9, 2012 10:02 PM -
0 Votes
how can i Become Network security expert?!
Ok, let see if i can put you in the right direction. Can't help you towards a physical university because i'm not in one of those countries. With regards to the ...Answered | 3 Replies | 9498 Views | Created by farbodkain - Sunday, May 29, 2011 3:23 PM | Last reply by farbodkain - Tuesday, May 31, 2011 1:43 PM -
0 Votes
Service app database was deleted. How can I remove the app and start over?
As stated in the title, my search service app had it's databases accidentally deleted. I want to remove the service app and start over, ...Answered | 4 Replies | 2969 Views | Created by steveblocker - Tuesday, March 20, 2012 3:36 PM | Last reply by steveblocker - Wednesday, March 21, 2012 12:40 PM -
0 Votes
Restoring over an offline database
Good Morning Experts, Can I restore over a DB that is in an offlineAnswered | 2 Replies | 573 Views | Created by juniorkiran - Monday, August 13, 2018 2:43 PM | Last reply by Mohsin_A_Khan - Monday, August 13, 2018 10:17 PM -
1 Votes
Over lapping an image
Hey guys. If you go to my website wwwmysickpickcom you will see the issue that im having. I have an image exactly where I want it to be in my header but if you mouse over my home, ...Answered | 9 Replies | 1972 Views | Created by Kenny VH - Wednesday, July 10, 2013 12:30 AM | Last reply by paladyn - Friday, July 12, 2013 5:34 AM -
0 Votes
Error message when running app over network
I've got an app that's running over a network and everything seems fine with it; it runs, copies and moves files successfully and much more. The last part of the ...Answered | 1 Replies | 4400 Views | Created by RDF - Friday, April 28, 2006 6:53 PM | Last reply by RDF - Monday, May 1, 2006 7:31 PM -
0 Votes
Extend the lifetime of an Windows Store App when switched over to different app
you need to make sure the app resumes where the user left. then it wont notice it application got termited by the OS. you can use background tasks to keep doing work in the ...Answered | 3 Replies | 538 Views | Created by G.K. Shri Raghavendra - Wednesday, January 15, 2014 7:09 PM | Last reply by Dave Smits - Thursday, January 16, 2014 2:13 PM -
0 Votes
foreach over an array, can I specify a predicate
using an array list you have to typecats the letter back to a string because array list only hold general objects ( (string)List[1] ).Name.StartWith() try this may ...Answered | 7 Replies | 4896 Views | Created by Michiel1978 - Wednesday, June 7, 2006 9:51 AM | Last reply by NewWorldMan - Thursday, June 8, 2006 12:51 PM -
0 Votes
UserEndpoint Console App - signing in over edge
Hi there, Hopefully someone can point out the silly thing I've forgotten to do! I've created a UserEndpoint console app (ClientPlatformSettings ...Answered | 2 Replies | 1243 Views | Created by Tom Morgan UK - Tuesday, January 28, 2014 5:02 PM | Last reply by Tom Morgan UK - Friday, January 31, 2014 8:57 AM -
1 Votes
How to become an Exchange Admin
-ee70b3ec63c5 On the page below you can find more informationAnswered | 2 Replies | 905 Views | Created by Chronomical - Wednesday, November 28, 2018 12:04 AM | Last reply by Chronomical - Wednesday, November 28, 2018 4:42 AM
No announcements