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

    Drag and Drop implementation inside one picturebox control

    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.
  2. redshadow

    Collection problem

    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...
  3. redshadow

    Collection problem

    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...
  4. redshadow

    Reading DLL Information using VB6

    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...
  5. redshadow

    Integrating Crystal Reports

    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
  6. redshadow

    Integrating Crystal Reports

    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...
  7. redshadow

    problem installing VB6/Crystal XI app

    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.
  8. redshadow

    File Sharing Problem

    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...
  9. redshadow

    File Sharing Problem

    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...
  10. redshadow

    File Sharing Problem

    Thanks a lot, varuna. I'll check what I missed out and try if it will solve my problem.
  11. redshadow

    File Sharing Problem

    I forgot, File sharing options are enabled
  12. redshadow

    File Sharing Problem

    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...
  13. redshadow

    Property Grid

    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'...
  14. redshadow

    How to fetch selected item from a listview

    I see, thanks to both of you.
  15. redshadow

    How to fetch selected item from a listview

    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...
  16. redshadow

    How to fetch selected item from a listview

    Hi All, How can I fetch the item selected by the user as well as the subitem/s from the listview.
  17. redshadow

    Could not see the changes after updating.

    Hi jebenson, Sorry. It was my mistake in typing. It is adodc1.recordset.update really. It won't run if it isn't, right?
  18. redshadow

    Could not see the changes after updating.

    Sorry, I mentioned in the ado data control that the lock type is pessimistic, it is optimistic rather.
  19. redshadow

    Could not see the changes after updating.

    Additionally, I am not using Grid here. I only use text box and maskedit box controls.
  20. redshadow

    Could not see the changes after updating.

    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...

Part and Inventory Search

Back
Top