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

    form content printed in textarea

    Hi all, I am in search of a very simple Java Script that would simply print the content of a form that consist mainly of text fields into a textarea all this happening on the SAME page. Example: The user input: Textfield1 Textfield2 Textfield3 Textfield4 Textfield5 Textfield6 (After the user...
  2. gabster

    dinamically generated sub menuitems?

    Hi all... I am in a big dilemma and i would need some of your suggestions. I have an app where one of the menu items will have dynamically generated sub-menu items (collected from an array, etc.). I figured how to make a control array in the menu editor, and I just set the captions and make...
  3. gabster

    Status bar question

    Hi all... Is there a way to turn that small resizing triangle off at the lower right corner of a statusBar conrol? I looked all over the properties... Nothing to be found. Thanks a lot, Gabi.
  4. gabster

    column issue

    Hi all... I have a xml/xsl duet where i would like to render multiple tables with the info that is between the <Page></Page> tags as seen in the XML (source) here http://65.104.178.73/print.xml However, my column headers are rendered perfectly fine, but I have more columns that I need instead...
  5. gabster

    invisible printing HTML - How?

    Hi all... I need to somehow access via a shell command the internet explorer object that will print an html document. Is this possible somehow? Thanks a lot, Gabi.
  6. gabster

    Path problem in Internet Control

    Hi all, I use Microsoft Internet Control to show a generated html im my VB app. Basically am receiving an xml string from the server, and with a local xsl (stylesheet) I am outputting as HTML using the msxml3 parser. However everything works perfectly fine but the images from my html page are...
  7. gabster

    images missing in Internet Control?

    Hi all, I use Microsoft Internet Control to show a generated html im my VB app. However everything works perfectly fine but the images from my html page are mising. When I right-click and check the properties of an missing image, I get &quot;about:sample.gif&quot;... It looks like there is a...
  8. gabster

    Problem creating a setup package

    Hi all... I have trouble creating a setup for an application in VB 6 with the &quot;Package & Deployment Wizard&quot;. The package is created (including the setup file, the cab file and the lst file) The problem comes when I try to instal my application on another computer that doesn't have...
  9. gabster

    getting rectangle coordinates control?

    Hi all... Anyone know of a control that lets you get 2 coordinates (in pixels or twips, whatever) just by dragging an rectangle with your mouse? I need to use it in a scanning application to let the user select their scanning region. thanks, gabi.
  10. gabster

    printing function for Microsoft Internet Control?

    Hi all... I have an Microsoft Internet Control in a form, and now I would like to add a button that wil print my page. What's the best way to do this? Thanks, Gabi.
  11. gabster

    CopyMemory crashes my VB :-(

    Hi all, I have a program that suppose to scan an image, load it into memory and then grab it from there and send it to the server. However the scan part works fine, also the load to memory also the calling the image from memory works fine. The problem arise when I try to use CopyMemory api...
  12. gabster

    CopyMemory crashes app and VB.

    Hi all, I have a program that suppose to scan an image, load it into memory and then grab it from there and send it to the server. However the scan part works fine, also the load to memory also the calling the image from memory works fine. The problem arise when I try to use CopyMemory api...
  13. gabster

    Difference between WhatsThisHelpID and HelpContextID?

    Hi all, I understand what HelpContextID can do, etc., and also WhatsThisHelpID. But can they have the same ID number? I mean can they open the same topic in mu chm help file? Or is WhatsThisHelpID only for popup messages? thanks a lot.. gabi.
  14. gabster

    assign chm help topics with HelpContextIDs?

    Hi all... I need to assign some of the topics of my .chm help (HTMLHelp) with certain items on a VB project using the HelpContextID property. How can this be done? thanks, gabi.
  15. gabster

    group tree button grayde out?

    Hi everyone... Does anyone of you have a clue why is my &quot;view-->Group Tree&quot; button grayed out? This only happens on only one report. On other reports, works fine... thanks, gabi
  16. gabster

    weird behavior after CR 8.5 install

    Hi all... I reinstalled CR 8.5 on my freshly re-formatted system, but now there is a zero (&quot;0&quot;) character at the beggining and end of my table names in the sql query. Anyone know what this can be? ex: SELECT 0Patient0.0Account_#0 FROM 0Patient0 it should be: SELECT...
  17. gabster

    is this possible?

    Hello all! I have a rather complicated project and I would really appreciate your imput. I need to develop a Visual basic application that has to do this (at runtime): 1. When it is called, should read some values from an xml file and store them in variables. 2. Then would automatically pass...
  18. gabster

    internet control problem

    Hello everyone! I have trouble passing an xml string to a Internet Explorer Component placed on a form. Well, the problem is mainly displaying the xml in the browser... If I pass html tags, that's perfect but when I pass xml tags (that's when the problem comes: it is displayed simply as text...
  19. gabster

    passing a XML string to IE control form

    Hello everyone! I have trouble passing an xml string to a Internet Explorer Component placed on a form. Well, the problem is mainly displaying the xml in the browser... If I pass html tags, that's perfect but when I pass xml tags (that's when the problem comes: it is displayed simply as text...
  20. gabster

    passing a XML string to IE control form

    Hello everyone! I have trouble passing an xml string to a Internet Explorer Component placed on a form. If I pass html tags, that's perfect but when I pass xml tags (that's when the problem arises: it is displayed simply as text with no formating etc even if I have a style sheet included...

Part and Inventory Search

Back
Top