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 strongm 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: *

  1. NeilFrank

    Packing VB6 app quandry

    I forgot to note how to make use of the debug-writer. For example: Private Sub optModule_Click(Index As Integer) WriteToAppFlowDebug ("Splash.optModule(" & Index & ")")
  2. NeilFrank

    Packing VB6 app quandry

    Having trouble with a packaged version of my VB6 app. I am using Inno Setup http://www.jrsoftware.org/isinfo.php, which works well, allowing me to run my app on a Windows 7 machine without any versions of VB installed. So far so good . . . However, the debug data that gets continuously...
  3. NeilFrank

    Slider Control with a BackColor Property??

    I found a better slider at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=25565&lngWId=1 Seems to fill the bill, as long as one can live with no minimum value property other than the default of 0.
  4. NeilFrank

    Slider Control with a BackColor Property??

    The link in vbforms provides a small VB app, prjSlider.vbp, that can be downloaded. This contains the new slider control, Slider.ctl, which performs well in the small app, and it can be added to my project. Note that there are now 2 "slider" controls in the ToolBox Although I can set the...
  5. NeilFrank

    Slider Control with a BackColor Property??

    Does anyone know if there's one out there?? I found one at http://www.vbforums.com/showthread.php?t=601912, but it is flaky.
  6. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Thanx Bluejay07. Consider it done.
  7. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Thanks for this useful summary, tedsmith!!
  8. NeilFrank

    Running a VB6 app in Visual Studo 2010

    I appreciate the distinction JoeAtWork and strongm are making and my vocabulary has been tuned up accordingly.
  9. NeilFrank

    Running a VB6 app in Visual Studo 2010

    I don't question your depth of knowledge, strongm, but it would seem to me not possible to run a .vbp file on a machine that doesn't have VB6 installed. Much like one couldn't open a word document (.doc) without having MS Office installed. I can't say that I tried running my .vbp before I...
  10. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Great idea, Andy, but we're talking 55,000 lines of code. If the app attracts commercial backing, the problem of code language will be addressed. Right now, I am checking out whether I can as you suggest, install VB6 on a W7 machine. In spite of 2 "known compatibility issues" warnings, it...
  11. NeilFrank

    Running a VB6 app in Visual Studo 2010

    I don't - still in development.
  12. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Andy How? Could it be as simple as installing VB6 on my Windows 7 machine? Thanks!
  13. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Thanks strongm. This must have massively inconvenienced VB6 developers and end users!
  14. NeilFrank

    Running a VB6 app in Visual Studo 2010

    Thanks! Yes, compile. I strongly suspected this was the case, but just wanted to check with the experts. And another couple of rhetorical questions: Why didn't Microsoft make Visual Studio 2010 (or its precursors) backwards compatible with VB6? Is it possible to run VB6 apps on a Windows...
  15. NeilFrank

    Running a VB6 app in Visual Studo 2010

    How difficult is it to convert a VB6 app so that it will run in Visual Studio 2010? Are there automatic converters?
  16. NeilFrank

    Package and Deployment error

    Thanks TLowder. Will look into this as well.
  17. NeilFrank

    Package and Deployment error

    Thank you, Bluejay07. I'll give these a try.
  18. NeilFrank

    Package and Deployment error

    When I run the setup.exe on the XP machine on which I developed the app, all is well. What does this tell me?
  19. NeilFrank

    Package and Deployment error

    I had checked. MSWINSCK.ocx is not in my Inno script. I hadn't realized that Inno Setup was unreliable. I will certainly try the PDW.
  20. NeilFrank

    Package and Deployment error

    I have used the Inno Setup Compiler to create an installer for my VB6 application, which I’ve developed on an XP machine. I use the resulting setup.exe to successfully install the app on my two Windows 7 machines. However, in both cases, when I try to run the app I get the following error...

Part and Inventory Search

Back
Top