User Profile

Collapse

Profile Sidebar

Collapse
UpsideDownTire
UpsideDownTire
Last Activity: Jun 22 '10, 03:09 AM
Joined: Oct 30 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • UpsideDownTire
    replied to cancelling a specific keypress
    Gary,

    re: blender defender LMFAO !!!11 I hope HaLo2FrEeEk comes up with something fun. A familiar dialog box often gets ignored. Maybe, after x number of times, a shocking scary face appears on screen with a scream. ;-)

    UDT...
    See more | Go to post

    Leave a comment:


  • @ThatThatGuy: Can you tell me more about your reply? Is "D" another form of numeric notation? Or, is it antiquated VB6 specific?

    @Plater: Au contraire, that old VB code works great. In VB6 ".200000000 0D-1" returns a value of 0.02 just like my newer C# from yesterday where ".200000000 0E-1" also returns 0.02. So I doubt the VB6 code is sloppy.

    Am I using "E" for now and my app is working...
    See more | Go to post

    Leave a comment:


  • What Numeric Notation is This and How To Convert?

    I am converting old code to .NET (C#).

    I have step trace through the old code, it creates a string like ".200000000 0D-1" which later converts to 0.02 via CCur(Val()) in VB6.

    What is this form of numeric notation? The old code's variable names suggests that it's some form of Scientific Notation. However, all that I have read about it Scientific Notation an "E" used, not a "D". What is this...
    See more | Go to post
    Last edited by UpsideDownTire; Jun 20 '10, 09:33 PM. Reason: Updated with tests, changing 'D' to 'E'.

  • @Dormilich,

    True what you say about the use of formats GIF, JPEG, PNG, etc as 'favicon' files. But for ease of compatibility for any browser then ICO is the way to go.

    P.S. to use the other formats, don't forget the "rel" attribute, something like this:

    <link rel="icon" type="image/png" href="http://mywebsite.com/imagefile.png">

    UDT
    See more | Go to post

    Leave a comment:


  • Hi "somdutt";

    No, there's no speaker other than the internal PC speaker. That's why I am looking to do this.

    The server shares keyboard, monitor and mouse via a KVM box with a half dozen other machines. So even though I may be sitting right next to the server, there's no sound other than the internal PC speaker.

    No, I don't want email. I do email notification from stored procedures that I run on...
    See more | Go to post

    Leave a comment:


  • Hi mariko;

    Create an icon file (16×16, 32×32 or 64×64 pixel square) and save it to your website as the file "favicon.ic o". Almost all browsers look for this file. That's is what you are seeing.

    UDT
    See more | Go to post

    Leave a comment:


  • SQL Query Complete and Tone Internal PC Speaker

    Hi,

    I am running SQL 2005 Server with SQL Server Management Studio Express 2005. I am aware of the option "Play the Windows default beep when a query batch completes". However, the machine itself (the PC) does not have speakers connected and do not want to attach any speakers.

    Has anyone ever found some code that detects a Windows Message (WM_) or otherwise some kind of a hook that detects when a query is complete...
    See more | Go to post
    Last edited by UpsideDownTire; May 30 '10, 05:11 PM. Reason: Further clarification of the operating environment and emphasis on detection of Query completion.
No activity results to display
Show More
Working...