Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

B I Khan

@B I Khan
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • multi-project solutions
    B B I Khan

    Hi, I have two seperate c# projects both working fine. I can see that .NET allows multiple projects in a single solution. Question is how do I run the other project from the default solution project at runtime (I am rather new to .NET) Thanks. BIK

    C# csharp question

  • HyperTerminal
    B B I Khan

    Hello everybody, I want to connect a computer on one LAN to a computer on another LAN using a modem and a phone line (a HyperTerminal sort of thing). I want to be able to dial a number from a list and send and receive messages and files, preferably with acknowledgement. I also want the whole stuff in c# (v2003) using Windows Forms (GUI), not the console type. Can anyone of you help me out with this or point me to a link where it might be available. Thanks a lot. BIK

    C# csharp winforms help

  • Global access
    B B I Khan

    HELP REQD. Trying to move from VB6 to C# (v2003) I made a MDI application which calls up Child forms from the main Menu of the MDI form. The menu Item is disabled when selected and the Child form shows up. It works fine till this point with the following code. mnuMHlagreement is the Name of the menu Item and frmLicence is the Child form. private void mnuMHlagreement_Click(object sender, System.EventArgs e) { showForm(new frmLicence(), mnuMHlagreement); } private void showForm(Form formName, MenuItem menuName) { // Disable Menu Item menuName.Enabled=false; // Set the Parent Form of the Child window. formName.MdiParent = this; // Set Background Colour. formName.BackColor = cFrmBClr; // Display the new form. formName.Show(); } Now I want to enable the menu Item on the parent MDI form when the Child form is closed, which so far I have not been able to do. I am sure almost all of you out there know how it is done. So please let me know too. Also in VB6 we could add Modules where all the Global declarations, etc. were made. In the above example cFrmBClr is a variable which holds the COlor selected at runtime from a ColorDialog on the MDI form. How do I make this a Global variable so that it can be accessed from any form. I THANK YOU IN ANTICIPATION OF YOUR VALUABLE HELP. BIK

    C# csharp help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups