Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

ChrisKo 0

@ChrisKo 0
About
Posts
164
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Page refresh
    C ChrisKo 0

    If you want a postback, then just use formName.Submit(); or look into the __doPostBack() function.

    ASP.NET

  • PowerShell Query
    C ChrisKo 0

    This would probably be a better question in the Operating System/ Sysadmin forum as I think there's probably more PowerShell users there.

    C# csharp php database com windows-admin

  • FileStream object and performance concern
    C ChrisKo 0

    You will be bound by the disk I/O at that point, so it will depend on how much work your doing with that stream. It might make more sense to use a memory stream and when your done, quickly dump that to disk. I'd probabyl use MSMQ for my process list and have an external service pick up those messages to do the processing. Using MSMQ allows you to seperate out the functions of accepting work and doing work. The messages will also be persisted during failures by MSMQ, so it also gives you a safe guard. I haven't looked at it much atall, but I think WCF can use MSMQ for it's message delivery medium. If you decide to go the route of seperating the processes, take a look at WCF as the communication mechanism.

    C# question data-structures performance

  • Will get a squint in my eye soon...
    C ChrisKo 0

    I've had a Canon Rebel XT for a few years now. I have the standard 18-55mm kit lens and a Canon 70-200mm f/2.8L. Before I bought the L lens I actually had a 75-200mm IS lens that wasn't too bad, but I wanted the 2.8 apperature of the L lens. Since I do mostly sports photography during the day, I don't really need an IS lens because the L is fast enough. I'd recommend www.fredmiranda.com[^] as a good place for photog discussions.

    The Lounge question discussion

  • Gas prices
    C ChrisKo 0

    It better not have been the Valero at San Pedro and McCarty!?!?!?! I just filled up at the Chevron the other night and paid $3.57 for 87.

    The Lounge

  • Your Friday Thought Exercise
    C ChrisKo 0

    Bwahahahahahahah Gotta love getting Rickrolled!

    The Lounge com help question

  • Name Fussiness Again
    C ChrisKo 0

    Don't forget the new cover sheet.

    The Back Room question

  • Your Friday Thought Exercise
    C ChrisKo 0

    War? What is it good for?

    The Lounge com help question

  • how to disable previous dates in popup Calendar using Ajax Calendar control
    C ChrisKo 0

    I'm not sure there's a property for you to use. This means you'll probably need to grab the AJAX toolkit and edit the JavaScript for the calendar control yourself.

    ASP.NET help tutorial question

  • how format string
    C ChrisKo 0

    <%# Eval("Birthday", "{0:yyy-mm-dd}") %>

    ASP.NET wpf wcf

  • Anyone now of an ..
    C ChrisKo 0

    Wireless network and original XBox (or spare PC) running Xbox Media Center [XBMC][^].

    The Lounge com tools question

  • Displaying Images dynamically
    C ChrisKo 0

    Maybe take a look at [^] ??

    ASP.NET graphics question html design sysadmin

  • Connection with Telephone
    C ChrisKo 0

    Look into Interactive Voice Response applictions and maybe the Microsoft Speech SDK. They have ways to detect DTMF signals as input. You should also look into learning VXML as most of the IVR systems use that for the call flow.

    C# csharp tutorial question

  • Convert CCITT ulaw To PCM Audio format
    C ChrisKo 0

    You could also start a process and call SOX[^] with the correct parameters for your input and output files.

    C# help tutorial question

  • Array? Or how can i do this...
    C ChrisKo 0

    I'll change up the recommendations. If you only need Add() and Remove() functionality, I would say to use the Generic Collection class from the System.Collections.ObjectModel namespace instead and avoid the extra bloat of the Generic List.

    C# question data-structures sales help tutorial

  • I was thinking...
    C ChrisKo 0

    I was going to start looking at XNA soon for some fun weekend coding. I'm not sure if it's been done, but I'd love to see a 2D sprite based engine with collision detection, parallex scrolling, and maybe even 45 isometric viewpoint too. Of course dynamic lighting on top of that engine would be great too. I've just never been a fan of 3D and always loved the 2D platformer.

    The Lounge graphics csharp c++ winforms game-dev

  • assembly in C code with a not so young compiler!
    C ChrisKo 0

    It's been a really long time, but I think Borland used the following: single line: asm mov ah, 9 or a block: asm { mov ax, 1234h mov bx, ax } Hope that works. I think you can also link in your ASM files but that part of my brain has been overwritten.

    C# tutorial learning

  • ASP.NET -&gt; Ajax And Comet - Braindump
    C ChrisKo 0

    Why not just us MSM[^]

    ASP.NET csharp asp-net wcf com sysadmin

  • Web-based Virus Scan
    C ChrisKo 0

    This one once caught and successfully removed a virus from my PC that the desktop scanners would only detect. www.pandasecurity.com/homeusers/solutions/activescan/[^]

    The Lounge com regex question discussion

  • Trigger event
    C ChrisKo 0

    Sure, at 7:00pm you visit http://yoursite.domain.com/triggerevent.aspx with your web broswer. It's obvious that you don't understand that web applications are stateless. You cannot have a web application trigger itself in that manner.

    ASP.NET database tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups