Search:

Type: Posts; User: software07

Search: Search took 0.02 seconds.

  1. Re: Drawing on UserControl with Transparent BackStyle.

    Thanks it worked perfectly.
  2. [RESOLVED] Drawing on UserControl with Transparent BackStyle.

    I am trying to draw on a UserControl, but I want to have other regions apart from my drawing transparent, so the Background/Controls on the Form should be visible apart from my drawing when the...
  3. How can I use https on Winsock web server?

    I am trying to use https on a simple Winsock web server by using a self signed certificate generated by openssl.
  4. Re: Runtime error - "Bad DLL calling convention" while using UrlEscape API.

    @Arnoutdv @dilettante Thanks! Both the codes are working perfectly.
  5. [RESOLVED] Runtime error - "Bad DLL calling convention" while using UrlEscape API.

    I am trying to use the UrlEscape API but I am not sure what mistake I have made in the declaration. I am also not familiar with using pointers in Visual Basic 6.


    Private Declare Function...
  6. Replies
    11
    Views
    16,588

    Re: DNS Server in VB6

    I have used the code StrConv(WinsockData, vbUnicode) in a RTF Textbox and I could get some readable information.

    Screenshot:
    147547

    RTF Text:

    {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0...
  7. Replies
    11
    Views
    16,588

    Re: DNS Server in VB6

    I changed the DNS Server of my connection to 127.0.0.1 and it did get the requests but there are weird characters in the requst. How can I parse the request data?
  8. Replies
    11
    Views
    16,588

    Re: DNS Server in VB6

    I have written the code for the Server which listens on UDP port 53. Require help for next steps.


    Private Sub Command1_Click()
    Text1.text = Text1.text & "Server started." & vbCrLf...
  9. Replies
    11
    Views
    16,588

    Re: DNS Server in VB6

    Yes, DNS is Domain Name System server. It converts domain names to the numerical IP addresses. What I am trying to make is a Captive Portal which I very often find on Wi-Fi networks. A captive portal...
  10. Replies
    11
    Views
    16,588

    DNS Server in VB6

    I have found many examples on the internet about making web servers but haven't found any about DNS servers. I am just curious about making it. Is possible with winsock? Any idea where to start?
  11. Re: Label control that supports hyperlinks, different colors and font styles

    Implementing the mouse wheel to this label will make it easier to scroll.
  12. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    Thank you everyone for the help! I have finally created the scrollbar but there are some bugs and algorithm errors. I will try to fix it. It is still far from complete but this can help you skin the...
  13. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    I have written the code for Value, SmallChange and LargeChange. These are not exactly same as the VB Scrollbar but similar to it. Now I am writing the code for Min and Max. Any ideas will be helpful...
  14. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    I have written the Read/Write Properties, but have almost no or little knowledge about how all these properties actually work in the VB scrollbar. Will need some guidance to code it. Thanks!
    ...
  15. Re: UserControl position on the Form

    Thank you for the information.
  16. Re: UserControl position on the Form

    Thanks it worked in the UserControl_Resize() event. :check:
  17. Re: UserControl position on the Form

    @Spoo
    I want the UserControl to get the position (Left/Top) inside the Form (Parent).

    @Eduardo
    Parent.Controls(Ambient.DisplayName).Left
    Parent.Controls(Ambient.DisplayName).Top

    It shows a...
  18. Re: Looking for devs, creating comprehensive VB6 replacement from scratch

    Where can I download the software?
  19. [RESOLVED] UserControl position on the Form

    I am trying to find the UserControl position (left/top) in the Form (Parent) inside the UserControl.
    The code UserControl.Parent.Left and UserControl.Parent.Top doesnot work.
    Is there any way to...
  20. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    @Lavolpe
    Thank you for your suggestions. I have attached my work you can have a look but it is lacking the features of the VB scroll bar. Please help me code the small change, large change and...
  21. Re: Can Somebody convert below code snippet to vb6

    If you are trying to connect MySQL with VB6 then you need to use the Microsoft ActiveX Data Objects 2.8 Library.
    Check this:...
  22. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    I am trying to write the code for small change and large change for the custom scrollbar not the VB Scrollbar. I am attempting to write the properties of custom scrollbar and make it similar to the...
  23. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    How can I program the properties small change and large change? I have seen that the scrollbar thumb/slider size changes on changing the height and the large change but how can I actually program the...
  24. Replies
    1
    Views
    5,302

    Re: Custom Scrollbar (vbRichClient)

    Thanks! Will check the code.
  25. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    Hi baka,
    Thanks for your suggestions. I have tried to make some modifications to the code but still the slider is not moving properly, can you suggest any code modification. I have added the...
  26. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    I would like to take a look at your code. Thanks!
  27. Replies
    21
    Views
    66,824

    Re: Custom Scroll Bar using Pictures

    I have started to make a custom scrollbar using pictures. There are many issues, please suggest and help!

    Main Issues:
    1) Dragging the slider.
    2) The Arrow/Slider image remains in hovered state...
  28. Replies
    21
    Views
    66,824

    [RESOLVED] Custom Scroll Bar using Pictures

    I am trying to make a custom scroll bar similar to vb scroll bar but by using pictures (mouse events: click, move, up, down, leave) only and not by drawing, so that I can make changes to the scroll...
Results 1 to 28 of 29



Click Here to Expand Forum to Full Width