Re: a couple quick c# questions.

  • From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Wed, 9 Apr 2008 18:47:56 -0600

ok. I found the reference. I guess I need to look around and find out if it'll 
let me access the windows api.
  ----- Original Message ----- 
  From: Ken Perry 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Wednesday, April 09, 2008 6:21 PM
  Subject: RE: a couple quick c# questions.


  All you have to do is do

  using System.Windows.Forms

  Then you can use things like MessageBox and I think you can even do the 
system menu but I have never tried to.  You will also have to add a reference 
to the .net library for windows.forms but that is pretty simple to.

  Ken



------------------------------------------------------------------------------
  From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Tyler Littlefield
  Sent: Wednesday, April 09, 2008 5:02 PM
  To: programmingblind@xxxxxxxxxxxxx
  Subject: a couple quick c# questions.


  Hello,
  I've got a couple questions. I'm looking for a class, that would allow me to 
add a drop-down menu onto the system menu of a console.
  Also, is there a way to either a, put a console into a windows app, or b, use 
the windows namespace in a console? There are a ton of things I'd like to do 
with the console, working on a program via a console, but I need more 
flexability--accessing the windows namespace would help, or... Is there another 
way to get to the API functions without using the windows namespace?
  Thanks,
  ~~TheCreator~~

Other related posts: