Click here to Skip to main content
15,912,457 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
Dave Kreskowiak13-Sep-05 8:50
mveDave Kreskowiak13-Sep-05 8:50 
GeneralRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
medicenpringles13-Sep-05 9:41
medicenpringles13-Sep-05 9:41 
GeneralRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
Dave Kreskowiak13-Sep-05 12:32
mveDave Kreskowiak13-Sep-05 12:32 
QuestionMoving from Web Development to Windows Pin
Anonymous13-Sep-05 8:15
Anonymous13-Sep-05 8:15 
AnswerRe: Moving from Web Development to Windows Pin
Dave Kreskowiak13-Sep-05 8:46
mveDave Kreskowiak13-Sep-05 8:46 
QuestionReturn the filename of an image in a picturebox Pin
smith342113-Sep-05 5:43
smith342113-Sep-05 5:43 
AnswerRe: Return the filename of an image in a picturebox Pin
Dave Kreskowiak13-Sep-05 5:58
mveDave Kreskowiak13-Sep-05 5:58 
QuestionFinding my mummy Pin
Mark0613-Sep-05 1:27
Mark0613-Sep-05 1:27 
Please help me, I've lost my mummy. Smile | :)

I am a class , which inherits a tabpage.
I have a procedure in my tabpage class which needs to update other controls outside of my tabcontrol inwhich i sit.
For example, my tabpage class is within a tabcontrol which is in a form that also has a statusbar.
How can I find it?

I tried doing:

<br />
   me.parentform.statusbar1.text = "Loading"


But that doesnt quite work out.

I tried doing:

<br />
   dim fmain as Mainform<br />
   fmain = ctype(me.parentform,MainForm)<br />
  <br />
   fmain.statusbar1.text = "Loading" 


but that never worked out either.

Is there another way?
AnswerRe: Finding my mummy Pin
Dave Kreskowiak13-Sep-05 4:22
mveDave Kreskowiak13-Sep-05 4:22 
GeneralRe: Finding my mummy Pin
Mark0613-Sep-05 5:58
Mark0613-Sep-05 5:58 
GeneralRe: Finding my mummy Pin
Dave Kreskowiak13-Sep-05 6:26
mveDave Kreskowiak13-Sep-05 6:26 
GeneralRe: Finding my mummy Pin
Mark0613-Sep-05 10:42
Mark0613-Sep-05 10:42 
GeneralRe: Finding my mummy Pin
Beaniiman13-Sep-05 12:05
Beaniiman13-Sep-05 12:05 
GeneralRe: Finding my mummy Pin
Dave Kreskowiak13-Sep-05 12:44
mveDave Kreskowiak13-Sep-05 12:44 
GeneralRe: Finding my mummy Pin
Mark0613-Sep-05 13:17
Mark0613-Sep-05 13:17 
QuestionVBNET, mysql and time field error Pin
ecentinela13-Sep-05 0:41
ecentinela13-Sep-05 0:41 
AnswerRe: VBNET, mysql and time field error Pin
ecentinela13-Sep-05 1:50
ecentinela13-Sep-05 1:50 
QuestionDisable User Control Pin
mcgann12-Sep-05 22:58
mcgann12-Sep-05 22:58 
AnswerRe: Disable User Control Pin
enjoycrack13-Sep-05 0:03
enjoycrack13-Sep-05 0:03 
GeneralRe: Disable User Control Pin
mcgann13-Sep-05 2:07
mcgann13-Sep-05 2:07 
GeneralRe: Disable User Control Pin
enjoycrack13-Sep-05 21:51
enjoycrack13-Sep-05 21:51 
GeneralRe: Disable User Control Pin
mcgann13-Sep-05 22:49
mcgann13-Sep-05 22:49 
QuestionAudio Format Conversion Pin
Mr. Naveed Butt12-Sep-05 21:09
professionalMr. Naveed Butt12-Sep-05 21:09 
AnswerRe: Audio Format Conversion Pin
enjoycrack13-Sep-05 0:14
enjoycrack13-Sep-05 0:14 
AnswerRe: Audio Format Conversion Pin
jmachacek13-Oct-05 4:46
jmachacek13-Oct-05 4:46 

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.