Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 101159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:43:03+00:00 2026-05-11T00:43:03+00:00

This is a two part question. A dumb technical query and a broader query

  • 0

This is a two part question. A dumb technical query and a broader query about my possibly faulty approach to learning to do some things in a language I’m new to.

I’m just playing around with a few Python GUI libraries (mostly wxPython and IronPython) for some work I’m thinking of doing on an open source app, just to improve my skills and so forth.

By day I am a pretty standard c# bod working with a pretty normal set of MS based tools and I am looking at Python to give me a new perspective. Thus using Ironpython Studio is probably cheating a bit (alright, a lot). This seems not to matter because however much it attempts to look like a Visual Studio project etc. There’s one simple behaviour I’m probably being too dumb to implement.

I.E. How do I keep my forms in nice separate code files, like the c# monkey I have always been ,and yet invoke them from one another? I’ve tried importing the form to be invoked to the main form but I just can’t seem to get the form to be recognized as anything other than an object. The new form appears to be a form object in its own code file, I am importing the clr. I am trying to invoke a form’s ‘Show’ method. Is this not right?

I’ve tried a few (to my mind more unlikely) ways around this but the problem seems intractable. Is this something I’m just not seeing or would it in fact be more appropriate for me to change the way I think about my GUI scripting to fit round Python (in which case I may switch back to wxPython which seemed more approachable from a Pythonic point of view) rather than try to look at Python from the security of the Visual Studio shell?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:43:04+00:00Added an answer on May 11, 2026 at 12:43 am

    In the end it was even simpler.

    I was trying to invoke the subform thus:

    f = frmSubform()
    f.Show()

    But I actually needed to do it this way

    f = frmSubform()
    Form.Show(f)

    Form.ShowDialog(f) worked also; in a Dialog format of course.

    A simple enough error but until you know you, well, don’t know.

    I’m not 100% sure I understand at this stage why what works, works, but I’m sure I shall learn with experience.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 94k
  • Answers 94k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This is how I did it before I removed it… May 11, 2026 at 6:45 pm
  • Editorial Team
    Editorial Team added an answer Assuming that you are programmatically building the document in a… May 11, 2026 at 6:45 pm
  • Editorial Team
    Editorial Team added an answer Take a look at this list: http://en.wikipedia.org/wiki/Timeline_of_programming_languages May 11, 2026 at 6:45 pm

Related Questions

Ok so part two of I have no will power experiment is: Summary Question
We are in the process of porting a legacy system to .NET, both to
We have an application with a good amount of jQuery JSON calls to server
I am constructing an anagram generator that was a coding exercise, and uses a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.