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 bkrike 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: YoshiCD
  • Content: Threads
  • Order by date
  1. YoshiCD

    Calling a specific Word in Help

    Hi All, I want to be able to call a specific keyword in my help file by registering the selected text when the user presses the F1 key. Say the Keyword is 'Register', if this text is selected, How do I send this keyword to my help file upon the press of the F1 key. Pretty much like it does in...
  2. YoshiCD

    Icons on Different PC's

    Hi All, Why do icons that i've installed in a program at their 16x16 resolution show up in the bigger 32x32 on some computers? I've figured out how to stop it (editing the icon) but i'd just like to know why.... Thanks
  3. YoshiCD

    VB Reserved Words Full List

    Here's a complete list as provided by MS on some obscure location of their website! Abs Access AddItem AddNew Alias And Any App AppActivate Append AppendChunk Arrange As Asc Atn Base Beep BeginTrans Binary ByVal Call Case CCur CDbl ChDir ChDrive Chr Chr$ CInt...
  4. YoshiCD

    The Tale of The 'Fashionable' Designer

    Hi All, I've started this Thread so everyone may get a feel of good design ethics in a program. I'm looking for input from all walks of life, and not just threads on 'Structured Programming' (Indentation, remarks etc.) My aim is to see the best, and the worst, examples of form design, code...
  5. YoshiCD

    Interrupting F1 Key

    The F1 key in Visual Basic 6 loads up my MSDN Collection, I'm sick of it!!! I use the Language reference Help Files from VB5 (Downloaded from the MS Web Site) becuase it's smaller, faster and easier to use. (You may by now have noticed my loathing for MSDN) I want to create a method/program...
  6. YoshiCD

    File Error Running app in Win98

    I Created my application in Windows XP with VB6. My app and it's exe work fine in XP running from the Hard Disk, and also when I run the software from CD (which is my ultimate plan). I use Stand-Alone Xpress, a VB Project Packager that compiles all Libraries and controls into one EXE, to create...
  7. YoshiCD

    Multiple Page Printing Problem

    Hi Guys (and Gals) I have a problem concerning printing. I have a form (frmPrint) that contains a picturebox that contains several controls (labels, and image and a rather large textbox) The labels and the image are at the top of the page and therefore cause no problem when using the printform...
  8. YoshiCD

    MP3 Files WMP.DLL and Win98

    I have produced a program in Win XP that uses a reference to wmp.dll all works fine. Until i test the program in Windows 98. Running in 98 generates an Invalid page Fault in MSDXM.OCX (which i didn't know i was using!) I thought i was just using the open and close commands in the ref to...
  9. YoshiCD

    Commondialog Double Cancel Error

    Hi All, I have a problem with the CDI Save As box. I have inserted an errorhandler to capture the Cancel button, telling the user they MUST enter a filename and returning (by GoTo) to above the part (in code) where the Dialog box is shown. Problem is, if the user presses Cancel for a second...
  10. YoshiCD

    Problems w/ Intricate Database - VB - Word Access.

    I posted a query a while ago about a mail merge from VB into word, the answers i got were good but not what I was looking for. I have since figured out how to set up the records (fields) in my destination word document. But now need to be able to send an entire (or the relevant information of...
  11. YoshiCD

    Mail Merge? For The Big Guy's Sake! Help Me!!

    Hi All, I Have Several Documents (In Word) That I need to insert placeholders for fields into and then use information from the ACTIVE record within my (Access Driven) Visual Basic Program, inside these placeholders. I, being new to database programming, am at a loss. I think the procudure is...
  12. YoshiCD

    Mail Merge? I Have No Idea!!

    Hi All, I Have Several Documents (In Word) That I need to insert placeholders for fields into and then use information from the ACTIVE record within my (Access Driven) Visual Basic Program, inside these placeholders. I, being new to database programming, am at a loss. I think the procudure is...
  13. YoshiCD

    I Think It's Called a Mail Merge????

    Hi All, I Have Several Documents (In Word) That I need to insert placeholders for fields into and then use information from the ACTIVE record within my (Access Driven) Visual Basic Program, inside these placeholders. I, being new to database programming, am at a loss. I think the procudure is...
  14. YoshiCD

    What is the procedure activated by the Close (X) button on a form?

    What is the procedure activated by the Close (X) button on a form? I need to manipulate the use of the button. Thanks. YoshiCD ------------------------- "There is No Spoon.." -------------------------
  15. YoshiCD

    How Do I MSWord With an Access DB from VB4/5?

    Dear very Helpful Tektipper I have designed a program which uses Access as it's backbone database. If I wanted to Open MS Word from within my program, load the fields from the Current Database Record into the merge fields in a Word Document Designed for to receive them. How would i do it???? I...
  16. YoshiCD

    Search Control

    I use the Original OPEN, CLOSE, GET, PUT Statements in VB4 and would like to know if there is an ActiveX Control/Source Code out there that will let me search the output file (in this case, output As Random) - for certain things (pref. in certain fields, but can adapt to my needs) If any can...
  17. YoshiCD

    Monitor Problemo Mejor

    When I Boot up my PC, The Monitor starts going hyperfuzzy... sort of like the horizontal alignment has been kicked... several times... hard... with steel toe caps. Yet, when it gets into Windows, it's fine... Is there a way out of this, or do i need to bin my monitor??? (please don't say...
  18. YoshiCD

    Monitor Super Fuzzy in DOS Mode

    When I Boot up my PC, The Monitor starts going hyperfuzzy... sort of like the horizontal alignment has been kicked... several times... hard... with steel toe caps. Yet, when it gets into Windows, it's fine... Is there a way out of this, or do i need to bin my monitor??? (please don't say...
  19. YoshiCD

    Returning the Image Path from a Picture

    Can i return the Path of an image from it's properties at runtime I need to do it from the image itself as it appears to be the only way without going out of my way and creating a second array database (Which I, being lazy, am not prepared to do).. Thanx in advance for any help... >(::O>...
  20. YoshiCD

    Image Filename

    How can I load the filename of an existing image into a variable??? If anyone can help, a Virtual Pint in the bar is the reward... Thanks millions to those who try... Tx.. ¥oshiCD (Confuzzed)

Part and Inventory Search

Back
Top