Search:

Type: Posts; User: bestellen

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    20,365

    Re: What testing tools to use?

    I use next tools:
    Using UI Automation for Automated Testing
    http://msdn.microsoft.com/en-us/library/aa348551.aspx


    Borland

    Silk4Net
    http://www.borland.com/us/products/silk/silk4net.html
  2. Re: Its urgent help:HOW TO Open the .pdf file present in the root path ofthe applicat

    SeemsP, please write did you decide your problem? If yes, please write how.
  3. Re: How to list the online-connected computers on my LAN network

    I made a function out of it. The SchemaClassName has to be Computer

    public List<string> NetworkComputers()
    {
    return (
    from Computers
    in (new...
  4. Replies
    5
    Views
    3,545

    Re: Three guys rent a room for $30

    There is no missing dollar.
    At the end of the day, each man has $1 in his pocket for a total of $3, the bellhop has $2, and the hotel has $25
    25 + 2 + 3 = 30. All square.
  5. Replies
    2
    Views
    8,050

    Re: Random Password Generator.

    also one:



    <?php
    # Name: passwords.php
    # File Description: generates a list of "random" passwords that meet the requirements filled out in teh form
    # Author: ricocheting
    # Web:...
  6. Replies
    2
    Views
    2,427

    Re: Get IP with different segment in asp.net ?

    I hope this article will be usefull for youhttp://www.dotnetfunda.com/articles/show/3029/different-types-of-routing-in-aspnet-mvc
  7. Replies
    4
    Views
    1,758

    Re: When to create objects/classes

    Object-oriented programming is a style of coding that allows developers to group similar tasks into classes. This helps keep code following the tenet "don't repeat yourself" (DRY) and...
  8. Replies
    8
    Views
    5,304

    Re: Starting out on Android development

    Thank you for Xamarin.
    Xamarin is integrated with SDKs of all of the different operating systems. You have the ability to utilize native controls that exist for the iPad, Android or Windows but only...
  9. Replies
    17
    Views
    3,701

    Re: What is your favorite program?

    I am a huge fan of the DejaVu font family. Although the font looks similar to Consolas, I like the taller rounder characters and the extra whitespace (compared to Consolas) in this font. This font...
  10. Replies
    3
    Views
    2,504

    Re: audio file to text converter

    There is no off the shelf software that can do this. There are packages like Dragon Dictate, which can convert voice to text fairly well, but they need to be trained to recognise a particular voice.
  11. Replies
    14
    Views
    44,246

    Re: How to Show Printer Dialog Box

    PrintDialog printDialog1 = new PrintDialog()
    printDialog1.Document = printDocument1;
    DialogResult result = printDialog1.ShowDialog(this);
    if (result == DialogResult.OK)
    {
    ...
  12. Replies
    4
    Views
    9,919

    Re: Developing Mobile Emulators

    The best way is to find ready tools for your task.
  13. Replies
    11
    Views
    2,513

    Re: c# or vb.net ?

    Given that the idea behind the .NET platform is interoperability between the languages (AKA, you're not tied to one language), if you are finding development easier in C#, and the rest of the team...
  14. Replies
    5
    Views
    3,545

    Re: Three guys rent a room for $30

    There is no extra dollar.

    There were 30 dollars paid originally, 10 from each guy. The clerk refunds 5. The busboy keeps 2 dollars, and refunds 1 dollar to each guy.

    25 dollars (the cost of...
  15. Replies
    10
    Views
    2,852

    Re: Anyone using Azure yet?

    I'm really interested in Windows and/or SQL Azure techonologies. But i'm afraid of security.

    These datas must not be vulnarable to any exploit attacks...

    I'm also thinking about of this...
  16. Replies
    3
    Views
    5,673

    Re: How to run php program through wampserver?

    if you want to start from the scratch follow this site: http://www.tizag.com/phpT/

    it is simply great, i have learnt my basics from here .

    For your instant solution i have something for...
  17. Replies
    6
    Views
    3,313

    Re: Raster Graphics

    Dear ShadowTzu, do you can add to your graphic class some comments?
  18. Thread: <head>

    by bestellen
    Replies
    1
    Views
    2,197

    Re:

    That's fairly straightforward.

    You can add a meta tag simply by coding it into your VBScript on the server side. For instance, consider:
    <%
    dim metaString
    metaString = "<meta name=""author""...
  19. Replies
    8
    Views
    5,304

    Re: Starting out on Android development

    For developing Android applications, you can use the Eclipse IDE (download free here). Once the Eclipse IDE is installed, you need to install a custom plug-in called the Android Development Tools...
Results 1 to 19 of 28



Click Here to Expand Forum to Full Width