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

Search:

Type: Posts; User: jvbd02

Page 1 of 22 1 2 3 4

Search: Search took 0.24 seconds.

  1. Re: Lookup tables - VB Com development - lkuptbl.dll - Works on NT but not W2K or XP

    My NT4 box died last week forcing me to look into this again. Didn't find a solution but do have a work around to get things working on my XP box.

    During design time:

    1) Search and replace in...
  2. Thread: simple as pie!

    by jvbd02
    Replies
    3
    Views
    625

    Re: simple as pie!

    A space between the LIKE and the " will be needed (I think?).

    Can't comment on the rest of the query though...
  3. Re: Lookup tables - VB Com development - lkuptbl.dll - Works on NT but not W2K or XP

    Hi

    Unfortunately no - I'm still developing that product on a knackered old NT4 workstation :(

    So far as I know it is someting to do with the 'user' that is running the dll in the vb ide versus...
  4. how do I manage ascx files in an aspx page?

    Hi

    New to asp.net web applications so bear with me please....

    I have a dafault asp.net page called default.aspx. It has a couple of ascx's in it. One for the top banner which I want on the site...
  5. Replies
    7
    Views
    8,749

    Re: Opening a password protected word file

    A couple of the apps in the second link look promising. I'll download and try em out. Had to laugh at the one that says it takes between 2 and 4 weeks - not quite as slow as mine, but still a while!...
  6. Replies
    7
    Views
    8,749

    Opening a password protected word file

    Hi

    I'm writing an app to open a password protected word document. Fear not, the worriers among you - it is my own document with a password I do not recall. However, to be honest, I would use it...
  7. Replies
    6
    Views
    934

    Re: 97 Access vs. 2003 Access

    If you have/use any MS DAO 3.5 references or less than 3.5 in your VB program, you'll need to update these to 3.6 minimum for the VB program to access the database. At least, I think 3.6 - I'm not at...
  8. Replies
    15
    Views
    2,680

    Re: Making A "BROWSE" button

    here you go:


    Private Const VER_PLATFORM_WIN32_NT = 2
    Private Type OSVERSIONINFO
    dwOSVersionInfoSize As Long
    dwMajorVersion As Long
    dwMinorVersion As Long
    dwBuildNumber As...
  9. Replies
    1
    Views
    1,750

    Re: Working with MSFlexGrid in VB6

    hi, answer to your question 2:

    here (don't like this one too much): http://www.codeguru.com/forum/showthread.php?t=298379&highlight=flex

    or here (i like this one. just a template, but something...
  10. Re: How to re-connect local VB6 project with VSS project on network

    Hi

    Give this a shot - not tested it myself, so you may have to ad-hoc along the way!

    Delete the *.scc file in the same folder as the *.vbp (dunno if necessary, but cant hurt)

    Open VSS,...
  11. Replies
    6
    Views
    36,520

    Re: Method'~' of object '~' failed "

    Hi

    I get this error but not in a compiled program or when running a program from the VB IDE....

    If I click on the VB6 IDE shortcut twice in QUICK succession on my oh-so-low-spec PC at work it...
  12. Re: com+ dll runtime error - what am I doing wrong?

    Hi

    What error are you getting and where? Same as I described above??

    Cheers
  13. Re: How to change Package and Deployment install path

    Hi

    Rather than going to the trouble of changing the lst file (for every time you package the app), try this - in the "included files" part of the install wizard, add the database (i'm assuming...
  14. Replies
    4
    Views
    922

    Re: how to compare two files?

    Hi

    If Sourcesafe is installed on the target PC (or maybe even a remote PC you can connect to, but not too sure about this one), you can use ss commands from a command prompt (shell it) or set a...
  15. Replies
    1
    Views
    764

    Re: Generate Numbers

    ere you go


    Option Explicit

    Dim mlngNumberArray() As Long

    Private Sub cmdDone_Click()
    Unload Me
    End Sub
  16. Thread: Hangman Problem

    by jvbd02
    Replies
    4
    Views
    1,145

    Re: Hangman Problem

    Hi

    Knocked up the following. Loops thru array of letters to see if previously selected, if so chucks out a message, else adds letter to array for next pass in the loop..



    Option Explicit
    ...
  17. Replies
    8
    Views
    1,061

    Re: Need help with 2 small problems, please.

    Easy way to change font colour of a command button is to choose the Microsoft Forms 2 Object Library and use the command button provided there. That has a font colour/forecolour property. Granted,...
  18. Replies
    8
    Views
    1,046

    Re: Performance Problem

    Oh right.

    Then why not just do one make table query on the source table where a=b and c=d and e=f etc. Then all results are in one table and subsequent querying of those results should be pretty...
  19. Replies
    8
    Views
    1,046

    Re: Performance Problem

    Hi

    How about putting the results of each query into its own table (use a make table query), after all 8 are done the results will be in these tables and accessable....

    Might want to drop the...
  20. Re: Lookup tables - VB Com development - lkuptbl.dll - Works on NT but not W2K or XP

    Hi

    Thanks for the reply.

    I'm currently compiling under a com+ system - w2k pc - and then deploy it to customers using both nt4 and w2k servers and all is fine. Just can't run the dll from the...
  21. Replies
    5
    Views
    1,105

    Re: COM dll interrogation

    Hi

    Thanks for the reply - this one is really annoying me. I have 3 PC's at the office - a naff very slow NT PC, a very ordinary W2K PC for compiling releases on and a lightening fast XP PC. Can...
  22. Replies
    5
    Views
    1,105

    Re: COM dll interrogation

    Hi

    Sorry to intrude on this thread in this manner, but have any of you used the LKUPTBL.dll during com development? More specifically, have you used it whilst developing on W2K or XP rather than...
  23. Lookup tables - VB Com development - lkuptbl.dll - Works on NT but not W2K or XP

    Hi

    Currently developing ASP / VB com projects on an NT workstation.
    I use lkuptbl.dll for lookup tables used by the web sites (not heard of it before starting this job - chap I'm taking over from...
  24. Re: Web page freezes between instantiating vb dll and dll spitting out html...?

    Some hope!!!

    Any suggestions?
  25. Web page freezes between instantiating vb dll and dll spitting out html...?

    Hi

    Can't figure out a solution to this one...

    Have an asp file - NewWindow() is just a javascript function I wrote that opens, funnily enough, a new window. (Maybe I've typed this first part a...
Results 1 to 25 of 541
Page 1 of 22 1 2 3 4





Click Here to Expand Forum to Full Width

Featured