|
I use Dragon myself, and it works wonders. I tested Windows Speech system and Dragon's, and found a lot of errors with Windows' system, even after several hours! The error rate seemed to go UP with Windows!
Dragon, though, went straight down in error rates.
|
|
|
|
|
I'm writing the next installment in my article series on relationship oriented programming (no link included because this is NOT a plug for my article) and I REALLY want to be able to use the DevExpress grid control because it works so much nicer with a DataSet - the .NET grid control sucks, for example, not being able to drill down into child records - everything I've seen googling for this has examples of using two or more separate data grids, WTF?
So, any objections?
What say you, Chris? CPians?
Marc
|
|
|
|
|
There is a trial version so if you can make your article work with that, I reckon it should be allowed. But what would I know, I'm banned from coding.
Panic, Chaos, Destruction. My work here is done.
Drink. Get drunk. Fall over - P O'H
OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre
I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer
Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
|
|
|
|
|
Nagy Vilmos wrote: There is a trial version so if you can make your article work with that
That's my thinking. Still, people might resent installing DevExpress. And then there's the issue of distributing the DLL's so at least the EXE can run. I should ask DevExpress.
Marc
|
|
|
|
|
I don't know if they still do (and am too lazy to check on your behalf ) but they used to do a free controls suite. If they still do and your code will work with that then I would suggest that this would be the answer.
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.
|
|
|
|
|
Last time I checked the GridControl wasn't included in the free control suite
It's an OO world.
public class Naerling : Lazy<Person>{
public void DoWork(){ throw new NotImplementedException(); }
}
|
|
|
|
|
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.
|
|
|
|