CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tattooedscorpdc

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: Blending problem with 1bpp images in windows7

    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...
  2. Replies
    0
    Views
    3,313

    SQL Server 2008 R2

    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...
  3. Re: prevent Silverlight app from loading until clicking

    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...
  4. Replies
    2
    Views
    1,584

    Re: parallel os installation

    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...
  5. Replies
    2
    Views
    2,655

    Re: windows 7 could not connect xp

    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...
  6. Replies
    0
    Views
    1,637

    Silverlight 4

    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...
  7. Replies
    1
    Views
    7,337

    Re: Webshop user tracking

    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...
  8. Re: WCF consumed by {JSON + ASP.NET} - Authentication, form or Windows?

    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...
  9. Replies
    6
    Views
    17,370

    Re: AJAX and Windows Authentication

    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...
  10. Replies
    1
    Views
    6,115

    Re: Cannot run .NET Application

    There is a possibility that you need to go to Windows update and install all of the updates for the machine again... if this is Vista you may want to consider installing the Windows 7 Release...
  11. Replies
    0
    Views
    1,842

    Windows 7 Compatibility Resources

    Windows 7 is set to be shipped by October 22, 2009. . Test your applications now and acheive a logo for your apps compliancy. All you need to get your apps tested and qualified for a logo can be...
  12. Replies
    2
    Views
    7,882

    Re: really simple ajax.

    There is no simple way to do this as AJAX requires the file you are pulling to be well formed... that's the XML part, if your HTML page has any broken or improperly nested tags the whole file itself...
  13. Re: aspnet_regsql.exe command to create DB..

    http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/login/default.aspx

    This is just a jump off page with several login controls to explore...

    Hope this helps
    Larry Darrah
    MS...
  14. Replies
    1
    Views
    1,001

    Re: handlig 401.2 error "access denied"

    check out this link...

    http://quickstarts.asp.net/QuickStartv20/aspnet/doc/monitoring/errors.aspx#handling

    There are several ways you can implement this functionality and this should provide...
  15. Re: best moment of applying dynamic template?

    All you need to do is link the style sheet in your HTML header.... in your case this would be the best since you have style sheets already designed as sperate files...

    <link rel="stylesheet"...
  16. Re: How to ReFresh a user Control

    Wrap this around your control...

    <a href="#" onclick="location.reload(true)">CONTROL HERE</a>

    Its a JavaScript call that will provide the functionality I think you are looking for

    Hope this...
  17. Replies
    1
    Views
    2,216

    Re: File Upload using tag

    Check out this link... http://www.asp.net/community/control-gallery/browse.aspx?category=50... you can download examples of various ASP.NET AJAX uploaders with configure specs in the download...
  18. Re: MouseOver event on the Button in Asp.Net

    You could use DHTML JavaScript functions to slide the disabled button out of view, or change it's z index to be below your other div items. Do you have a JS file you are implementing with this app?...
  19. Replies
    1
    Views
    1,232

    Re: XAP or ASPX or Mixuture?

    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...
  20. Replies
    1
    Views
    1,698

    Re: Login and Password validations!!

    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
  21. Re: FilterTextBoxExtendet to support specific string

    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...
  22. Re: Text floating around a (dynamically sized) image

    Check out the learning video tutorials...

    http://silverlight.net/Learn/

    Hope this helps,

    Larry Darrah
    MS AE
  23. Replies
    1
    Views
    928

    Re: SQL Express Account

    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...
  24. Replies
    2
    Views
    1,259

    Re: Displaying text on video

    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
  25. Replies
    2
    Views
    1,173

    Re: Newbie - image always ontop

    well if its a web application or page you need to define the z index as constant and 0


    Hope this helps,
    Larry D
Results 1 to 25 of 47
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured