PC Review


Reply
Thread Tools Rate Thread

Dang, trivial problem!

 
 
Water Cooler v2
Guest
Posts: n/a
 
      20th Jun 2006
Dang, my status bar text doesn't update. It's got just one panel and it
always shows the text I set at design time. ("Ready").

All I am doing is:


Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnOK.Click

'Do stuff

sbr.Panels(0).Text = "The update has been saved."

End Sub

 
Reply With Quote
 
 
 
 
Ahmed
Guest
Posts: n/a
 
      20th Jun 2006
Hi,

Did you set the "showPanels" property to true?

Ahmed

Water Cooler v2 wrote:
> Dang, my status bar text doesn't update. It's got just one panel and it
> always shows the text I set at design time. ("Ready").
>
> All I am doing is:
>
>
> Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles btnOK.Click
>
> 'Do stuff
>
> sbr.Panels(0).Text = "The update has been saved."
>
> End Sub


 
Reply With Quote
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      20th Jun 2006
I'd check to see if an exception is thrown. If one is thrown, the
control is going to swallow it up. My guess is that you don't have a panel
set up correctly.


--
- Nicholas Paldino [.NET/C# MVP]
- (E-Mail Removed)

"Water Cooler v2" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dang, my status bar text doesn't update. It's got just one panel and it
> always shows the text I set at design time. ("Ready").
>
> All I am doing is:
>
>
> Private Sub btnOK_Click(ByVal sender As System.Object, ByVal e As
> System.EventArgs) Handles btnOK.Click
>
> 'Do stuff
>
> sbr.Panels(0).Text = "The update has been saved."
>
> End Sub
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dang dang dang checkboxlist Mr. SweatyFinger Microsoft ASP .NET 5 3rd Jan 2007 09:31 PM
Dang, trivial problem! Water Cooler v2 Microsoft Dot NET Framework Forms 2 20th Jun 2006 06:01 PM
Dang, trivial problem! Water Cooler v2 Microsoft VB .NET 1 20th Jun 2006 02:44 PM
trivial problem PH NEWS Microsoft Excel Worksheet Functions 2 3rd Apr 2006 12:59 PM
I'm more than one french fry short of a happy meal: dang this problem! =?Utf-8?B?R2luYSBTdGFycg==?= Microsoft Access Database Table Design 3 27th May 2004 11:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:40 PM.