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 strongm 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: *

  • Users: oluwa
  • Order by date
  1. oluwa

    How to move a 3DRect

    Thanks, i shoukd have supplied some codes, the code looks llike this: class Tile extends JComponent{ int w, h; Point p; String l, s; Tile(String l, String s){ this.l = l; this.s = s; w = 25; h = 25; p = new Point(0,0); addMouseMotionListener(new MouseMotionAdapter() { public void...
  2. oluwa

    How to move a 3DRect

    hi, I will like to know how to move a 3DRect from one JPanel to another. Thanks
  3. oluwa

    How to detect if task bar is visible

    Hi, I will like to know how to detect if the taskbar is visible, thanks.
  4. oluwa

    How to know if taskbar is visible

    Hi, i will like to know how to detect if the taskbar on a desktop is active so as to be able to make my form occupy the space above it if it is, or occupy the whole desktop, if it isnt. Thanks
  5. oluwa

    data report creation

    Hi, Thanks for sticking by me all the while, the code that was at the link you gave me work, but i wont mind doing it your way which seems shorter. I am new to VB6 and dont know what the sp5 it. Could you please explain and tell me how to go about it
  6. oluwa

    data report creation

    Hi, My code is similar to yours,I even tried out yours but it didn't solve the poblem. What else am i suppose to do. Thanks.
  7. oluwa

    data report creation

    Hi, DataReports have no orientation property. How do i set paper size. DataReport1.width affects DataReport object and not the paper width. Thanks.
  8. oluwa

    data report creation

    Hi, It didn't work. What am i still doing wrong. Thanks.
  9. oluwa

    data report creation

    Hi, i have already tried that and it didn't work. What am i still doing wrong? Thanks.
  10. oluwa

    Running plsql scripts

    pls, how can i run plsql scripts in Vb. Thanks.
  11. oluwa

    data report creation

    Hi, i will like to know how to create a data reports in landscape format using data reports
  12. oluwa

    report creation

    Hi, please how can i create a report in a landscape format using Visual Basic 6 data report.

Part and Inventory Search

Back
Top