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

    Save word document using "Text with Layout Filter"

    Hi all, I am trying to save a document using the "Test with layout" filter (TXTLYT32.CNV ) with no success. The filter is installed and works great when I open word manually and save the doc. I can however save a document as rich text, doc, formatted text, etc... with the default save format...
  2. marble

    Print Excel to Adobe Distiller

    Hi All, I hope someone can help. I check the FAQ with llittle success. I have a script that will create a temp file, then open an excel document. I then print that open document to adobe distiller. The issue is that I am always prompted with a saveas dialog box to save the pdf file. I am...
  3. marble

    Raise Event issue with dynamic controls

    Hi all, I have a class that add or remove several picture boxes (up to 49) dynamically to a form, this works great. The issue is that I can only raise events for the last picturebox created on my form. Private WithEvents PBox As PictureBox 'is the declaration for the picture box, all the...
  4. marble

    add and position controls dynamically

    Hi all, I have searched the faw's and found small snippets of code but not what i need. I would like to place 1, 4, 9 or 16 picture boxes on a form dynamically. The number of pictureboxes is determined by a combo box value. The problem is that I would like to add the controls dynamically at...
  5. marble

    force mouse release

    Hi all, I have an fla that drags several movie clips. The problem is that I would like to force the release of the mouse if the user drags the mouse past a certain x position ie(right side of the movie (670). Thankyou in advance Marble
  6. marble

    Force mouse to release a movie while dragging...

    Hi all, I have a flash movie that allows a user to drag several movie clips onto drop targets. This works great! If the user drags a movie to the right (greater than 680) then I would like the movie that is being dragged to be released at that x position. onClipEvent (mouseMove) {...
  7. marble

    Toolbar Button & Button Menu

    Hi, I have a question about vb's toolbar button menu. I have a button menu on a toolbar that drops down the menu when you click on the arrow portion of this button. However, I would like to force the dropdown menu to appear when a user clicks on the button portion of the buttonmenu...
  8. marble

    cc and bcc using winsock - please help!

    Hi all, I have search this site for information relating how to implement cc and bcc when using the winsock control with little success. The small app that I have built will email using the "rcpt to:" command. I have even put in the logic for multiple emails using this command...
  9. marble

    How to get the demical portion of a double variable?

    Hi, I am new to C++ and have the following question... How can I retreive the decimcal portion of a double variable... double dollars = 10.50; I checked the FAq's and could not find anything, please help... Thnakyou, Marble
  10. marble

    Is this Possble?

    Hi, I would like a user to click on a banner link that has been emailed (http://servername/vdirectory/default.asp||sn=images||id=4||type=jpg") where images is a another directory, id is assign to that file and type of file... I created a logon.asp file that connects and authenicates...
  11. marble

    VB Graphic Expert

    I am trying to create a Picture Viewer project! On the main form you can select drives, dir, and files. I can view the pictures correctly on the main form. However when I try a print preview, the scaling of the pictures do not work. I have a dropdown combo box so that I can select different...

Part and Inventory Search

Back
Top