yes bpaper should appear time to time.
Main should run in the background until the application exit.
time to time Main1 and bpaper should become visible N invisible to users.
how can i construct a code for this purpose?please help me!
User Profile
Collapse
Profile Sidebar
Collapse
kayo
Last Activity: Oct 26 '11, 03:13 AM
Joined: Oct 3 '11
Location:
-
i need to run the timer for 10seconds.withi n that time it should check the t1 and t2 values.
if t1<t2 ---->current form(Main1) should hide.
otherwise remain in the same form(Main1)
can u please help me to construct the code for this purpose.
should i set interval to 10sec?
how to occur the tick event in the interval?
tick event must have the t1 N t2 comparisons and relevant form actionsLeave a comment:
-
form in the background
how to run a form in the background.i need to run a form where it appears until the application exit.
on top of that form(Main), another form(Main1) runs.
how can i implement this using C#?
[Main runs in the background(unti l the application exits) and the Main1 runs on top of Main]
can't i do it with out making the form property isMdiContainer to true?
please help me!!! -
handle forms using timers
i need to run a form in the background(Main ),on top of that another form(Main1) runs.
when Main1 loads it should wait for 10 seconds and direct to another form(bpaper) if the system time is less than 4.00 p.m
if the system time is greater than 4.00 p.m then it should remain in the Main1
how can i do this using a timer?
(Main forms' isMdiContainer is true!)
form load of Main
...Code:Main1
No activity results to display
Show More
Leave a comment: