Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Send a byte to Serial port ! Pin
Hristo-Bojilov15-Aug-09 4:19
Hristo-Bojilov15-Aug-09 4:19 
GeneralRe: Send a byte to Serial port ! Pin
Mohammad Dayyan15-Aug-09 4:24
Mohammad Dayyan15-Aug-09 4:24 
AnswerRe: Send a byte to Serial port ! Pin
Alan N15-Aug-09 4:36
Alan N15-Aug-09 4:36 
QuestionDELPHİ7 prepared project. NET How Can I Keep Pin
ibrahim_2615-Aug-09 0:11
ibrahim_2615-Aug-09 0:11 
QuestionRe: DELPHİ7 prepared project. NET How Can I Keep Pin
OriginalGriff15-Aug-09 5:40
mveOriginalGriff15-Aug-09 5:40 
AnswerRe: DELPHİ7 prepared project. NET How Can I Keep Pin
Dave Kreskowiak15-Aug-09 6:47
mveDave Kreskowiak15-Aug-09 6:47 
QuestionAutomate processing without button click? Pin
spankyleo12315-Aug-09 0:03
spankyleo12315-Aug-09 0:03 
AnswerRe: Automate processing without button click? Pin
Henry Minute15-Aug-09 0:37
Henry Minute15-Aug-09 0:37 
spankyleo123 wrote:
Is it possible to do this task without the user having to click on the button.ie each time a new email arrives the application automatically downloads the attahment , reads/displays the contents to the user?


It is possible, but is it desirable?
Would you want your work to be continually interrupted? It would become very irritating and would almost certainly result in people not wanting to use your software.


spankyleo123 wrote:
private void button1_Click(object sender, EventArgs e)
{
Class.DownloadAttachment();
Class.Process();
}


If DownloadAttachment() and Process() are static methods of a class called Class, your choice of 'Class' as a class name is a really, really bad idea.

Lastly you have posted quite a lot of question by now, this is good, don't stop posting, but in nearly all of your threads, that I have seen, you have been asked to put your code snippets in <pre></pre> tags, and you are still not doing so. Please use the tags to make your code more easily read.

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.”

GeneralRe: Automate processing without button click? Pin
spankyleo12315-Aug-09 2:05
spankyleo12315-Aug-09 2:05 
GeneralRe: Automate processing without button click? Pin
spankyleo12317-Aug-09 7:43
spankyleo12317-Aug-09 7:43 
QuestionSetting an object public property, protected by a security check Pin
pierpaolo paparo14-Aug-09 21:56
pierpaolo paparo14-Aug-09 21:56 
AnswerRe: Setting an object public property, protected by a security check Pin
Mycroft Holmes14-Aug-09 23:06
professionalMycroft Holmes14-Aug-09 23:06 
GeneralRe: Setting an object public property, protected by a security check Pin
pierpaolo paparo14-Aug-09 23:53
pierpaolo paparo14-Aug-09 23:53 
GeneralRe: Setting an object public property, protected by a security check Pin
Mycroft Holmes15-Aug-09 0:39
professionalMycroft Holmes15-Aug-09 0:39 
AnswerRe: Setting an object public property, protected by a security check Pin
Adam Maras14-Aug-09 23:47
Adam Maras14-Aug-09 23:47 
GeneralRe: Setting an object public property, protected by a security check Pin
pierpaolo paparo14-Aug-09 23:54
pierpaolo paparo14-Aug-09 23:54 
GeneralRe: Setting an object public property, protected by a security check Pin
Adam Maras14-Aug-09 23:59
Adam Maras14-Aug-09 23:59 
AnswerRe: Setting an object public property, protected by a security check Pin
PIEBALDconsult15-Aug-09 4:24
mvePIEBALDconsult15-Aug-09 4:24 
Questionabout the hashtable remove Pin
elvis_pan14-Aug-09 16:12
elvis_pan14-Aug-09 16:12 
AnswerRe: about the hashtable remove Pin
Luc Pattyn14-Aug-09 16:53
sitebuilderLuc Pattyn14-Aug-09 16:53 
QuestionPInvoke, varaible length arrays [Solved] Pin
DaveyM6914-Aug-09 11:29
professionalDaveyM6914-Aug-09 11:29 
AnswerRe: PInvoke, varaible length arrays [modified] Pin
Pete O'Hanlon14-Aug-09 11:44
mvePete O'Hanlon14-Aug-09 11:44 
GeneralRe: PInvoke, varaible length arrays Pin
Luc Pattyn14-Aug-09 11:53
sitebuilderLuc Pattyn14-Aug-09 11:53 
GeneralRe: PInvoke, varaible length arrays Pin
Pete O'Hanlon14-Aug-09 11:57
mvePete O'Hanlon14-Aug-09 11:57 
GeneralRe: PInvoke, varaible length arrays Pin
DaveyM6914-Aug-09 12:15
professionalDaveyM6914-Aug-09 12:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.