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

Bill Leibold

@Bill Leibold
About
Posts
18
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • CP to rally behind MS?
    B Bill Leibold

    Chris Losinger wrote: are you a programmer or a Microsoft Programmer? I am proudly a Microsoft programmer!

    The Lounge oracle help question

  • CP Slow?
    B Bill Leibold

    Yes, it has been extremely slow the past 2- days.

    The Lounge com linux question

  • SHBrowseForFolder
    B Bill Leibold

    I remember having the same problem, but intermittently depending on the installed System. If I remember correctly, this is a defect that has been fixed when installing IE 6.x Best Regards,

    The Lounge json help tutorial question

  • Bush and free-trade
    B Bill Leibold

    You seem to think that the US is the only country that imposes tarrifs on imported goods. Am I missing something here? Can't speak much for the Lumber industry, but the US Steel industry is in near collapse. Most major US based Steel Corporations have either filed for bankruptcy or are currently in the process. The US cannot afford to have all their steel products made in foreign countries, nor can any other industrialized nation. The facts are that this steel has been being dumped for years on our markets, and it is time something was done to correct it.

    The Lounge help html com

  • Bush and free-trade
    B Bill Leibold

    Daniel Ferguson wrote: but their foreign policy, to put it mildly, sucks What, we don't give foreign countries enough hand-outs? At least the US has a foreign policy and doesn't sit back like pacifists. If we didn't engage and give out the goodies, you others would be crying even more.

    The Lounge help html com

  • CSharp Bug
    B Bill Leibold

    Kiss my *ss and Linux sucks! :laugh: :laugh: :laugh: Me

    The Lounge csharp beta-testing help question

  • The lounge is not a refreshing place!
    B Bill Leibold

    Might as well give up if you have to switch to those products!:)

    The Lounge help question announcement

  • sleepless
    B Bill Leibold

    I am from the US and I don't see anything wrong with what he wrote! Lighten up. :laugh:

    The Lounge help question

  • Sad State of Education
    B Bill Leibold

    Depends what sort of English you are talking about?

    The Lounge learning

  • Sad State of Education
    B Bill Leibold

    Do what I do, home educate all your children. I believe it is an insult to your children to force them to attend a public school in the US. I do not accept the argument that you cannot afford to send your children to private schools or that both you and your wife must work, which prevents home schooling. I have lived all over this country, and with the possible exception of elementary grade Texas schools, they are all very substandard. They continually lower their teaching standards so that other unfortunates can keep up and make passing grades, which reduces the quality of teaching to other students who are prepared when they enter the school systems. The Texas school systems understand this and offer somewhat remedies for this. California is the absolute worst. This political correctness in this country is making me dammed angry thanks to those fuc*ing liberals!:mad: :mad: :mad: :mad: :mad:

    The Lounge learning

  • Reload Icon when Explorer Crashes
    B Bill Leibold

    Not true. I have never had an explorer crash in W2K where the task try icons were restored properly. Best Regards

    C / C++ / MFC question com

  • CP Down
    B Bill Leibold

    The CP domain is about the most unstable of all sites that I ever visit. I usually have to hold my breath as to whether I can access the site in any reasonable time and more importantly post any kind of messages. I would think that they would look at an alternative host.

    The Lounge com help question

  • Just came back from a Linux forum
    B Bill Leibold

    They are a dangerous sect. One destined to be outcast to the far corners of the galaxy. The problem is that they just don't realize it yet.;P

    The Lounge linux

  • What do you Yanks think of John Walker ?
    B Bill Leibold

    Cut him loose, tell him he has 60 seconds to run and piss, then kill his f*cking ass.:mad: :mad: :mad: :mad:

    The Lounge question html database com announcement

  • All your code are belong to us.
    B Bill Leibold

    Statement number 2 is very broad as to how to define "within your job capacity". In my personal experience, I was hired as a Control Engineer. I happened to develop a product that was 100% devoted to Control Engineering, but my job description did not read that I was required to develop xyz software. My notification to the employer that I was developing software related to the Control Industry on my own time - at my own expense, covered me on this. If you are a game developer working on a specific title of "Alien 3" and you decide to develop a game on your own time and expense, then my understanding was that if you notified your employer of this intent, then they are required to inform you that they will seek control of the finished product, otherwise... I have always been instructed to challenge the statement in the employee hiring document that states what you design/develop on your own time is legally owned by them. I know others that have challenged this and were able to get it removed from the employment contract. The problem is that most employees don't even realize it was in their hiring contract until they decide to do something. It is pretty standard stuff that some employers have no problem with you taking exception to it before hand.

    The Lounge game-dev question

  • All your code are belong to us.
    B Bill Leibold

    Those agreements do stand up in US courts if you are an employee being paid salary or an hourly wage. However, if you inform your employer that you are writing software that does not pertain to your job capacity and the software is written on a computer that is not owned by the company, and they do not challenge your notification, then you in effect retain the copyright to the development. It is best to let them know once, then keep the lid on it forever. If it is good enough to market, then leave it up to them to pursue any discovery and never let any other employee gain knowledge or view the product at any company owned site. This I speak from experience and consultation with legal entities back some 5-years ago.

    The Lounge game-dev question

  • DUNDAS, you pay for lifetimesupport but after one year, you can´t even get the patches
    B Bill Leibold

    I have also use Stringray in the past (during the years of Scott Wingo), and the source code was so buggy or incomplete, we politely repackaged it and said "No Thanks". This was our first attempt into using 3rd party source and now completely stay away from it.

    The Lounge

  • Removing Help button from Wizard
    B Bill Leibold

    One Way: BOOL CMyPropertySheet::OnInitDialog() { CPropertySheetEx::OnInitDialog(); // this hides the Help button CWnd* pHelpButton = GetDlgItem (IDHELP); ASSERT (pHelpButton); if (pHelpButton) pHelpButton->ShowWindow (SW_HIDE); return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE } Bill

    C / C++ / MFC 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