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 bkrike 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: rvr
  • Content: Threads
  • Order by date
  1. rvr

    Need a good reporting tool (reporting ide) for Java

    Hi, I am new to Java, but need to look for a powerfull reporting tool to use with Java. Any suggestions for good, powerfull tools would be appreciated. Even info on tools to stay away from would be great! Thanks in advance, rvr
  2. rvr

    How do I make a listbox transparent?

    Hi, I have a picture on a mainform, and a listbox on top of it. I would like to make the listbox transparent so that when the user scroll through the listbox, it would not show the tiled bitmap that is currently used in the listbox, but only the bitmap on the main form. Thanks, RvR
  3. rvr

    What is difference between open dll and referenced dll?

    Hi, What is the difference between a dll project open in VB when the application that reference it is run, and the referenced dll that is only referenced from the application that is run, and not open as project in VB? I have a application that reference a dll created by me. When I open the...
  4. rvr

    Is there a way to prevent multiple instances of a specific dll?

    Hi, I created a dll which is referenced from another project. But it seems as if this dll gets referenced twice when the program is run, because the variables change somewhere without appearant reason. Any idea on how to solve this, or even if there is an idea on what else might cause this...
  5. rvr

    How do I determine what dll's and ocx's has been registered?

    Hi, Is it possible to determine through code what dll's and ocx files has been registered? I need to be able to run through the list of registered files. It would be even better if I can also determine which files was not registered (but that might be pressing it!). Any suggestions would be...
  6. rvr

    How do I populate multicolumn listbox from textfile?

    Hi, I have a text file (tab delimeted) with three 'fields'. I would like to populate a listbox with 3 columns with the contents of the text file. Is that possible, and if it is, how do I do that? Thanks in advance, Rvr
  7. rvr

    Difficulty referencing dll's

    Hallo, I have one project that many dll's, including A.dll. If I open the project, and A.dll project in VB, the project runs exactly as it should. But as soon as I remove A.dll from VB, and reference it through the project, I get loads of errors. It just seems to loose the reference as soon...
  8. rvr

    Access VB Project from another VB project: How?

    Hi,<br><br>How can I access the code in a VB project (either from the form or a module) from another VB project.<br>I would like to write a program in VB that would open another VB project and extract a piece of code from the form or module in that project.&nbsp;&nbsp;Is it possible, and how do...
  9. rvr

    Crosstab or Pivot table in SQL: How?

    I would like to create a table that behaves much like a crosstab query(MS Access) or a Pivot table (MS Excel), using SQL. I use one table with grouped columns, and pivot on the contents of one of the columns to show totals of another column. The Access version look like this:<br> <br> TRANSFORM...

Part and Inventory Search

Back
Top