Hi, anyone who has implemented this or any idea about implementing both drag and drop within a single picture box control?
I have created a usercontrol that works like a treeview using a custom drawn lines and text, and I would like to give it a feature of drag and drop.
Thanks in advance.
Oh sorry for that, it's my mistake, it should be
dim cl3 as class3collection
set cl3 = new class3collection
I have not checked the use of Implements for the third class, I will give it a try.
Just another question, why did the second class managed to get the value from the first class...
Hi,
I am trying to create a hierarchical structure for my collection class but I got an error on the third one.
Here's my structure
class1
class1collection
class2
class2collection
class3
class3collection
class2 collection and class3 collection contains almost the same code :
for class2...
Hi All,
I would like to create a dll which will act as a plug-in to my application, however, I don't know how to read DLL information in VB6 as this is to be developed in VB6.
What I want exactly is to know the version number and the public functions and variables inside of the DLL so that my...
hi synapsevampire, first, sorry for the delayed reply.
I tried out the samples and was able to run reports created in Crystal without the annoying login dialog.
Thanks
Hi all,
I am new to Crystal Reports for Visual Studio .net.
Can anyone please give me a sample code in order to
1. connect my application to crystal as well as filter. I tried some sample codes but it prompts the user for database logon and I don't find it nice.
2. be able to pass a sql...
Did you use the merge modules from the Business Objects website?
When deploying a crystal report with vb6 I always use the merge modules coming from their website.
If you haven't done that yer, browse
the business objects website for the Crystal IX merge modules (RDC).
Hope this helps.
Thanks alidabiri but that is why I am wondering why is it so because everything was done properly and this is not the first time I've installed a network of this type in Wndows XP.
All that you enumerated were done properly. Each computer can share folders, I can even view the computer's shared...
Hi, I've checked and tried all that were instructed in the document that you linked me to but to no avail.
Is there a way where there might be conflicts with the configurations of each device that is why it can't enable the file sharing?
I've got two lan card for the other computer and both...
I have networked two computers and configured as:
- via hub
- assign static IP for each
- both have direct internet connection
- one PC has one lan card, the other has two but one is disabled.
- both has gateways and dns defined as required to connect to the ISP
- both has the same user names...
Hi All,
Please can anyone give me a simple example of how can I access a value from a propertygrid without the use of any extensions.
For example I have a Windows Form that contains a single propertygrid and has a property name called Greetings and a command button that says 'Show Greetings'...
Hi, Sorry for the late reply.
Thank you for the reply. I tried your code and it works, however, when I click again another item it generates an exception.
I tried to enclose it in the try catch block and it says that the index is out of bound but after catching the error, the item was also...
Here's my code, it is not the whole code but it shows the portion of executing the insert and its called modules.
'on the form activate
adodc1.recordsource = "SELECT * FROM JEntry WHERE JournalNo = " & txtJournalno.text
'cursor type is set to dynamic and locktype is pessimistic
adodc1.refresh...
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.