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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Roger99

  1. Roger99

    Navigating code in Turbo Delphi

    I have recently begun using Delphi again (Turbo Delphi 2006) after having used VB and C++ in Microsoft Visual Studio 6. Both those IDEs made it very easy to quickly locate class properties and procedures by providing a treeview on the left-hand side. Now, it seems Turbo Delphi has something...
  2. Roger99

    Painting transparent layer

    I've just gone back to The Gimp in Windows 2000 after using it in XP, and now everything is working fine. I don't know whether the program is being erratic or if it is something I was doing. (I'm a Gimp newbie). If it happens again I'll give your suggestion a try, TrojanWarBlade. Thanks to you...
  3. Roger99

    Painting transparent layer

    I want to paint ON a transparent layer. So, I add a transparent layer to an image, make sure the new layer is active and visible, select a colour and bucket fill, then apply the bucket fill. Nothing happens. This is running Gimp in Windows 2000. I have since installed the program in Windows...
  4. Roger99

    Painting transparent layer

    How do I paint a transparent layer in Gimp 2.2.8? I have tried both ticking and unticking "Keep transparency" in the layers dialog, as well as trying to paint both selected and unselected areas. Nothing works.
  5. Roger99

    Finding user privileges in NT/2K/XP

    Is there a way I can determine whether the user running my Visual C++ V6 program is an Administrator, Power User, or User?
  6. Roger99

    Visual C++ exit codes

    Thanks for the speedy reply, Ion. Your suggestions didn't fix the problem, but they did inspire me check my code, and I have improved the database shutdown as a result. I have noticed that if I close the app with a toolbar button that simply calls CDialog::OnOk() then there is no problem with...
  7. Roger99

    Visual C++ exit codes

    I am devloping a Visual C++ database application using ODBC. After I run the program in Debug mode, add a new record, then close the program, the debug window shows that some threads and the program itself have exited with a "code 2". If I run the program and simply delete a record...

Part and Inventory Search

Back
Top