Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vb5prgrmr
  • Content: Threads
  • Order by date
  1. vb5prgrmr

    How to contain a ActiveX exe server within my program

    Okay, my container application is or has a standard interface. i.e. logo, menu system, and toolbar. When a new exe is detected in the same directory, I shell it with a /r so that it can register what it needs within the settings database. (not just any exe...) These settings tell the container...
  2. vb5prgrmr

    Snicker Stickers...

    Well since the Vanity plate threads have been so popular and bumper stickers have been mentioned within, if I remember correctly, so why not? On Explorer in VA... When in doubt, empty the magazine. And on the 8th day god created marines. :-)
  3. vb5prgrmr

    Okay, which one is it??? SP6B???

    This can be a bit confusing if one is looking for SP6 for VB. So just some clarification if anyone has the insite to do so but I don't remember ths vs6sp6B. Is the date wrong on this? Service Pack 6 for Visual Basic 6.0 Vs6sp6B.exe NETFX3.0_0407 3/29/2004 ...
  4. vb5prgrmr

    Multiple Hard Drives

    Win 2k Enterprise Server Running both SQL 7.0 Enterprise and SQL 2k Enterprise (7 is disabled). Now, I know that I can place the .log file and data on different hard drives. I also know that I can, if necessary, create multiple databases on different drives, but what I want to know is... Is it...
  5. vb5prgrmr

    VB6 SP6 Is Now Available

    While searching for another thread I came across this... http://www.microsoft.com/downloads/details.aspx?FamilyID=a8494edb-2e89-4676-a16a-5c5477cb9713&DisplayLang=en We don't have to wait any longer... Good Luck
  6. vb5prgrmr

    How do you keep your code?

    I have been looking at my hard drives and the amount of code that I have (all over the place) and have finally started on creating a db app to keep it all in one place, but what I would like to know from the rest of you is... What option and features (NOT MS Features) would you add to something...
  7. vb5prgrmr

    Child WIndow without MDI!!!

    Q. How do I make Form2 a child of Form1? A. Use MDI Q. And if I don't want to use MDI? A. In VB you can't unless you use a MDI Parent/Child. OR Q. How do I make a sub form like in access? A. Use MDI ... Well... that is not quite true... To play with this example start a new standard exe...
  8. vb5prgrmr

    How would you create an interface for future expansion?

    Usually when creating a system that must consider future expansion I have done seperate windows. Meaning main program shells "add-on/plugin" (if you will) and user interacts with it and it does its own thing. Now I want to move some of these separate programs into the display area of...
  9. vb5prgrmr

    SendMessage/PostMessage?

    I have been playing around with the SetParent API and what I have so far is the following... In program1 I have a MDIParent with a MDIChild. In program2 I have a form that I use the SetParent API to set the parent of this form to the MDIChild of program1 (maximized of course). Now here is the...
  10. vb5prgrmr

    Show Animated Gif without the webbrowser contol

    Ok, here a version of some code that I found at PSC and I was thinking of making this a FAQ for this forum. This VB6 code has been tested on... Win95 Version B VB6 SP5 (AMD 200Mhz) WinNT4 SP6 VB6 SP5 (AMD 1Ghz) Win2k Server VB6 SP5 .NET 2002 (AMD 1Ghz) Win2k Pro SP3 VB6 SP5 .NET 2002 SP1 and...
  11. vb5prgrmr

    How to test if word doc contains other docs

    I have previously asked this question in Forum707 in Thread707-409701 and forum68 in thread68-410576 and have not recieved an answer in either forum so this is my last ditch effort unless someone knows of another place that may help. (yeah I know but I wouldn't belive I would have that many...
  12. vb5prgrmr

    How to test if word doc contains other docs

    I have previously asked this question in forum707 in thread707-409701 and have not recieved an answer so I though I would try this forum. (yeah I know) I have recieved a word document that has been used to send an email to multiple recipients. This doc/mail also has other word docs as...
  13. vb5prgrmr

    2 Q's for Word Guru

    To begin with I am not sure if I should ask these questions here, but this seemed like a good place to start. I have recieved a word document that has been used to send an email to multiple recipients. This doc/mail also has other word docs as attachments. 1. What Property/Method do I need to...
  14. vb5prgrmr

    MS White Paper Access 2002 (XP) And ADO

    Here is a link to the MS Page that describes [b]ACC2002: "Using ADO in Microsoft Access 2002" White Paper Available in Download Center[b] http://support.microsoft.com/default.aspx?scid=KB;EN-US;q301987&FinishURL=%2Fdownloads%2Frelease%2Easp%3Freleaseid%3D31032%26redirect%3Dno or...

Part and Inventory Search

Back
Top