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: *

  1. RickyDi

    Patterns filling in the shapes!!

    Hi, for do this you can make a procedure. Like a procedure to make a star you receveive the first point on your star and you finish to make it in your procedure. Or if you want you can receive the length of you line and make it with this value. You can use a for code or a repeat to do this...
  2. RickyDi

    PostMessage With HWND_BROADCAST

    I use PostMessage with Parameter HWND_BROADCAST the another application will not receivve the message but when i use SendMessage the another receive it. I don't know why and i need to use PostMessage if any body know why reply me please. Eric Riendeau Developper
  3. RickyDi

    Input/Output File functions in Postscript

    Ok if you have the file he as that // file : name.txt // BOF ********** John McHatie Eric Riendeau Jean Chretien // EOF ********* now i want to read line by line i cant use that function // PS file ********* %!PS-Adobe /PosY 790 def /PosX 50 def /Courrier findfont %OS= font 12...
  4. RickyDi

    Input/Output File functions in Postscript

    The file command is to easy. Is take a a string(Name of file) and the acces mode a string (r) read (w) write (rw) read/write (a) append. This two string is on the stack in order the filename and after the acces mode and the command file put your a value of file type on the stack. With this value...
  5. RickyDi

    print a file to a .ps file

    Use Adobe Distillr to do that is the best utilité to do that simply when you install it is make a Printer in your printer folder and use it simply like a printer to make a PS file. Or use Make PDF is make a PS file before make a pdf. Eric Riendeau e-mail : eriendeau@pirel.com
  6. RickyDi

    3-D Pie Charts

    I have a code to make a simple Pie-Chart but for a 3D pie chart i dont know to do that if you want the code for the pie-chart reply me a answer. Eric Riendeau Pirel inc. eriendeau@pirel.com
  7. RickyDi

    GROFF for Windows NT

    Why you not use Adobe Acrobat suit ans a standard text editor for the code and adobe to make pdf??? Eric Riendeau Pirel inc. Developpement
  8. RickyDi

    HELP: Wordwrap within a PS-document

    Hi, the procedure is not easy but is work a do this in a projet. When you want to show the string you calculate the string width with command stringwidth but make sure you set it up the font before bacause he need it. And when you have the width of your string you calculate if is enter in...
  9. RickyDi

    HELP: Inserting images into PS-document

    First of all what kind of image do you want to import in PS-Document???
  10. RickyDi

    I AM IN MICRO. SOFT PUBLISHER 2000 MAKIING LABLES

    Just choose a new work and in a exampple he have a label and just choose the label of your choice!
  11. RickyDi

    Sending Control Characters to a Printer

    I think yes. You could just make a string with chr(27)+'\n'+'\n' and do writeln with this maybe is work i dont know but try it maybe is work.
  12. RickyDi

    Sending Control Characters to a Printer

    Do you check to print a canvas and adding the char(27) and the escape code to the printer mayby this works!!
  13. RickyDi

    Put a PDF Bookmark in Word file

    I need a answer rapidely to this probleme if anyway know to do a PDF Bookmark in word file pleaser write the answer please...
  14. RickyDi

    Office 2000 install / upgrade

    Im not sure but if you want to make a upgrade you need to install Office 2k at the same place of Office 97. But im not sure if you install 2k in other drive is upgrade 97. The best of you say to you is try it!!!
  15. RickyDi

    Put a PDF Bookmark in Word file

    Is dosn't work a try but the bookmark in word file is stay on the file in word.
  16. RickyDi

    Put a PDF Bookmark in Word file

    I want to put a pdf bookmark in my word file to when i make a pdf file the bookmark was Enable in Acrobat Reader!!!
  17. RickyDi

    Need Help Word97

    I want to put a bookmark in my word file to do a bookmark if i transfert in a PDF file!!
  18. RickyDi

    Printing

    To print something you just redirect de STDOUT to the printer and when you just make a print to stdout the printer must print what you what to write to STDOUT!!!
  19. RickyDi

    To divide a file in other files!

    ok! The files is a data file with a caractere and line feed et cariache return! I want to split a file in many file with to take 66lines with the original files and make a other one. I do that a each 66line of data. Im not a beginner in programmation but i start in Perl. I need help to learn how...
  20. RickyDi

    To divide a file in other files!

    I want to divide a file in other files but not in just one file but in many files. Like a division of file in many file.

Part and Inventory Search

Back
Top