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

    Insert images in a docx with Open xml

    Hi i have tried to put images in a docx with open xml he creates the docx but no images are shown in the document i use this code to put images: PackagePart partPicture = document.CreatePart(packageOutput, uriPicture, "image/jpeg"); using (Stream targetStream =...
  2. GSharp69

    ITextSharp and PDF

    Hi All, i have a question about itextsharp and PDF I have created a pdf thru itextsharp the pdf is like he is supposed to be BUT... my index page (TOC) is at the last page because i know my pagenumbers only at the end Does anyone know a method or has a solution to put the last page in front...
  3. GSharp69

    deploying webservice vs2005 c#

    hi all, I have a task to write a webservice and to deploy it. I started it today. After 1.5h the programming of the webservice was done and in debug mode it works very good. The only thing that was left was to deploy it. This part is driving me crazy. i have tried a lot of ways to deploy it...
  4. GSharp69

    connecting windowsapplication to windowsservice

    hi everybody, i've made a windowsservice thats running on the server i also have made a windowsapplication with some datagrids for data monitoring. Now i want to add a button on a form of the windowsapplication so i can give commands to the windowsservice on the server? Anyone has a good...
  5. GSharp69

    DATASET + XML

    Hi, I work with the visual studio 2005 c# Ihave a problem and i need help quickly I have to do a read operation in an ms sql server with an sql statement, i put my result in a dataset. so far so good Now i want to read my dataset line by line and make an well formed xml like this example...

Part and Inventory Search

Back
Top