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
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
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
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...
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...
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...
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...
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...
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
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
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...
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.
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. Is it possible, and how do...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.