CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: avidichard

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Re: Trying to add DLL references in ActiveX DLL

    OK, I seem to be on a track here. Everytime I call a DLL, the HKEY value is 0, which is not a correct handle BUT. The problem relies that when calling a DLL with string parameters, you absolutely...
  2. Re: Trying to add DLL references in ActiveX DLL

    I'm using Windows 10
    I redirected the output as a string initially to retrieve the error as a string instead of a number and the error occured on every DLL call. When I tried to RegOpenKey,...
  3. Trying to add DLL references in ActiveX DLL

    OK, first, I followed the instructions on this website to let VB create usable DLLs from other apps: http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html

    The DLL I want to...
  4. Re: Retrieve data sent on network to a specific IP Address

    Ok, that answers my question, I'm not connected on the same wire and it won't happen. So I'll need to find another solution.

    Thanks a lot for your time in answering.
  5. Re: Retrieve data sent on network to a specific IP Address

    No, I know what Wireshark is. I do not want to sniff the network.

    Here is what I want, I want to retrieve information that tries to enter my phone to try and retrieve the phone number to do a...
  6. Retrieve data sent on network to a specific IP Address

    I am trying to retrieve information sent to an IP address which is in my case an IP Phone. I would like to know if there is any free code or API calls that can let me read what's going to a specific...
  7. Replies
    9
    Views
    8,364

    Re: Flushing the mouse buffer

    No I did not find a solution in that direction. I did do a work arround but it does not relate to this. I had to find another solution much more complexe which does not not implicate mouse clicks....
  8. Replies
    6
    Views
    834

    Re: Forms stuck to application...

    I asked a question because I need an answer. Please don't make fun of this. I think that this can be achieved but I don't know how. I'm asking help to get my app do what I want it to do not an...
  9. Replies
    6
    Views
    834

    Re: Forms stuck to application...

    That solution works but minimizing 7 windows just to prevent that from happening is not a good solution. And with the quantity of calls we have, this is not a user friendly way to do this.

    I will...
  10. Replies
    6
    Views
    834

    Forms stuck to application...

    I need some help on a special problem I've got.

    I created a software which let's poeple log calls in a database. Each Log window is opened as a new form object in the main application's form. ...
  11. Re: I NEED HELP!!! DAO Recordset Problem

    For security issues I connot post my project but I have good news. I figured out what the problem was so I'm going to post the solution here for those that still use DAO. I really thank everyone...
  12. Re: I NEED HELP!!! DAO Recordset Problem

    Neither of the answers work. I know there is almost no support for DAO but still, that's what I'm using right now. I'll maybe plan updating my code when I have double the time I just spent...
  13. Re: I NEED HELP!!! DAO Recordset Problem

    I'm using VB.NET and I want an answer for VB.NET. Why would I put this in VB6 forums???

    I'll give feed back after trying your suggestion. Thank's for your answer.
  14. [RESOLVED] I NEED HELP!!! DAO Recordset Problem

    I am getting really MAD now. It's been Hours that I am working on this and searching on google for anything but No answer!!!

    Can someone please tell me how to Do a search using Dao Recordset like...
  15. Replies
    13
    Views
    1,342

    Re: Error !!!!!!!!!!!!!!!!

    Use Keyascii = vbKeyTab instead of SendKeys "{TAB}"

    This should solve your problem. I remember having that problem. When I want to use the Enter Key but I don't want to hear the 'ding' sound, I...
  16. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    So did this help you out? Does it do what you want it to do?
  17. Replies
    13
    Views
    1,342

    Re: Error !!!!!!!!!!!!!!!!

    Did you try to send Chr(9) instead of "{TAB}"? It may work. I don't really know what you are trying to do but when I want to send the TAB string, I use the Chr(vbKeyTab) which I think is 9. Try...
  18. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    The tutorial is up, see below to download the project. I have also included a screenshot for those that want to see what the final results are.

    In this tutorial, NO OCX are used, NO DLLs. The...
  19. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    I'm working on the tutorial. Please be patient. It's easy stuff to say but to program it's another game.

    Using simple buttons is a simple task but when it come's time to more complexe one's that...
  20. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    Give me a day or 2. I'll see what I can do!
  21. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    dglienna: I know you like any VB better than VB6 but this post was put in a VB6 forum so the personne that posted this presume's that he/she will get a VB6 answer. Everything is possible in VB6 and...
  22. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    I downloaded your project and as I said, the best way is to build the theme yourself. Your ocx is missing and I can't run your application. You will notice that most sofwares similar to your run...
  23. Re: [Help] Problem of desplaying image when using ActiveSkin for my Project in VB6!!

    You don't need to use active skin to make your own skined window. I use images with mouse_move, down and up events. I draw Each buttons and the windows borders. See results in the attachments.
    ...
  24. Replies
    2
    Views
    4,802

    Mouse Functions for those who need them + Attachment

    Here is the MOD file (Module file for VB) for those that prefer to download.
  25. Replies
    2
    Views
    4,802

    Mouse Functions for those who need them

    I made this module out of several codes I found for many features people may need for there VB applications. You should probably have almost all of what you need for the control of the mouse cursor...
Results 1 to 25 of 75
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured