Search:

Type: Posts; User: Trims30

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    2,408

    Re: Adding VB6 OCX to VB.Net Windows form

    Programs were written for Windows 95 about 25 yrs ago and continually updated. Data bases have been changed and mods added for compatibility with latest Windows (thru 11).
    Most procedural code can...
  2. Replies
    11
    Views
    2,408

    Re: Adding VB6 OCX to VB.Net Windows form

    I guess it's time to bite the bullet and start from scratch with new set of tools from Component Source.
    Rewriting a legacy application is not what I had in mind.
    Thanks to all for input on this.
    ...
  3. Replies
    11
    Views
    2,408

    Re: Adding VB6 OCX to VB.Net Windows form

    Arnoutdv:
    vsPrinter, vsView, vsAwk, vsInform, etc are the items.
    I'll check with ComponentOne.

    Thanks.
  4. Replies
    11
    Views
    2,408

    Re: Adding VB6 OCX to VB.Net Windows form

    Peter:
    Thanks for the response...

    Videosoft is a set of vb6 OCX tools for Reporting and string parsing. We purchased it from Videosoft in 1998 and have license for use. Videosoft has since gone...
  5. Replies
    11
    Views
    2,408

    Adding VB6 OCX to VB.Net Windows form

    Am investigating doing a re-write of an old VB6 project and am able to bring over all 3rd party OCX's with the exception of those from VideoSoft.
    I'm able to add the Videosoft OCX tools to the...
  6. Replies
    6
    Views
    1,567

    Re: VB6 DateValue Function - Regional Settings

    Yes, am referring to Windows Regional Settings.
    Error occurs when Regional Short Date Format is yyyy/dd/MM
    and , for example, a string date with a value of 2021/15/11 is used
    in a DateValue...
  7. Replies
    6
    Views
    1,567

    VB6 DateValue Function - Regional Settings

    Having problem with DateValue if Regional Date Format set to yyyy/dd/MM

    Following code fails with Type Mismatch if day greater than 12
    Day is being interpreted as Month


    Dim TheDate as Date...
  8. Replies
    9
    Views
    3,320

    Re: How to add OCX control at runtime

    Elroy:
    Thank You.
    That works - see my code below!
    Only issue is.... Control added can't be a Control Array from what I see.



    Option Explicit
    Dim WithEvents ctlGraph as GraphLib.Graph
  9. Replies
    9
    Views
    3,320

    Re: How to add OCX control at runtime

    I want to create control at runtime because don't want Graphic Server process resident if no graph control being used.

    I'm aware of the fact that one option is to have control array setup and can...
  10. Replies
    9
    Views
    3,320

    How to add OCX control at runtime

    Can someone please show me how to add a Pinnacle-BPS Graph Control (graph32.ocx) to a form at runtime?

    I believe this control came with VB4 or VB5 - it's shown in my Component list.

    I can add...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width