Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: howto create one packages that contains all the dll's Pin
Gedrain13-Feb-05 8:55
Gedrain13-Feb-05 8:55 
GeneralRe: howto create one packages that contains all the dll's Pin
Colin Angus Mackay13-Feb-05 10:23
Colin Angus Mackay13-Feb-05 10:23 
GeneralRe: howto create one packages that contains all the dll's Pin
Gedrain13-Feb-05 10:25
Gedrain13-Feb-05 10:25 
GeneralRe: howto create one packages that contains all the dll's Pin
Sebastian Schneider14-Feb-05 2:45
Sebastian Schneider14-Feb-05 2:45 
GeneralRe: howto create one packages that contains all the dll's Pin
Gedrain14-Feb-05 3:13
Gedrain14-Feb-05 3:13 
GeneralDetect when application has been idle Pin
Luis Alonso Ramos12-Feb-05 12:51
Luis Alonso Ramos12-Feb-05 12:51 
GeneralRe: Detect when application has been idle Pin
Colin Angus Mackay12-Feb-05 16:00
Colin Angus Mackay12-Feb-05 16:00 
GeneralRe: Detect when application has been idle Pin
Member 9612-Feb-05 16:49
Member 9612-Feb-05 16:49 
Umm..that's actually quite a wierd one and may not do what he expects.

I previously thought as you do, but recently I added a tool bar tool in a form that has it's text set to the current date and time in OnAppIdle event on the form. (when the user clicks on it, it inserts the current date and time as text in a text field or selects the current date and time if in a date/time editor etc, also as a side effect I expected it to be useful as a clock when in the full screen form).

If you try that you will notice much weirdness about it, the time display will not update on it's own until you do something in the form (opposite of what you would expect) including the fact that if the form doesn't have the focus it won't process unless you move the mouse around over the form, if you open the form but don't click on a control it won't process, in fact the only thing that is guaranteed to fire OnAppIdle is if you click into an editable control and keep focus there, then it will mysteriously start firing regularly.

Of course this is normally perfect since I use OnAppIdle for updating various things on the form in relation to user caused change of states, but in the case of the timer it might not work very well in practice.

I think what it's doing is interpreting what exactly "idle" means, it's not strictly idle when you're not doing anything on the form.
GeneralRe: Detect when application has been idle Pin
Colin Angus Mackay13-Feb-05 5:06
Colin Angus Mackay13-Feb-05 5:06 
GeneralRe: Detect when application has been idle Pin
Member 9613-Feb-05 9:55
Member 9613-Feb-05 9:55 
GeneralRe: Detect when application has been idle Pin
Luis Alonso Ramos13-Feb-05 7:22
Luis Alonso Ramos13-Feb-05 7:22 
GeneralRe: Detect when application has been idle Pin
Dennis C. Dietrich13-Feb-05 1:57
Dennis C. Dietrich13-Feb-05 1:57 
GeneralRe: Detect when application has been idle Pin
Luis Alonso Ramos13-Feb-05 7:24
Luis Alonso Ramos13-Feb-05 7:24 
Generaldisable delete in datagrid Pin
xrado12-Feb-05 12:01
xrado12-Feb-05 12:01 
GeneralC# on Nokia- Samsung- etc- phones Pin
ZeroAim12-Feb-05 10:52
ZeroAim12-Feb-05 10:52 
Questionsave content of chat ? Pin
students552 university12-Feb-05 10:28
students552 university12-Feb-05 10:28 
Generalc# ie private ftp's Pin
Pyro Joe12-Feb-05 9:54
Pyro Joe12-Feb-05 9:54 
GeneralRe: c# ie private ftp's Pin
Colin Angus Mackay12-Feb-05 16:10
Colin Angus Mackay12-Feb-05 16:10 
GeneraltextBox add text without deleting previous contents Pin
Pyro Joe12-Feb-05 8:57
Pyro Joe12-Feb-05 8:57 
GeneralRe: textBox add text without deleting previous contents Pin
Christian Pedersen12-Feb-05 13:07
Christian Pedersen12-Feb-05 13:07 
GeneralRe: textBox add text without deleting previous contents Pin
Member 9612-Feb-05 16:51
Member 9612-Feb-05 16:51 
GeneralRe: textBox add text without deleting previous contents Pin
mav.northwind12-Feb-05 19:45
mav.northwind12-Feb-05 19:45 
GeneralRe: textBox add text without deleting previous contents Pin
Member 9613-Feb-05 3:37
Member 9613-Feb-05 3:37 
GeneralGet Top 10 from a search engine Pin
Mohsen Saad12-Feb-05 7:36
Mohsen Saad12-Feb-05 7:36 
GeneralRe: Get Top 10 from a search engine Pin
S. Senthil Kumar12-Feb-05 8:36
S. Senthil Kumar12-Feb-05 8:36 

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.