Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Generating Buttons dynamically at runtime? Pin
E6AD5-Feb-05 16:56
E6AD5-Feb-05 16:56 
GeneralEditing problem in Datagrid Pin
29-Jan-05 10:29
suss29-Jan-05 10:29 
GeneralRe: Editing problem in Datagrid Pin
xrado24-Jun-05 0:31
xrado24-Jun-05 0:31 
Questionhow to send same request to different terminals at the same time and wait for the response... Pin
just_starting29-Jan-05 9:14
just_starting29-Jan-05 9:14 
AnswerRe: how to send same request to different terminals at the same time and wait for the response... Pin
mav.northwind29-Jan-05 11:19
mav.northwind29-Jan-05 11:19 
GeneralC# windows Timer question... Pin
new_phoenix29-Jan-05 6:13
new_phoenix29-Jan-05 6:13 
GeneralRe: C# windows Timer question... Pin
eggie529-Jan-05 11:28
eggie529-Jan-05 11:28 
GeneralRe: C# windows Timer question... Pin
new_phoenix29-Jan-05 11:59
new_phoenix29-Jan-05 11:59 
Alex Eggie:

I am interested in adding a panel to the status bar that simply displays text starting from the time that the application begins. The text originally displays (0 Hours, 0 Minutes, 0 Seconds) and then increments each second in the format (X Hours, X Minutes, X Seconds) using a Timer control. However, I am not certain how to assign the current value for the timerStatusBar (timer control) to the statusBarPanelTimer control (panel in status bar) text property. I also need to be able to parse out the time from the Timer control in terms of hours, minutes and seconds, but I am uncertain where to even get the current value of the Timer control.

statusBarPanelTimer.Text = ?(timerStatusBar.Text does not exist)

Also, I would like to position the panel in the status bar either aligned to the right or to even position the status bar panel at a SPECIFIC location in the status bar. Would appreciate assistance. Unsure | :~ Unsure | :~ Unsure | :~

Cordially,

New_Phoenix
GeneralRe: C# windows Timer question... Pin
eggie529-Jan-05 13:04
eggie529-Jan-05 13:04 
GeneralRe: C# windows Timer question... Pin
Robert Rohde29-Jan-05 21:24
Robert Rohde29-Jan-05 21:24 
GeneralRe: C# windows Timer question... Pin
new_phoenix1-Feb-05 5:34
new_phoenix1-Feb-05 5:34 
GeneralClass problem Pin
thepersonof29-Jan-05 5:44
thepersonof29-Jan-05 5:44 
GeneralRe: Class problem Pin
Robert Rohde29-Jan-05 7:13
Robert Rohde29-Jan-05 7:13 
GeneralI need to control device volum Pin
FedorMatv29-Jan-05 3:02
FedorMatv29-Jan-05 3:02 
GeneralRemoting Configuration Files and the new Operator Pin
STW28-Jan-05 21:31
STW28-Jan-05 21:31 
GeneralIs it possible to create a treeview control that have owner draw scrollbar Pin
god4k28-Jan-05 20:55
god4k28-Jan-05 20:55 
GeneralLINK ERROR 1181: beginner quest. Pin
...---...28-Jan-05 16:09
...---...28-Jan-05 16:09 
GeneralHashTable access question Pin
pkellner28-Jan-05 14:00
pkellner28-Jan-05 14:00 
GeneralRe: HashTable access question Pin
Robert Rohde28-Jan-05 19:28
Robert Rohde28-Jan-05 19:28 
GeneralRe: HashTable access question Pin
pkellner29-Jan-05 2:57
pkellner29-Jan-05 2:57 
GeneralRe: HashTable access question Pin
Robert Rohde29-Jan-05 6:44
Robert Rohde29-Jan-05 6:44 
Generalproblems with sockets programming over the internet Pin
Member 132576628-Jan-05 12:59
Member 132576628-Jan-05 12:59 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:14
pkellner28-Jan-05 14:14 
GeneralRe: problems with sockets programming over the internet Pin
Member 132576628-Jan-05 14:33
Member 132576628-Jan-05 14:33 
GeneralRe: problems with sockets programming over the internet Pin
pkellner28-Jan-05 14:36
pkellner28-Jan-05 14: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.