December 29th, 2009 04:26 PM
I would check out these tutorials see what distinctions you may fnd between the OS's ...
http://www.msdev.com/Directory/SearchResults.aspx?keyword=windows+7+graphics
Hope these help!
Larry D...
December 16th, 2009 01:50 PM
There are a ton of new features available in the new release of 2008 to make your reporting and scalability challenges in your programming that much easier to develop. It is easily integrated with...
December 15th, 2009 03:07 PM
I would try to use AJAX to load an HTML page that has the silverlight object embedded into it into an iframe. If you're app is hosted on Windows Server 2008 you can use the AJAX libraries that are a...
December 15th, 2009 12:50 PM
I highly suggest using two hard drives for a dual boot system, there is nothing to change in the BIOS with that as once you install Win7 on the second hard drive you will be prompted at each start up...
December 14th, 2009 01:50 PM
Windows 7 has a new methodology of sharing files and folders called a home group. Here is a video on Bing that will walk you through the process of setting up a home group for the purpose of sharing...
November 23rd, 2009 12:39 PM
Now in Beta 1 is going to be supporting XPS format with print and native font support.
GO to http://microsoftpdc.com/Sessions/P09-11
To check out some of the new features and get a good...
November 19th, 2009 06:23 PM
that system should work...
although I would probably have two tables in the database, one temp and one for completed orders... then call my database functions form a hidden frame... when a user...
November 19th, 2009 06:05 PM
There is a ton of training for JSON, AJAX, and WCF that you can take advantage of for free.
GO to http://www.codeguru.com/forum/showthread.php?p=1896756#post1896756 and type JSON into the search...
November 19th, 2009 05:41 PM
If you are using Windows server 2008 R2 on your server side there are a lot of functions with AJAX that are available now. I would play with using Windows Identity Framework and AJAX features to see...
April 14th, 2009 04:53 PM
There are some fantastic tutorials including video tutorials found here...
http://silverlight.net/Learn/
THe content here ought to be able to get you up and going. Hope this helps
Larry...
April 14th, 2009 04:48 PM
Here is the page on MSDN where the ASP.NET login controls are discussed...
http://msdn.microsoft.com/en-us/library/ms178329.aspx
Hope this helps
Larry Darrah
MS AE
April 14th, 2009 04:36 PM
My question would be if every response will require a + sybol... if so then there isn't a need to input it, you can prepend the symbol to the number post submittal. If that isn't the case you can...
April 10th, 2009 03:54 PM
Check out the learning video tutorials...
http://silverlight.net/Learn/
Hope this helps,
Larry Darrah
MS AE
April 10th, 2009 03:01 PM
The user I would authenticate with would be 'sa' which is the default for the SQL Administrator. There some issues with SQL Express in DB authentication. You may want to also try SQL CE (Compact...
January 30th, 2009 01:07 PM
I dont see the problem... shouldn't the text decrease in size when the window is sized down or increase when the window is maximized?
Larry D
MS Architect Evangelist
January 30th, 2009 01:03 PM
well if its a web application or page you need to define the z index as constant and 0
Hope this helps,
Larry D