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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BrokkenStik

  1. BrokkenStik

    How Do I Write to Excel?...

    Did a search in the VB 5 & 6 forum, but didn't find anything that applied to my problem. However, thanks to "VB & VBA in a Nutshell" (Paul Lomax), the solution is as follows.... Dim xlApp as Excel.Application Dim xlWorkbook as Excel.Workbook Dim xlWorksheet as Excel.Worksheet...
  2. BrokkenStik

    How Do I Write to Excel?...

    Thank you! :-)
  3. BrokkenStik

    How Do I Write to Excel?...

    I would like to generate database reports using MS Excel. This would involve populating a .xls file, and then bringing it up on the desktop. So my questions are as follows: 1) How do I connect to Excel from my VB 5.0 application? The help files mention IISAMs, but I couldn't find any...
  4. BrokkenStik

    sound card problem (I think)

    Everyone, I reformatted my HD and reinstalled my OS over the weekend. My Emu SC works and my Video card no longer pixilates. 'Stik
  5. BrokkenStik

    sound card problem (I think)

    cyberdyne, I've installed and re-installed the MB drivers. I've also removed my Emu soundcard. No success.... There's another thread in this forum that says to reinstall the OS, as the chip set has changed and there are now some device driver conflicts. This makes sence, and I'll do this...
  6. BrokkenStik

    References for New Application Rollout

    Will the strangeness never end? I investigated my test computer, and it seems there is either a problem with the registry or the hard drive. My database was build in MS Access. When the application was first tested on the test machine, error messages showed a problem with the db connection...
  7. BrokkenStik

    References for New Application Rollout

    I found the deployment wizard. Didn't think to start my search from the main menu.... Anyway, still having problems deploying this application to a test machine, but at least all the references are brought over with the .exe. I'm also having problems finding the database once the install is...
  8. BrokkenStik

    References for New Application Rollout

    Hi. I've developed an application in VB 5.0 for my department to use. This application will run from anywhere on my hard drive in spite of the fact that I hard coded the database path. I don't understand why it does. It seems to me that it shouldn't see the database file unless it resides...
  9. BrokkenStik

    No sound on SB PCI 64 and ASUS A7V133

    Trilliadin, I'm having the same problem. I think you've provided my solution as well. Thanks 'Stik
  10. BrokkenStik

    sound card problem (I think)

    Manic, What were your IRQ settings? In other words, how did you resolve your problem with your sound card? Was removing the NIC enough? I have a similar problem, in which the Windows wav gets cut off during boot, and my sound cards won't function. One of my cards is onboard the MB, and I've...

Part and Inventory Search

Back
Top