Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bill7771

    App design and inherited forms

    Hello; Are poeple using inherited forms out there and if so, has the design worked out for you? I've played with them and when the parent form is a dll, there seems to be an issue with the designer in the consuming project such that you need to wrap the parent form class in an interface; at...
  2. bill7771

    css friendly controls

    Is anyone using the css friendly controls? If so, how are they working out for you, which Visual Studio are you using and where did you download them from? Thanks, Bill
  3. bill7771

    How to read information from an Autocad file in a C# project

    This is interesting. Don't know a thing about the topic but for fun I Googled, c# autocad api, and got a slew of links/info. Seems there's a .net API for you to learn. Wish I had your task.
  4. bill7771

    Do you like asp.net?

    Jbenson001; I like C# over VB for coding in the asp.net environment not because C# syntax is closer to what I already know, (done a lot of VB over the years), but because in the web environment I'm coding a lot of javascript on the client side, so swithcing between the two languages all the...
  5. bill7771

    (very) newbie question - Declaring two classes with the same name

    Sunil; I think you might back up a step and look at this link: http://msdn2.microsoft.com/en-us/library/ms173115(VS.80).aspx Bill
  6. bill7771

    Do you like asp.net?

    Thanks, Guys, I'm encouraged. I've got the APress book by Matthew MacDonald, Beginning ASP.Net 3.5 in C# 2008. Seems like a good book, too. I like C# and Visual Studio and the .net classes, as I've been working with them all in the Windows desktop environment. I also like C# for code in a...
  7. bill7771

    App Start Behavior

    AH, yes, in a perfect world. But, VB-only code? Didn't know there was such a thing. (At least I think this is true. I'm new to .net.) Far as I can tell, it's VB-in-name-only; just a dll that needs a new name and some better MSDN documentation. Still, it works. Thanks, Bill
  8. bill7771

    Do you like asp.net?

    I'm wondering what people think of asp.net; how you like working with it. I've coded a lot of html and javascript, jsp, classic asp, etc. and I'm balking a bit when it comes to committing to learning asp.net. I'm uncomfortable reading about asp.net because it abstracts so much of what web...
  9. bill7771

    App Start Behavior

    For Misterstick; You can use it in C#. See this link: http://msdn2.microsoft.com/en-us/library/ms173136.aspx 1. Make the reference to the VB dll 2. Add the using statement 3. then code away: Keyboard myKeyboard = new Keyboard(); if (myKeyboard.CtrlKeyDown) MessageBox.Show(" ctl key is...

Part and Inventory Search

Back
Top