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

C#

 
Generaldynamically object view Pin
netJP12L21-Dec-07 4:58
netJP12L21-Dec-07 4:58 
GeneralRe: dynamically object view Pin
Not Active21-Dec-07 5:44
mentorNot Active21-Dec-07 5:44 
GeneralRe: dynamically object view Pin
netJP12L21-Dec-07 5:52
netJP12L21-Dec-07 5:52 
GeneralRe: dynamically object view Pin
Pete O'Hanlon21-Dec-07 10:03
mvePete O'Hanlon21-Dec-07 10:03 
GeneralTalking in Pop3 and SMTP language! Pin
hamidkhan21-Dec-07 4:41
hamidkhan21-Dec-07 4:41 
AnswerRe: Talking in Pop3 and SMTP language! Pin
Svenwie21-Dec-07 5:24
Svenwie21-Dec-07 5:24 
GeneralRe: Talking in Pop3 and SMTP language! Pin
Jimmanuel21-Dec-07 6:22
Jimmanuel21-Dec-07 6:22 
GeneralData Poll Pin
s3rro21-Dec-07 4:16
s3rro21-Dec-07 4:16 
I have an MS Access DB and a desktop application which I want it to check for the new items on the database and print. right now i am able to check the database and see the new items, but I dont know how to refresh it on the desktop app.
I want to check the db ( lets say) every 2 mins for new items on the list.


private void TheJob()
{
DataAccess da = new DataAccess();
string sql = "SELECT COUNT(*) FROM read WHERE [New?]=true";

string tmpValue=da.GetValue(sql);

NotifierInfo.Info = "You have " + tmpValue + " clients waiting";
NotifierInfo.ShowInfo();

How can i check the database every 2 mins for new items ? Thanks
AnswerRe: Data Poll Pin
Svenwie21-Dec-07 5:51
Svenwie21-Dec-07 5:51 
QuestionCustom DoWorkEventArgs Pin
boersnoes21-Dec-07 3:15
boersnoes21-Dec-07 3:15 
GeneralRe: Custom DoWorkEventArgs Pin
Judah Gabriel Himango21-Dec-07 4:28
sponsorJudah Gabriel Himango21-Dec-07 4:28 
GeneralRe: Custom DoWorkEventArgs Pin
boersnoes25-Dec-07 22:43
boersnoes25-Dec-07 22:43 
GeneralRe: Custom DoWorkEventArgs Pin
Judah Gabriel Himango26-Dec-07 4:46
sponsorJudah Gabriel Himango26-Dec-07 4:46 
GeneralDrag and drop Pin
topcatalpha21-Dec-07 2:12
topcatalpha21-Dec-07 2:12 
GeneralRe: Drag and drop Pin
topcatalpha21-Dec-07 2:42
topcatalpha21-Dec-07 2:42 
GeneralAspx Page taking loading first time Pin
Member 183766121-Dec-07 1:39
Member 183766121-Dec-07 1:39 
GeneralRe: Aspx Page taking loading first time Pin
pmarfleet21-Dec-07 2:16
pmarfleet21-Dec-07 2:16 
GeneralRe: Aspx Page taking loading first time Pin
martin_hughes21-Dec-07 2:35
martin_hughes21-Dec-07 2:35 
GeneralUpdate Embedded resource file dynamically Pin
Member 183766121-Dec-07 1:30
Member 183766121-Dec-07 1:30 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 3:39
mveDave Kreskowiak21-Dec-07 3:39 
QuestionRe: Update Embedded resource file dynamically Pin
Skippums21-Dec-07 5:57
Skippums21-Dec-07 5:57 
GeneralRe: Update Embedded resource file dynamically Pin
Giorgi Dalakishvili21-Dec-07 7:19
mentorGiorgi Dalakishvili21-Dec-07 7:19 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 7:20
mveDave Kreskowiak21-Dec-07 7:20 
GeneralRe: Update Embedded resource file dynamically Pin
Skippums21-Dec-07 8:24
Skippums21-Dec-07 8:24 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 15:48
mveDave Kreskowiak21-Dec-07 15:48 

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.