Skip to content

The Lounge

For discussing anything related to a software developer's life but is not for programming questions. <b><a href="/Questions/ask.aspx" style="color: rgba(255, 0, 0, 1)">Got a programming question?</a></b><br><br>

This category can be followed from the open social web via the handle the-lounge@forum.codeproject.com

118 Topics 758 Posts
  • Time Blocking

    3
    0 Votes
    3 Posts
    0 Views
    M
    Uhh.. my computer is emmiting a whining noise and the clock on my wall is turning backwards. :~
  • Welcome to the lounge...

    12
    0 Votes
    12 Posts
    0 Views
    A
    That's one of the bugs I mentioned ;) [Forum Guidelines]
  • Honesty !

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Windows programming no more interesting!

    8
    0 Votes
    8 Posts
    0 Views
    C
    Paul wrote: With more and more life coming into the Linux community, it will become very difficult to justify any time on Windows. Interesting comment in hindsight - over 6 years on and Windows is still very strong. Vista is becoming available and a lot of people will be making the switch. I tried Linux a few months back and as far as I can see it still isn't suitable as a home or desktop system yet. I don't have the time to learn how to fiddle about with the settings in order to get something to work that just plugs and plays on Windows. I spent a fair few days trying to figure out how to get a network card to work before I gave up and reinstalled windows. Linux will improve, but it still has a long way to go before it becomes generally acceptable as a desktop operating system. Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
  • .Net vs Java

    13
    0 Votes
    13 Posts
    2 Views
    C
    Andrew Smith wrote: I write C++ now, and will either go Java or C#. Out of curiosity - Did you go the C# route or the Java route? ...and why? Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
  • Fav. Beer

    17
    0 Votes
    17 Posts
    1 Views
    L
    There should be a law against "software engineers posting comments under the influence of ethanol..." :rolleyes:
  • wanted: the ultimate font...

    9
    0 Votes
    9 Posts
    0 Views
    L
    gosh! Write a few thousand lines of code, sort them, save them to disk and flush the undo buffer... ;-) cYa, JayKay
  • Ally, Buffy etc...

    22
    0 Votes
    22 Posts
    0 Views
    L
    Let me explain... :rolleyes: WWF is the worst case of C grade acting I have ever seen. What is even worse is the number of people who actually beleive it's real !! :eek: If someone jumped on your back like that and meant it you would be in hospital :-( It's just plain pathetic !! :mad:
  • Web Designers

    6
    0 Votes
    6 Posts
    0 Views
    L
    Sure. Reagards, NEwman
  • Mouse ....Mice........

    4
    0 Votes
    4 Posts
    0 Views
    L
    well, that can act as a reference. Thanks.
  • Locale Timings

    3
    0 Votes
    3 Posts
    0 Views
    J
    It's been a while since I looked at JavaScript/VBScript/JScript, but one of them might have access to time zone information on the web client (?) If it's possible, you could leave all the time settings the way they are & run a script in the web page to automatically convert the timestamps to whatever "local time" is. -Jason
  • x = getchar(); ????

    6
    0 Votes
    6 Posts
    0 Views
    L
    Alfadhly, Thanks. You provide me with good help. Yes, i was a bit "in excess" of first assign the user input to Login[i]. getch() is much better. Thanks.
  • Chaos Theory :suss:

    5
    0 Votes
    5 Posts
    0 Views
    C
    There will definitely be an effect - however, I think the trick is that there is no way you can predict the effect. If a tree falls in the forest... cheers, Chris Maunder
  • This is comforting in a twisted kinda way

    3
    0 Votes
    3 Posts
    0 Views
    A
    That started appearing intermittently at about the same time they released DirectX 8 this evening. Looks like it's suffering under the strain.
  • Fav. Operating System

    3
    0 Votes
    3 Posts
    0 Views
    N
    Even worring was a major airport in the UK, ran a Ferranti M???? somtething (dated '71) before they renewed the system in '95 and now thats 16bit and old.
  • Smileys.. :)

    4
    0 Votes
    4 Posts
    0 Views
    C
    I've added the image. No help smiley yet - anyone want to send one in? Chris Maunder
  • Bitmap Button

    3
    0 Votes
    3 Posts
    0 Views
    A
    Rather than use bitmap buttons, why not try this Michael Santoro's CSXButton class instead. It's a drop in CButton derived class which allows both text AND images. With this class you don't have to muck about with multiple bitmaps for the button states or include your text in the bitmap. Take a look at http://codeguru.earthweb.com/buttonctrl/bitmap_text_button.shtml ================================================= Andy Metcalfe - Sonardyne International Ltd Email: andy.metcalfe@lineone.net Web: http://website.lineone.net/~andy.metcalfe ================================================= "I used to be a medieval re-enactor, but I'm alright now" =================================================
  • Voice Recognition

    3
    0 Votes
    3 Posts
    0 Views
    J
    The SAPI (Speech Application Programmers Interface) is a generic interface which allows you to write speech recognition applications which can use any SAPI complient speech engine. Have a look at http://www.microsoft.com/speech/
  • Reading floppy disks

    4
    0 Votes
    4 Posts
    0 Views
    E
    Look at the CreateFile API in the Platform SDK, you can specify a device such as "\\.\A:" to open the floppy disk. This handle can then be used with DeviceIoControl function to read sectors.
  • VJ++

    14
    0 Votes
    14 Posts
    0 Views
    J
    Thanks for the correction.