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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Somanova420

@Somanova420
About
Posts
35
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Picasa, ARGH!
    S Somanova420

    You mean http://wdevs.com/Default.aspx?tabid=80[^]? I see your name on the development team. So.... you beat me to it, you're already building a better one! :laugh::laugh:

    The Lounge algorithms question

  • Picasa, ARGH!
    S Somanova420

    So build a better one. I can't wait to see it :)

    The Lounge algorithms question

  • Binnary Is Great
    S Somanova420

    01011001 01101111 01110101 00100000 01110011 01110000 01100101 01101100 01101100 01100101 01100100 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01110111 01110010 01101111 01101110 01100111 00100000 00111010 01110000

    The Lounge

  • Does water go bad overnight?
    S Somanova420

    I get that too. I find that if you shake it up or stir it the water will taste 'ok' again. Maybe it's re-oxygenating it?

    The Lounge question

  • please Advice
    S Somanova420

    My advice is to get your feet wet. That is, just jump into it and start programming. If you run across something you don't know, there's Google & CP :)

    The Lounge c++ com performance question

  • All the Vista Bashing
    S Somanova420

    You still can rename the extension in explorer. It's just when you press F2 to rename, everything to the left of ".LastIndexOf(".")" is highlighted, therefore excluding the extension.

    The Lounge css design algorithms beta-testing question

  • What do you call...
    S Somanova420

    Wouldn't "object runtime engine" BE the generic term?

    The Lounge java csharp dotnet tutorial question

  • Another Silly puzzle
    S Somanova420

    Wow, I like read that exact same page off a Google search.:laugh:

    The Lounge question com

  • Docked Tool Windows
    S Somanova420

    Nice thing about Photoshops floating windows... press 'TAB', and poof! they are gone :-D

    The Lounge csharp visual-studio adobe question announcement

  • Digital circuit simulator [updated]
    S Somanova420

    I don't know of any solutions out there but that sure sounds like a fun emulator prog

    The Lounge html question announcement

  • batch file and xcopy question
    S Somanova420

    Good point :-O

    The Lounge help question

  • batch file and xcopy question
    S Somanova420

    Well that's so easy we all should've been born knowing that. %~dp0 <--- Who came up with that

    The Lounge help question

  • Web Farms ???
    S Somanova420

    Is that the farm from Babe?

    The Lounge question

  • Irony
    S Somanova420

    Mmm, nothing like battery acid and pieces of old rubber tyre to bring out that flavor!

    The Lounge com tools xml question announcement

  • Do you think she did the prosecutor ?
    S Somanova420

    But if this was a guy who screwed a 14 year old girl he would NEVER get those charges dropped. http://www.foxnews.com/story/0,2933,188698,00.html[^] -- modified at 12:45 Wednesday 22nd March, 2006

    The Lounge com question announcement

  • Smack them bast'ds down MS
    S Somanova420

    About time? According to the link this has been going on for 3 years now.

    The Lounge csharp com

  • How to import URLs from Google page to listview
    S Somanova420

    you have to use regular expressions for something like this. using System.Text.RegularExpressions; string linkPattern = "href\s*=\s*(?:""(?[^""]*)""|(?\S+))"; Regex linkRegex = new Regex(linkPattern, RegexOptions.IgnoreCase | RegexOptions.Compiled); Match linkMatch = linkRegex.Match(page); //where page == your web content while(linkMatch.Success) { //link is the url now. string link = linkMatch.Groups(1).Value.ToString(); .... //do what you need to do linkMatch = linkMatch.NextMatch(); } -- modified at 16:10 Monday 13th March, 2006

    C# question help tutorial

  • return to existing page after login
    S Somanova420

    before redirecting them to the login page, create a session variable to the page you will want them rediected to upon login verification.

    ASP.NET tutorial

  • FrontPage 2003 and big files
    S Somanova420

    you're using frontpage why?

    The Lounge c++ csharp html css com

  • I want pictures!
    S Somanova420

    umm, there's a link on the top left that goes to ::gasp:: pictures of them!

    The Lounge com announcement
  • Login

  • Don't have an account? Register

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