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
J

jas0n23

@jas0n23
About
Posts
111
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Searching randomly
    J jas0n23

    hahaha

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# question csharp algorithms help

  • [Message Deleted]
    J jas0n23

    mmmm... halapinos... yummmyyyyyyyyy

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C#

  • Is 147 good, bad or average...
    J jas0n23

    hehehe nah ... but i do loves my bourbon :-D

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    The Lounge question

  • [Message Deleted]
    J jas0n23

    ha ha

    C#

  • [Message Deleted]
    J jas0n23

    Delete who? Delete me?

    C#

  • Is 147 good, bad or average...
    J jas0n23

    haha

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    The Lounge question

  • [Message Deleted]
    J jas0n23

    I left my computer unatended and my little cousin decided he wanted to delete my message and make a bad vote. I sincerely apologise to everyone. :( My bad.

    C#

  • [Message Deleted]
    J jas0n23

    [Message Deleted]

    C#

  • Hmm... External Methods?
    J jas0n23

    Thank you Pete. :)

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# tutorial question

  • Hmm... External Methods?
    J jas0n23

    Hello! :) I know how to do extension methods and I'm pretty sure I could teach my cat to do them too, but is there a way to somehow have one external method, and use it in several different projects simply by referencing the file it is contained in? Would this be done in a class file ir DLL file? I'm pretty new to this stuff, and would appreciate any suggestions. Thanks for readin'. Regards, Jase private void Yay() { DirectoryInfo Di = new DirectoryInfo("J:\\"); FileInfo[] Files = Di.GetFiles("*.*"); foreach( FileInfo file in Files ) { // Do something constructive. } }

    C# tutorial question

  • how to clear text from a listBox in C# VS2008 forms application
    J jas0n23

    that was helpful, it helped me answer a completely different question that I had in my head. :-) thank you.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# csharp tutorial

  • MSDN C# Related...?
    J jas0n23

    Hey all, I was wondering if anybody else is experiencing problems trying to view any Microsoft websites such as MSDN.com, Hotmail.com, Microsoft.com or any other Microsoft website? For a week now I have been trying to get on to the MSDN website to check out some things but it never loads, my system has been scanned several times with a few different programs, and I know it isn't my firewall or my Internet because every other website works perfectly... Is Microsoft experiencing any problems? Thanks all :-) jay

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# csharp com question

  • need code for performing hte following operaiton in c|
    J jas0n23

    If you're willing to learn and do it yourself then Google's a very valuable friend. I searched for: send message to mobile via bluetooth C#... and it gave me literally millions of results... I can see that there are already a fair few examples out there that'll do what you need.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C#

  • Unable to load DLL - Why ??
    J jas0n23

    It's possible that those machines do not have the managed DLL's that are being referenced. Are you able to check that those machines have all required DLL's? ...Just a suggestion.. Jay.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# help csharp debugging question announcement

  • Regular Expressions
    J jas0n23

    Hello everybody! :-) I am working on a little program and I was wondering if somebody could kindly offer me some help on using Regex? Here's a scenario, let's say that I have a HTML file... I want to be able to find any text inside a HTML tag. For example: Find meeee! or; la la lalaaaa But, the text between the HTML tags may contain symbols, letters, numbers etc, so is there a simple way to use Regex to find any text inside a HTML tag, extract/copy it, and perform an action, and then move onto the next match?: 1. Find match. 2. Copy or Extract the match. 3. Perform an action, like save match to file (which I know how to do). 4. Find next match, and repeat process. I would greatly appreciate any help I can get on this. Lots of thanks in advance and thanks for taking the time to read this pretty long question. :-) P.S. I wouldn't have posted this message, but I have tried MSDN and Google, read articles and tutorials but just can't get any of the snips I wrote to work. Cheers, Jay. foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# regex tutorial question html com

  • A New Language In C#
    J jas0n23

    Well, it's just out of plain curiosity and wanting to learn that's all. :-)

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# csharp help question

  • Um, something isn't quite right...
    J jas0n23

    :-) It is: C:\\index.html

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# help html database question

  • Um, something isn't quite right...
    J jas0n23

    Edit. Forgot to answer your first question. lol. No, I'm not getting any exceptions either. It's so weird.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# help html database question

  • Um, something isn't quite right...
    J jas0n23

    Thanks for the reply sebastion, I know it isn't working because the index.html file is not being downloaded into the destination path that I specified. Which is: C:\index.html regards, jason.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

    C# help html database question

  • Um, something isn't quite right...
    J jas0n23

    Hello, I've created a WebClient which downloads the index.html file from my webserver and it has been working for the past 3 weeks, but I've had to rewrite my code due to a virus making me format my computer. Here's my code:

    WebClient DownloadData = new WebClient();
    DownloadData.DownloadFile("myURL", "LocalDestinationPath");

    I am using the exact same code as I used before. I don't understand why it doesn't work this time. I don't get any error messages, or debugging errors, it just doesn't work. I've tried

    DownloadFile

    ,

    DownloadData

    ,

    DownloadStream

    and none of them work :'( Can anybody please help shed some light on the matter? Thanks in advance. :-) Regards, Jay.

    foreach( inch on Jason ) { Girlfriend.IsHappier(); }

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