Hello!
I’m new to VB and need some help.
1st: I’m I posting to the correct group?
2nd: I have a small VB Form Program to do batch process for
converting files in ArcGIS. The processing works well but I need to
make enhancements.
I’m trying to do process monitoring via a textbox (TextBox5.Text). In
some parts of the code the textbox is updated and in other location it
is not. For example, in the Subs btnDoFBD_Click and
OutPutFolder_Click works but in the Main Sub this text box is not
being up dated. For example,
'Display next message in Message Center - this does not work
TextBox5.Text = Nothing
TextBox5.Text = "Proccessing...Please Wait..."
I understand that this code could be written more efficient and I’m
open to suggestion. I’ve pulled it together from example off Google
Groups and surprisingly it work. I don’t know which controls are best
used in which situation but would really like to learn.
Can someone tell me why this textbox is not being updated? Can you
tell me if there’s a better way to do Process Monitoring. I’ve
searched for examples of “Progress Bar” but can not find any that I
can understand and implement. A good example would be helpful.
3rd: I have a Sub “btnDoFBD_Click” to input the data for this
process. I select the Input Folder via this Click event and display
the selected folder in TextBox3.Text = objPathIN and all works well
but TextBox3.Text is only for display. Is there another control that
will allow me to keyin the Input and/or select it from a button or
pull-down?
Thanks for your help in advance.
Tim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---