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

Search:

Type: Posts; User: Mel Cruise

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    5,470

    Please help, I'm desperate already!

    Here's my problematic source code:

    Printer.Scalemode = vbInches
    Printer.Width = 7 'but always returns 1440
    Printer.Height = 4 ' but always returns 720

    This is why, the printer...
  2. Replies
    10
    Views
    5,470

    How to print without ejecting paper.

    Masters,

    I'm developing a check printing program and my problem is that everytime I print one check, the printer ejects a lot of the continous checks. My question is, how do you print without...
  3. Replies
    1
    Views
    561

    How to re-register a revised component

    Gurus,

    Our banking application consists of 8 modules; 6 DLL's, 1 OCX and 1 EXE. My problem is, when I make a revision on only 1 component, I have to unreg/reg (regsvr32) all components to make it...
  4. Replies
    6
    Views
    1,467

    Mr. Kyakub, I used your 1st ex since...

    Mr. Kyakub,

    I used your 1st ex since it's protected at db level, but it returned an error:

    -2147467259: Could not find installable ISAM.

    What could be the problem now?
  5. Replies
    6
    Views
    1,467

    debuchakrabarty or anybody, That's...

    debuchakrabarty or anybody,

    That's exactly my problem, I don't want to use a DSN connection. Is it possible to use a DSN-less connection to access a password-protected mdb? How?
  6. Replies
    6
    Views
    1,467

    How to connect 2 password-protected MDB

    Hi,

    How do you do this? Is it in the connection string? If yes, could you give me an example; I am using MSAccess 97. Thanks.
  7. Replies
    5
    Views
    808

    Hey guys, just wanna follow-up on my question......

    Hey guys, just wanna follow-up on my question... Do you think my conclusion is accurate? If so, what files should I include in my installation package to make my program run on an earlier version of...
  8. Thread: datagrid

    by Mel Cruise
    Replies
    1
    Views
    722

    Set 'Wrap CellPointer' to 'True' and 'Tab Action'...

    Set 'Wrap CellPointer' to 'True' and 'Tab Action' to '2 - dbGridNavigation'.
  9. Replies
    4
    Views
    659

    What should be my next move?

    I've been a VB6 application programmer in a bank for 3+ years now, and I'm fairly confident of my programming skills and want to remain a programmer until... forever! But I'm having this feeling of...
  10. Replies
    5
    Views
    808

    I have a similar problem; I've created an...

    I have a similar problem; I've created an installation package and have used it to install my program, but the problem is that it won't run on pc's which have 1st edition win98 ("can't create...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured