Click here to Skip to main content
16,005,491 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionGenerate popup desktop application Pin
RA|-|UL PATEL3-Feb-10 2:34
RA|-|UL PATEL3-Feb-10 2:34 
AnswerRe: Generate popup desktop application Pin
Not Active3-Feb-10 2:56
mentorNot Active3-Feb-10 2:56 
AnswerRe: Generate popup desktop application Pin
Luc Pattyn3-Feb-10 3:00
sitebuilderLuc Pattyn3-Feb-10 3:00 
GeneralRe: Generate popup desktop application Pin
Pete O'Hanlon3-Feb-10 3:55
mvePete O'Hanlon3-Feb-10 3:55 
GeneralRe: Generate popup desktop application Pin
Luc Pattyn3-Feb-10 4:03
sitebuilderLuc Pattyn3-Feb-10 4:03 
GeneralRe: Generate popup desktop application Pin
RA|-|UL PATEL3-Feb-10 20:32
RA|-|UL PATEL3-Feb-10 20:32 
GeneralRe: Generate popup desktop application Pin
Dave Kreskowiak3-Feb-10 23:41
mveDave Kreskowiak3-Feb-10 23:41 
GeneralRe: Generate popup desktop application Pin
RA|-|UL PATEL4-Feb-10 2:45
RA|-|UL PATEL4-Feb-10 2:45 
First of all thanks a lot.
Now problem is
In coding I have time filed which stores current time when there is some events happen.
i wants to generate popup after(5 minutes) time reaches at
time=time + 5minute.

so after every 5 seconds in timer's tick event i am checking,Is time has reached the limit.if it is then generate popup.
This is the coding which i am doing.
<br />
if (System.DateTime.Now.ToShortTimeString() >= Actualtime.AddMinutes(5) )<br />
{<br />
//Here Actualtime and all other variables are declared already.<br />
frm_grcprd_popup obj_popup = new frm_grcprd_popup();<br />
obj_popup.lbl_Visitor_Id.Text = id[i].ToString();<br />
obj_popup.Show();<br />
}<br />


There are some more database operation is there to show values on popup.
thats it.
GeneralRe: Generate popup desktop application Pin
Luc Pattyn4-Feb-10 0:02
sitebuilderLuc Pattyn4-Feb-10 0:02 
Generalbluetooth programming Pin
Jamal Abdul Nasir2-Feb-10 8:32
Jamal Abdul Nasir2-Feb-10 8:32 
GeneralRe: bluetooth programming Pin
Richard MacCutchan2-Feb-10 8:42
mveRichard MacCutchan2-Feb-10 8:42 
QuestionOverlay Text to fit on Any Image Pin
Member 39257262-Feb-10 4:32
Member 39257262-Feb-10 4:32 
AnswerRe: Overlay Text to fit on Any Image Pin
Eddy Vluggen2-Feb-10 4:42
professionalEddy Vluggen2-Feb-10 4:42 
GeneralRe: Overlay Text to fit on Any Image Pin
Member 39257262-Feb-10 5:23
Member 39257262-Feb-10 5:23 
AnswerRe: Overlay Text to fit on Any Image Pin
Luc Pattyn2-Feb-10 4:48
sitebuilderLuc Pattyn2-Feb-10 4:48 
AnswerRe: Overlay Text to fit on Any Image Pin
dan!sh 2-Feb-10 4:52
professional dan!sh 2-Feb-10 4:52 
QuestionOverlay Text To Fit on Any Image Pin
Member 39257262-Feb-10 3:03
Member 39257262-Feb-10 3:03 
AnswerRe: Overlay Text To Fit on Any Image Pin
Richard MacCutchan2-Feb-10 3:26
mveRichard MacCutchan2-Feb-10 3:26 
AnswerRe: Overlay Text To Fit on Any Image Pin
dan!sh 2-Feb-10 3:58
professional dan!sh 2-Feb-10 3:58 
QuestionDocument production from templates Pin
James Bailey2-Feb-10 1:54
James Bailey2-Feb-10 1:54 
AnswerRe: Document production from templates Pin
Richard MacCutchan2-Feb-10 2:22
mveRichard MacCutchan2-Feb-10 2:22 
AnswerRe: Document production from templates Pin
Pete O'Hanlon2-Feb-10 2:32
mvePete O'Hanlon2-Feb-10 2:32 
QuestionWhat Relative Virtual Addressing is ? Pin
glitteringsound1-Feb-10 20:51
glitteringsound1-Feb-10 20:51 
AnswerRe: What Relative Virtual Addressing is ? Pin
Richard MacCutchan1-Feb-10 23:25
mveRichard MacCutchan1-Feb-10 23:25 
GeneralRe: What Relative Virtual Addressing is ? Pin
glitteringsound2-Feb-10 3:26
glitteringsound2-Feb-10 3:26 

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.