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
U

User 2028214

@User 2028214
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Removing selected text from a string
    U User 2028214

    yeah, I've kinda put it off long enough :) thanks

    C# help question

  • Need help using an abstract WebMethod
    U User 2028214

    Hmmm...off the top of my head try openning the ServiceAccounts class and removing the WebService base class as well as the attributes and the public and abstract modifiers from the methods the get an interface and using it that way?

    C# help wcf security question workspace

  • Removing selected text from a string
    U User 2028214

    I'd use regex but they always leaves me scratching my head somewhat puzzled :) Thanks for the suggestions, off to try it in the code now

    C# help question

  • Removing selected text from a string
    U User 2028214

    hehe...thanks, would have had to be something that simple... I'm removing common words such as 'at' 'the' 'this' 'is' 'of' etc...

    C# help question

  • Removing selected text from a string
    U User 2028214

    I'm trying to compare words entered in a textbox with a selection of stop-words, removing any stopwords that are found. Here's a snippet. string text = this.textBox1.Text; if(RemoveMe(s)) { int startIndex = text.IndexOf(s); int endIndex = s.Length-1; text = text.Remove(startIndex, startIndex+endIndex); } Problem is, every now and then startIndex get a value of -1... Kinda stumped here, what am I doing wrong?

    C# help 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