Search:

Type: Posts; User: christianlott

Search: Search took 0.26 seconds.

  1. Re: Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone know ho

    Ok, thanks. I'll think about this.
  2. Re: Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone know ho

    I was able to get it loading and saving correctly by creating an alternate UDT that used integer type instead of enum. I copied the UDT with enums into the one without enums before save, then back...
  3. Re: Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone know ho

    It defines a graphical element with a possibly complex sequence of properties.

    I find a sql database is good for only very simple structure. I worked as a db developer for seven years. I know what...
  4. Re: Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone know ho

    Replying to all:

    I have tried code like Olaf posted but it breaks even if I have just one enum:

    "Can't Get or Put an object reference variable or a variable of user-defined type containing an...
  5. Load/Save COMPLEX User Defined Types ? (with Enums and subTypes) - Anyone know how?

    Not really life threatening, just wanted to know if anyone has found a general method to load and save complex UDTs.

    I have seen a few articles explaining the internals of simple UDTs and to...
  6. Replies
    7
    Views
    936

    Re: Multiple Assignment from Function?

    Ok. Thanks for all this help.

    I learned some things I didn't know.

    It looks like you can't multiple assign from a function but the variables you pass into a function are updated by the...
  7. Replies
    7
    Views
    936

    Multiple Assignment from Function?

    I thought I saw code somewhere do this:


    VarX, VarY = SomeFunc(A,B)

    Is this possible?

    What would the function look like?
  8. Replies
    25
    Views
    24,867

    Re: Pure VB6 TreeView Control

    Yes I did and thank you for turning me on to Olaf's (http://www.vbrichclient.com/#/en/About/) work. :thumb:

    I was just trying to find out if there was a property lurking somewhere that would...
  9. Replies
    25
    Views
    24,867

    Re: Pure VB6 TreeView Control

    No checkboxes?
  10. Replies
    3
    Views
    3,132

    Re: Mozilla Control Error

    If you are looking to do browser programming without IE, look here:

    http://www.vbrichclient.com/#/en/Downloads.htm

    I haven't tried it yet but it says you can use Webkit (and Cairo) in vb6.
  11. Replies
    6
    Views
    3,120

    Re: API Declare/Convert for Zmq

    I did a quick conversion of the form, it executed Form_Load. It listed in sequence 1 - 1000. I must have the wrong type of List View (ActiveX ListView 6.0). It won't populate (cmdPopulate_Click)...
  12. Replies
    6
    Views
    3,120

    Re: API Declare/Convert for Zmq

    Thank you, that was very informative.

    I started doing some research on cdecl and got this:

    Universal dll function caller, CDECL & stdcall with .bas/.cls/.frm/.ctl callbacks ...
  13. Replies
    6
    Views
    3,120

    API Declare/Convert for Zmq

    I found some declares for Power Basic here:

    http://sites.google.com/site/libfcgi2/download

    I'd like to know how to convert for use in Vb.

    For example:

    TYPE WSAdata
    wVersion AS...
  14. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Sorry. Yes, I tried this. As well as another option:

    Private Const MS_DEF_PROV As String = "Microsoft Base Cryptographic Provider v1.0"
    Private Const CRYPT_MACHINE_KEYSET As...
  15. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Yes, the error number was -2146893799

    So the only difference is that this is Access 2007 (x86) on Win 7 (x64).

    This is not the 64bit version of Access.
  16. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    Good question. It's Access 2007 though, just like on the XP system. And actually on the other Win 7 machine I'm using Access 2010 and it works
    :eek2:

    system error -2146893799

    So:
    Win 7...
  17. Re: [VB6] HMAC-SHA-256, HMAC-SHA-1 Using Crypto API

    My primary use of this class is in an Access db with vba. Your class works for me through most of my environments, however..

    I have two windows 7 machines and an xp machine. On one of the windows...
  18. Replies
    0
    Views
    673

    hwnd of firefox iframe

    Hi,

    I want to position a winform inside an iframe. All I know how to get is the hwnd of the complete tab frame. I want to put the window inside one of the iframes of that tab.

    Thanks
  19. Replies
    0
    Views
    504

    Controlling a C .exe

    I have an open source C executable I want to control from my VB program.

    Is there a way to do this?

    I want to be able to read and write into it's memory space, pause, stop and execute commands...
Results 1 to 19 of 19



Click Here to Expand Forum to Full Width