Skip to content
  • Sound of the Week

    The Lounge javascript cloud csharp linq com
    9
    0 Votes
    9 Posts
    0 Views
    Sander RosselS
    Another good one :thumbsup: Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • 0 Votes
    4 Posts
    0 Views
    D
    Kent Sharkey wrote: We're still good with .NET 1.1 though, right? It's still the preferred .net for NT4 applications. :-\ Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius
  • I'm looking for the IT guy...

    The Lounge javascript cloud csharp linq com
    4
    0 Votes
    4 Posts
    0 Views
    Sander RosselS
    I only stole it from some other person on the interwebs (don't even know who or where). You're giving me way too much credit :laugh: Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • I had a great childhood

    The Lounge javascript cloud csharp linq com
    9
    0 Votes
    9 Posts
    0 Views
    J
    This is all very tiring. "A little time, a little trouble, your better day" Badfinger
  • So I applied for the X-Men...

    The Lounge javascript cloud csharp linq com
    4
    0 Votes
    4 Posts
    0 Views
    J
    LOL "A little time, a little trouble, your better day" Badfinger
  • Sound of the Week

    The Lounge javascript cloud csharp linq com
    15
    0 Votes
    15 Posts
    0 Views
    B
    After 3m 20s I gave up trying to figure out why everyone is so happy except maybe because everyone is good looking.
  • Sound of the Week

    The Lounge javascript cloud csharp linq com
    10
    0 Votes
    10 Posts
    0 Views
    Sander RosselS
    Dang, I'm a week behind on SOTW replies! :omg: This one's very nice (so far) though! :thumbsup: Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • 0 Votes
    6 Posts
    0 Views
    Sander RosselS
    Thanks, I'm not one to wallow in misery :D I've been making (slightly darker) jokes, just not on here ;) Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • Hardest day of my life

    The Lounge javascript cloud csharp linq com
    10
    0 Votes
    10 Posts
    0 Views
    S
    too tough for you, stay strong:rose: diligent hands rule....
  • 0 Votes
    2 Posts
    0 Views
    J
    At a quick glance, your program reads a key but does not redraw the image. After a key is read (your Input() routine), you call your Logic() routine and then exit. I guess that what you wanted to do was to loop and redo the Draw(), Input(), Logic() steps until the end of the game. Suggestion: Encapsulate those steps in a do ... while loop.
  • RIP cousin

    The Lounge javascript cloud csharp linq com
    18
    0 Votes
    18 Posts
    0 Views
    J
    Very sad. Your Uncle will need as much support as he can get from family. Tractors and other large vehicles need to have the very best illumination for detection especially in poor weather. This may have been the issue. "A little time, a little trouble, your better day" Badfinger
  • [Help]H.W issues

    Python linq security functional help
    2
    0 Votes
    2 Posts
    8 Views
    L
    אנטון מוטרוק 2021 wrote: errors such as message.txt file doesnt exist etc If you get errors then you need to provide the exact text, and explain which line they occurred on. Remember we have never seen this code before, have no idea what is is supposed to do or what data it is processing. Also, instead of trying to write the entire application in one go, stop and look at the task(s) you have been set. Go by the numbers in your questions: write the code just for that step, and test it until it works successfully. Only then should you move on to the next step, and so on, until you complete the entire application.
  • The adjective for metal is metallic...

    The Lounge javascript cloud csharp linq com
    6
    0 Votes
    6 Posts
    0 Views
    J
    Ok! Just very thin. "A little time, a little trouble, your better day" Badfinger
  • Sound of the Week

    The Lounge javascript cloud csharp linq com
    16
    0 Votes
    16 Posts
    0 Views
    Sander RosselS
    Needed that this morning :zzz::thumbsup: Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • Ugh, time for a new laptop

    The Lounge javascript cloud help csharp linq
    5
    0 Votes
    5 Posts
    0 Views
    O
    Since my laptop backs up on a regular basis using the Windows File History feature, I can reimage and restore in about four hours. My last laptop cost me just under $3,200. Using $100/hour and an 8 hour day, this would have been four business days of chargeable time. I actually had to do this in February as my previous laptop simply shut off and would not turn back on. Purchased a new machine (Dell XPS15) and had it up and running in about four hours with everything restored from the file history backups.
  • Postal services are the worst...

    The Lounge javascript cloud csharp linq com
    3
    0 Votes
    3 Posts
    0 Views
    D
    That is exactly how most publishing houses work, by the way. GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X
  • Sound of the Week

    The Lounge javascript cloud csharp linq com
    8
    0 Votes
    8 Posts
    0 Views
    P
    Quote: Not sure what those documentary makers were smoking to use these visuals :laugh:
  • 0 Votes
    3 Posts
    0 Views
    Richard DeemingR
    Your errors suggest you're using .NET Core or .NET 5, 6, or 7. Unlike in the .NET Framework, .NET Core and .NET do not set the UseShellExecute to true by default - you need to specify it explicitly: private void LinkedLabelClicked(object sender, LinkLabelLinkClickedEventArgs e) { dynamicLinkLabel.LinkVisited = true; System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo { FileName = "http://www.c-sharpcorner.com", UseShellExecute = true, }); } "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Sound of the Week

    The Lounge javascript cloud question csharp linq
    12
    0 Votes
    12 Posts
    0 Views
    D
    :thumbsup: It has been a while since I've listened to something over and over again, but I find myself doing it with this set. Our Forgotten Astronomy | Object Oriented Programming with C++ | Wordle solver