Search:

Type: Posts; User: yogiyang

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    1,330

    Re: Gambas on Linux Experiances and Feedback

    Hello,

    I would not bother with GAMBAS at all....!!!!

    I would rather go for HBasic as it seems to compile the code in binary. I have not tested it yet though! ;)

    Check it out:...
  2. Replies
    89
    Views
    13,621

    Re: vb6 trans compiling?

    Hello LOfADay,

    If you want to target multiple languages in your version of VB6 (VB64) want it be prudent to target multiple languages using LLVM???

    Just my thoughts....
  3. Replies
    89
    Views
    13,621

    Re: vb6 trans compiling?

    Well our interest and his interest may not coincide but all that we want is to get him to share the code that he developed (VB IDE and compiler) with us ;) that is it!
  4. Replies
    89
    Views
    13,621

    Re: vb6 trans compiling?

    We use Python in IoT. We have developed home automation hardware and software solution.

    So Python is welcome and a usable candidate.

    As for Cython (and my understanding of it) it is to convert...
  5. Replies
    89
    Views
    13,621

    Re: vb6 trans compiling?

    I think the OP can contact Allen Cooper the father of VB as he is not longer with MS: https://en.wikipedia.org/wiki/Alan_Cooper (or https://www.cooper.com/alan/father_of_vb.html)

    HTH
  6. Replies
    89
    Views
    13,621

    Re: vb6 trans compiling?

    For those who are interested in using VB skills cross platform there is a very good Qt based dev tool called KBasic. It is commercial and available with source code option also.

    Check it out:...
  7. Replies
    9
    Views
    6,809

    Re: Clipboard Extender

    As the source is provided why not add missing features to it as per your expertise and requirements/demand and let the community benefit from it...!!!

    Regards,

    Yogi Yang
  8. Re: How to register WinSCP dll or library in VB6

    Ok!

    WinSCP seems to have support for VB Script and there is code sample on their forums. I think you can use the VB Script with minor alterations in VB6 Anyways do check this:...
  9. Re: How to register WinSCP dll or library in VB6

    George,

    I am not much of an expert in FTP/SFTP.

    But see if this thread helps you: http://www.vbforums.com/showthread.php?741643-RESOLVED-Code-for-SFTP-using-vb6

    When I had a requirement for...
  10. Re: How to register WinSCP dll or library in VB6

    Hello,

    Here is a complete FTP activex in pure VB6. 143753

    You should be able to convert it to operate as per SFTP norms.

    HTH

    Yogi Yang
  11. Replies
    11
    Views
    18,331

    Re: Let Users Move/Resize Controls at Runtime

    Hello,
    Actually I have never tried to run the code in a custom control (User Control). So I can't help you here.

    Hope someone more talented than me would help you out.

    Regards,

    Yogi Yang
  12. Re: [VB Rich Client] - Possibilities of linking VB6 Object Events to Cairo GUI

    Olaf,

    This works like a charm as long as we do not use any inline control.

    But how can we link event code entered in VB forms to the controls or is there any other way to write events in a...
  13. Re: Alternative to Package and Deployment Wizard?

    Try Rational Rose Setup Factory.

    It is very good and easy to learn and use.
  14. Replies
    6
    Views
    6,214

    Re: Send SMS through vb6 code

    I use a bit old Bluetooth Framework ActiveX for managing contacts, send SMS, read SMS, etc. from GSM dongles and mobiles attached by data cable or via bluetooth.

    HTH
  15. [VB Rich Client] - Possibilities of linking VB6 Object Events to Cairo GUI

    Hello Olaf,

    I have been waiting for a solution that will allow visually developing application using VBRichClient's Cairo GUI easily. But till date there is no useful solution.

    So I thought a...
  16. Replies
    46
    Views
    16,965

    Re: Non-Microsft alternative to vb6

    Here is reply from LA's CEO.


    HTH
  17. Replies
    46
    Views
    16,965

    Re: Non-Microsft alternative to vb6

    Olaf,

    Here is a Notepad compiled in the earlier version of LA for Win64Bit. It is a single EXE.

    Here download this sample here: https://www.dropbox.com/s/3kxw8nnntwdkgar/notepad.exe?dl=0
    ...
  18. Replies
    46
    Views
    16,965

    Re: Non-Microsft alternative to vb6

    Hello,

    Just ran into this very interesting and usable development alternative to VB6.

    Is it similar to VB6 and has features that are mind blowing.... Has Basic language. It is as matured as...
  19. Re: Ideas as to how to Create a Round seal like effect

    Carlos,

    Thanks.

    You are right. Cairo Tutorial 7 A & B.

    How stupid of me to miss this.

    TIA
  20. Ideas as to how to Create a Round seal like effect

    Hello,

    I have a need to develop a program in which the user will enter text in two separate Text Boxes and then click on a button. On this the text should be arranged in round shape like the image...
  21. Re: YFrameowrk - A framework that will shorter development time for data oriented app

    Sorry I forgot to attach the zip file.

    Here it is...
  22. YFrameowrk - A framework that will shorter development time for data oriented apps

    Hello,

    I have been using this set of routines (YFramework) for almost 10 years now.

    I developed to shorted my development time for business apps that are for data oriented.

    There is not...
  23. Re: How to call WinHttpRequest Send in a sequence

    dilettante and xxdoc,

    Thanks for suggestions.

    I will try them out.
  24. How to call WinHttpRequest Send in a sequence

    Hello again,

    I am trying to connect to a domain and retrieve information using a web api.

    Here it is necessary to execute the request to web api in a per defined sequence.

    I am using...
  25. How to self-elevate an application to a high privilege level?

    Hello,

    I have developed an application which at times need to access some files from "Program Files" and Users folders on the system as well as a few hardware information.

    To achieve this the...
  26. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    Hello LaVolpe,

    Can you check into the code of PhotoDemon - The open source photo editor. It supports very large image size. It is open source so you could study its source cod and implement...
  27. Re: C1/ComponentOne Activex Scrollbar problems in Application cerated using VB6

    Arnoutdv & Jonney,

    Thank you for your valuable feedback.

    Regards,

    Yogi Yang
  28. Re: C1/ComponentOne Activex Scrollbar problems in Application cerated using VB6

    Yes sure I will try to replicate this problem in a separate tiny project.

    btw, can you share the properties that you may be setting for VSFlexGrid? Just in case some properties may be having this...
  29. Re: C1/ComponentOne Activex Scrollbar problems in Application cerated using VB6

    I am using v8 Light version. File name: vsFlex8n.ocx
  30. C1/ComponentOne Activex Scrollbar problems in Application cerated using VB6

    Hello,

    I have developed a software which runs properly under WinXP, 7, 8, 8.1 but under Win10 there is a serious problem.

    What is happening is that where ever I have used VSFlex Grid it does...
  31. Replies
    40
    Views
    13,452

    Re: [vbRichClient] How To...

    When can we use TestMode available in VBRichClient?

    Are there any possibilities of using VBRichClient for sending and receiving information to and from a web page on server?

    TIA

    Yogi Yang
  32. Replies
    1
    Views
    848

    Re: vb6 app running on MAC

    I think it would not be possible to install and use drivers in WINE. Try the paid version of WINE called Codeweaver's CrossOver. It is well supported and seems to support more software then WINE.
    ...
  33. Replies
    1
    Views
    642

    Re: JS Script Engine + Debugger

    Interesting.

    Using Qt in VB!
  34. Replies
    4
    Views
    1,285

    Re: Chat and Voice Transmission Over IP

    I think this will help you:

    http://www.voip-info.org/wiki/view/asterisk+ActiveX

    http://www.vaxvoip.com/

    http://www.pernau.at/kd/voip/ActXPhone/
    ...
  35. Re: [VB Rich Client 5] - Getting out of memory error when opening RS

    Thanks everyone.

    I have managed to solve the problem.

    What I have done is load all the required rows without the Photo filed in RS and then load single photo separate as needed.

    TIA

    Yogi...
  36. [VB Rich Client 5] - Getting out of memory error when opening RS

    I have a table in the database that stores photos of persons in it.

    When I try to load the table using the query: SELECT * FROM AllPhotos

    There are only 5 fields in the table and one filed is...
  37. Replies
    135
    Views
    308,985

    Re: VB Classic (A True VB 7.0)

    Hi SuperDre,

    I think you need to check this one: http://www.bcxbasic.com/

    It is alive and updated regularly.

    HTH
  38. Re: [VB Rich Client] - How to store and play/show Videos and PDFs from SQLite DB?

    Here are a few that I have seen been using at times:
    - BIGINT
    - BINARY
    - BLOB
    - BLOB_TEXT
    - BOOL
    - BOOLEAN

    - CHAR
    - CLOB
  39. Replies
    135
    Views
    308,985

    Re: VB Classic (A True VB 7.0)

    I just ran into this framework for VB developers in C++ on sf.net.

    Thought I will share it here it may be useful who knows.

    http://ezbasic.sourceforge.net/index.php

    HTH

    Yogi Yang
  40. Replies
    135
    Views
    308,985

    Re: VB Classic (A True VB 7.0)

    For those who may be interested there is another open source project called BCX that does just what is being planned here.

    The compile it ready and in production since many years. The visual IDE...
Results 1 to 40 of 231
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width