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!

Recent content by hassified

  1. hassified

    saving as .ai "unknown error message"

    Error "An unknown error has occurred" when you save an Illustrator CS2 file (Windows XP) Issue When you choose to save an Adobe Illustrator file as an AI or PDF file, the application returns the error message, "An unknown error has occurred." Solutions Do one or more of the following...
  2. hassified

    Live Trace Hell!

    I think I'm stupid. I know photoshop sort of well, but illustrator is a different animal all together. I have Ai cs3. This is what I need to do. I created a logo using photoshop cs. I sent it off to be made into a vinyl graphic for the car window. They told me that it had to be vector, I...
  3. hassified

    List files from directory

    Thank you very much, so if i wanted it to show files in list box of a directory called images it would look like this? DirectoryInfo di = new DirectoryInfo("\images\"); And also, do I have to have a button? I'm wanting it automaticly pull files from this directory called "images". I'm...
  4. hassified

    List files from directory

    Hello all, I'm still new to c# and am learning alot, so this question is most likly pretty stupid to you guys but its all learning to me. Question, how do I create a scrollable listing of files from a directory? One that automaticly generates the list from a directory without file extensions...
  5. hassified

    what do I need to do this??

    Thanks to everyone that read my post and gave real help. To those worried about my idea, yes it is original just didn't want to go into great detail about it. Life Is Good. HASSIFIED http://hassified.9f.com/
  6. hassified

    what do I need to do this??

    Ok, I've had an idea for a really good site for some time and now I am ready to put into motion. The main idea is to have a site that would consist of just a couple of pages. thats the easy part. the hard part is that I would like it set up so to have members. Now say you are someone that would...
  7. hassified

    Searching CD-ROM How to??

    I found what I needed <html> <head> </head> <body> <form onsubmit=&quot;return false;&quot;> <input type=&quot;text&quot; id=&quot;foo&quot; name=&quot;foo&quot; value=Hello> <input type=&quot;button&quot; value=&quot;Get It&quot...
  8. hassified

    Searching CD-ROM How to??

    Hello everyone, I made a CD with about 600 pics all named with numbers. Then made an HTML doc so to browse through them (all in a scrollable list). Then figured out how to have it autorun upon inserting into the computer. Now, everthing is working just fine but, would like to add a search...
  9. hassified

    Disable The Maximize Button

    Hello everyone, I posted a Question about &quot;fixed window size&quot; thread215-537788 and got the answer, but I was wondering if there is a way to Disable The Maximize Button and get rid of the scroll bar. All I want is just the fixed window without the option of resizing.(Just in case...
  10. hassified

    Fixed window size??

    Hey, I got the answer!!!! I found this on some site(copy and pasted it to my project and forgot the site I got it from. SORRY.) But here it is anyway. Put this in your <head> section: <script>function changeScreenSize(w,h){window.resizeTo(w,h )}</script> Then put this within your <body>...
  11. hassified

    Fixed window size??

    I want to make a searchable catalog on CD that will autorun when Cd is installed, and I know how to do that. My question is, is there a way to have it open in a fixed window size?? EXAMPLE: 400x400 PS> Is .HTA file type the best way to save my work for this type of project?? Life Is Good...
  12. hassified

    .reg file??

    Thanks all Life Is Good. HASSIFIED http://hassified.9f.com/
  13. hassified

    page loading slowww

    I was wondering if there is a script or somthing i can do to make my home page load faster. I think I might have to many scripts running now, maybe this is the probblem. Does anyone have any advice?? Life Is Good. HASSIFIED http://hassified.9f.com/
  14. hassified

    .reg file??

    Can anyone tell me, if i know a good regedit tip, do i have to go through regedit to do it every time i want to put on another computer or can i make an .reg file that will do it automatic?????? Thanks all. Life Is Good. HASSIFIED http://hassified.9f.com/
  15. hassified

    I think Regedit??

    Hello all, I was wondering if there is a way(maybe through regedit) that I can use full screen when on the web without the auto-hide on for my tool bar(where the start button is?? thanks in advanced. Life Is Good. HASSIFIED http://hassified.9f.com/

Part and Inventory Search

Back
Top