[DUG]: Windows delayed write

2003-07-03 Thread Alistair George
Hi all anyone know how to temporarily disable (programatically) the delayed write in XP? Thanks, Al+ --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website:

Re: [DUG]: Hotmail Email Viewer

2003-07-03 Thread Corey Murtagh
Ben none wrote: Does anyone know how to build a email viewer which views email from a hotmail account in delphi? I kinda figure that there is possibly alot of encryption with hotmail so its possibly better to read from a isp email account instead. Actually HotMail is HTTP-based, and delivers

Re: [DUG]: Tab key stoped responding

2003-07-03 Thread Robert martin
Glad to be able to Help. The ironic thing is I think it was your response to my original email (search Google groups) that led me to the answer :) The tab thing becomes a pain if you have grids on your screen, tab functions differently in a grid. Rob Martin Software Engineer phone 03 377 0495

Re: [DUG]: Windows delayed write

2003-07-03 Thread Chris Reynolds
I don't know if XP is the same but you read about NT here http://www.wown.com/j_helmig/lostdely.htm On Thu, 3 Jul 2003 13:22:37 +1200, Alistair George [EMAIL PROTECTED] wrote: Hi all anyone know how to temporarily disable (programatically) the delayed write in XP? Thanks, Al+

Re: [DUG]: Hotmail Email Viewer

2003-07-03 Thread Nicholas Sherlock
- Original Message - From: Ben none [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 7:05 AM Subject: [DUG]: Hotmail Email Viewer Does anyone know how to build a email viewer which views email from a hotmail account in delphi? I

Re: [DUG]: Tab key stoped responding

2003-07-03 Thread vss
here is a nice bit of code to sort the problem :- if Key = 9 then SendMessage(Self.Handle,WM_NEXTDLGCTL,0,0); goes in the keyup event, you just have to make sure every controls KeyUp event points to the same procedure, but it works :-) Jeremy -Original Message- From: vss [EMAIL

[DUG]: Maskedit - Filemask ( SetErrorMode(SEM_FAILCRITICALERRORS))

2003-07-03 Thread Alistair George
Hello Chris, Gee, you are on deck early! That info was suitable, but too risky for general use unfortunately. My earlier query regarding SetErrorMode could not be resolved, so I am rolling my own SaveDialog. In it is a maskedit. Cant recall all the parameters for a filestring so can anyone if

Re: [DUG]: Maskedit - Filemask ( SetErrorMode(SEM_FAILCRITICALERRORS))

2003-07-03 Thread Chris Reynolds
This is looking like a mistake. Tell us again what is wrong with the save dialog. On Fri, 4 Jul 2003 08:05:24 +1200, Alistair George [EMAIL PROTECTED] wrote: Hello Chris, Gee, you are on deck early! That info was suitable, but too risky for general use unfortunately. My earlier query

[DUG]: Maskedit - Filemask ( SetErrorMode(SEM_FAILCRITICALERRORS))

2003-07-03 Thread Alistair George
My earlier query regarding SetErrorMode could not be resolved, so I am rolling my own SaveDialog. In it is a maskedit. Cant recall all the parameters for a filestring so can anyone if they have it give me the mask details for a correctly formatted filename. (Or any other hints or alternative

[DUG]: Hi there, Gotta question for ya,

2003-07-03 Thread Ben none
Hi there My name is Ben Iti and I just wanted to post a question to the delphi developers in the wellington region. I would like to pay a developer to get me up to speed in Delphi. I would say im a student as I when I get time, I try to learn delphi. Coded in assembly language on the amiga

Re: [DUG]: Hi there, Gotta question for ya,

2003-07-03 Thread Nicholas Sherlock
- Original Message - From: Ben none [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Friday, July 04, 2003 10:56 AM Subject: [DUG]: Hi there, Gotta question for ya, Hi there My name is Ben Iti and I just wanted to post a question to the delphi

Re: [DUG]: Hi there, Gotta question for ya,

2003-07-03 Thread Kurt at DBC
Ben none wrote: Hi there My name is Ben Iti and I just wanted to post a question to the delphi developers in the wellington region. I would like to pay a developer to get me up to speed in Delphi. I would say im a student as I when I get time, I try to learn delphi. Coded in assembly