Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chiph

  1. chiph

    Static when burning audio CD

    The burning software will successfully burn at 48kHz (it's doing what you told it), but any player will have real difficulties in playing it. Read more at: http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) Chip H. ____________________________________________________________________...
  2. chiph

    I am going to learn C#

    You can download Visual Studio Express Edition from Microsoft for free. There are some limitations, but for someone new to the language, it's doubtful you'd hit one of them. Chip H. ____________________________________________________________________ www.chipholland.com
  3. chiph

    Static when burning audio CD

    Yes, the CD-Audio standard requires 44.1 kHz sampling and 16-bit resolution. Been that way since 1983. :-) Chip H. ____________________________________________________________________ www.chipholland.com
  4. chiph

    Vanity Plates VI ("Six"...not "vi" <grin>)

    That's been a while. The last active duty Warrant Officer left in 1980. Chip H. ____________________________________________________________________ www.chipholland.com
  5. chiph

    Power Mac Dual G5

    Apple has announced that the next release of the OS - "Snow Leopard" will not run on the Power PC machines, only those with Intel CPUs. (which means my G4 Mini is now an orphan!) So 10.5.x Leopard will be the newest OS you can install on it. Get to the store before they stop selling it. Chip...
  6. chiph

    Kill a specific Winword process

    Almost certainly you aren't disposing of a variable correctly. Run FxCop against your source code (both the code you posted and the code which accesses the files), looking for warnings in the 2000 range (anything that has the word "dispose" in it. If you have any of these, use the "using"...
  7. chiph

    Pass arguments to service?

    In order to pass requests across the network to this service, you'll have to use one of the usual network-aware protocols & APIs. TCP/IP sockets MSMQ Remoting WCF Web Service Or even email. :) Chip H. ____________________________________________________________________ www.chipholland.com
  8. chiph

    Do Partial Classes Extend Existing Code

    You can use partial classes like that, but the class you're trying to extend has to already be marked as being a partial. Extension methods (new to 3.x) are probably what you're looking for. Chip H. ____________________________________________________________________ www.chipholland.com
  9. chiph

    Vanity Plates VI ("Six"...not "vi" <grin>)

    Frost Mage -- a character class in World of Warcraft. Chip H. ____________________________________________________________________ www.chipholland.com
  10. chiph

    ROUNDED CORNERS

    gsc123 - you can find a lot of info out about how a site does things by doing a "View Source" on it. This includes looking at a site's stylesheet, as it will be there in the header block, and you can modify the URL in the browser to show you that file. Chip H...
  11. chiph

    VB 2008 and Lotus Notes

    I don't believe that Notes exposes a COM automation interface -- I've never seen anything in the registry of the machine at work which would indicate that it does. Sorry. Chip H. ____________________________________________________________________ www.chipholland.com
  12. chiph

    Vanity Plates VI ("Six"...not "vi" <grin>)

    It occasionally brings up the image -- looks like I'm having some problems with my hosting company. This totally spoils the effect & all the effort I went to. Grrr. OK, my new plate is: FROSTMGE ____________________________________________________________________ www.chipholland.com
  13. chiph

    Dial-up ISP Number Repository?

    Could you write some code that takes the numbers that get dialed, and then dial it itself, looking for ISP-like text? "Welcome to Columbia Internet" and so on. Chip H. ____________________________________________________________________ www.chipholland.com
  14. chiph

    Memory Not Released

    It's also possible that the memory "loss" you're seeing is the .NET runtime assemblies remaining in memory. Chip H. ____________________________________________________________________ www.chipholland.com
  15. chiph

    Replace Function

    Yes, those extra slashes are added by the IDE. Ignore them. Chip H. ____________________________________________________________________ www.chipholland.com

Part and Inventory Search

Back
Top