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 gkittelson 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. dethomson

    Program error exiting an app which uses WebBrowser control

    I tried that too, but it didn't help. I'm still trying to understand the proper methodology for exiting apps. Does anyone have a good resource that can give me Best Practices and such for exiting apps? Anyway, I ended up getting around the issue another way. I'll update this thread later with...
  2. dethomson

    Program error exiting an app which uses WebBrowser control

    I have a small vb6 app which has the web browser control added. Here's a link to the code -> http://www.myitforum.com/inc/upload/9303SMSNotify.zip problem: If I select a hyperlink in the loaded htm document (the link opens in an external IE window) and exit the app, I get a runtime error. I...
  3. dethomson

    Disable WebBrowser control context menu

    Nice tip. I was able to remove a module that I was using to do this and saved 4 KB on my itty bitty app Thanks
  4. dethomson

    Adding Notepad (or something) to form to edit memo field

    Aren't text boxes are limited to 255 characters in length ? What I'm storing is a lot larger than that (but still smaller than the memo field limit). I am currently using a memo field in my table. I would like to be able to include some functionality in my form to allow the user the ability to...
  5. dethomson

    Adding Notepad (or something) to form to edit memo field

    I have a table that has data stored in a memo field. I'd like to add some sort of editor (Notepad, WordPad, ...) to the a form that can be used to edit the data stored in the memo field. I've seen things kicked around about the Rich Text control and the sort, but haven't come across the actual...

Part and Inventory Search

Back
Top