|
Your article is more on content as opposed to how the content is displayed therefore I'd say
it would be your choice.
|
|
|
|
|
Don't agree with that Mike.
You or I might be able to adjust but a noob cut'n'paster probably wouldn't be able to.
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
|
|
|
|
|
Henry Minute wrote: Don't agree with that Mike.
You or I might be able to adjust but a noob cut'n'paster probably wouldn't be able to.
It's the concept you're teaching not the UI. This was a trick question anyway cause there is
no right answer. Some will gleen from the content and some want a package they can just, as you
cut'n'paste. Guess I'm one of them that former.
|
|
|
|
|
I reckon this section[^] will do you nicely.
So: yes. Please.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
|
|
|
|
|
Or make the DataGridView so that it can display child rows/tables. That would be a nice article on itself (and I always wondered how DevExpress does it)
It's an OO world.
public class Naerling : Lazy<Person>{
public void DoWork(){ throw new NotImplementedException(); }
}
|
|
|
|
|
I actually accomplished this once. It was not quite as fancy as theirs but it got the job done. My issue was that I couldn't make it work right past one level relationship ie...
parent -> child was fine
parent -> child -> child didnt do as well.
Let's face it, after Monday and Tuesday, even the calendar says WTF!
Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow.
You can't scare me, I have children.
|
|
|
|
|
As a random reader I wouldn't install any additional libraries, in order to compile and execute sample code, but if article is good enough, I don't mind that.
|
|
|
|
|
It is just going to limit your audience to the subset who are willing to install the 3rd party tools. Personally, unless there was a really compelling reason, I would not download your article. Even getting the freebie controls usually puts you into some marketing gits database and I have enough crap installed on my machine as is!
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
I often receive email to my Gmail account from my own email id. Gmail shows the sender as "me" and the sender's email id is my exact email address. They usually pertain to cheap drugs or cheap Rolex watches, etc. I usually do not care about it but recently I have started worrying about if it possible for someone to use my email id to send an email to someone else? (without my password, of course. I know anyone can do it if they have my password)
|
|
|
|
|
Some years back, after a colleague and I enabled our software to send email, we had endless minutes of fun sending each other email from "George@WhiteHouse.gov" (or some such).
|
|
|
|
|
with code at least, its very easy to send an email that shows any "from" address I wish. Password does not matter the least bit.
Let's face it, after Monday and Tuesday, even the calendar says WTF!
Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow.
You can't scare me, I have children.
|
|
|
|
|
As others have already suggested, spoofing an email address is very easy.
|
|
|
|
|
Very easy - my son was expecting a letter from Santa a couple of years back that never showed so I sent him an email from santa@northpole.com. All was well again
|
|
|
|
|
Santa has joined the 21st century n started emailing huh... 
|
|
|
|
|
|
I received a similar letter from the North Pole, myself.
It was from a Mr. Elf who had come into a lot of money and, finding me not naught, but nice, knew he could trust me to help get the money out of the Frozen Gulag, and in return, would give me 12% of his new-found fortune.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein | "As far as we know, our computer has never had an undetected error." - Weisert | "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010 |
|
|
|
|
|
You can send an e-mail 'From' any address, but if the from field doesn't match the actual sender e-mail clients and providers generally mark them as spam.
|
|
|
|
|
SK Genius wrote: sender e-mail clients
E-mail server, not client... and that's only true for the big ones that are common. Companies and people host their own email, so it's hard to match a name to an IP address, that's why spam gets through filters all the time.
|
|
|
|
|
Wouldn't the simplest way to tell if they are spoofing your address or actually using your account be to check the 'sent' (or whatever your provider calls it) box on your account? After first changing your password.
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
|
|
|
|
|
The emails are probably not sent from his(Google’s) web server so they won’t show in the sent folder.
And you’re right, he has to check because if this is the case his email has been hacked.
Otherwise, as the others pointed, the only think you need to send a “fake” email is to install some free mail server on your machine and then use .Net SMTP library. It takes about four rows of code.
There is only one Vera Farmiga and Salma Hayek is her prophet!
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
The from-address is just a header in an email message. You can set it to anything you want to.
|
|
|
|
|
Nish,
If that is the case, wouldn't that be a security issue? Does it mean anyone can send a threat email from my/your id to the President or the White House?
|
|
|
|
|
YES.
the sender must not be the same as the from address. That's the trick.
If you want to play with it:
Get an HMail Server[^](freeware local email server) and send messages to it via Portable Thunderbird[^] (freeware email client without installation).
Even this simple setup allows you to send messages via a SMTP with fake from address.
|
|
|
|
|
Shameel wrote: If that is the case, wouldn't that be a security issue? Does it mean anyone can
send a threat email from my/your id to the President or the White House?
Well, everyone knows the from-email can be spoofed. So they usually look at other things like the source IP address.
|
|
|
|
|
no sex adds? I love them. All I'm searching is just a click away...
by the way: put yourself on the spam-filter. problem solved - until you start to write emails to yourself.
|
|
|
|