hahaha
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
hahaha
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
mmmm... halapinos... yummmyyyyyyyyy
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
hehehe nah ... but i do loves my bourbon :-D
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
ha ha
Delete who? Delete me?
haha
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
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.
[Message Deleted]
Thank you Pete. :)
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
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. } }
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(); }
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(); }
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(); }
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(); }
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(); }
Well, it's just out of plain curiosity and wanting to learn that's all. :-)
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
:-) It is: C:\\index.html
foreach( inch on Jason ) { Girlfriend.IsHappier(); }
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(); }
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(); }
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(); }