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

    Crosstab or Pivot table in SQL: How?

    Thanks! I am definitely going to try both methods. RvR
  2. rvr

    Need a good reporting tool (reporting ide) for Java

    Hi Leon, Thanks for replying. Our company decided to use Visual Cafe, so I am trying to find something that would tie in with that. Regards, rvr
  3. 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
  4. rvr

    New to Java

    Hi, Just finished a course in Java where they used the book 'Thinking in Java'. This book is available on the net for free at http://www.mindview.net/Seminars/ThinkingInJava/Books/TIJ/ Regards, rvr
  5. 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
  6. rvr

    What is difference between open dll and referenced dll?

    Hi, Thanks for looking at my question. I checked the dll, but the binary compatibility is set. Where in the registry is the paths of the dll's? I would like to check that as well. What I do, is to open the dll, test it (then it is working), 'make' the dll to its directory, make sure the...
  7. 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...
  8. 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...
  9. rvr

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

    I have a program that should register dll's sent in the same setup file as the program. But I suspect that the dll's is not registered at all. I would like to write something like a diagnostic tool to look for the dll's and determine if they have been registered or not. This setup file was...
  10. 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...
  11. rvr

    How do I populate multicolumn listbox from textfile?

    Thanks for your responses! Because I am in a hurry to get this finished, I used filesystemobject, read every line, and AddItem to the listbox. That worked just fine. But I am curious about the ListView control. I've never worked with it before, and would definitely give it a try. Thank you, rvr
  12. 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
  13. 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...
  14. rvr

    Add an icon for a project

    Hi, You should assign an icon to a form in your project (Go to the from properties, and browse for an icon in the Icon property). Then you go to the Project properties and select the Make tab. There you could set the icon from one of your forms as the project icon.
  15. 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...
  16. 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