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 Mike Lewis 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. Malik641

    Change CorelDraw X3 File Icon

    Thanks BernBennett for the tip! Also, I've actually noticed that the preview image loads faster than the CDR thumbnail (this is saving as cdr version 10)...interesting, huh?
  2. Malik641

    CorelDraw x3 VBA - Change shape layers

    Ok. I got it. I had to change ActiveWindow.Refresh to Application.Refresh. :) Thanks anyway.
  3. Malik641

    CorelDraw x3 VBA - Change shape layers

    Hey guys, First off, I hope there's somebody out there besides me that uses VBA in CorelDraw. Ok, anyway, I have the following code that places the active shape into another layer. Now, I keep an eye on it in the Object Manager to see it change position. Here's the code: Public Sub...
  4. Malik641

    CorelDraw VBA - Events ------ Problems with hyperlinks in excel

    Hi everyone, This seems so easy, but I can't figure out what's going on. In my gms (Global Macro Storage) file, I placed the following code in the "ThisMacroStorage" class. Option Explicit Private Sub GlobalMacroStorage_DocumentOpen(ByVal Doc As Document, ByVal FileName As String) ' Check the...
  5. Malik641

    Which user has a file open?

    The code does not work for me, perhaps my company has some security settings. I've tried numerous Chr() codes. Only some return " " or less of those characters.
  6. Malik641

    Change CorelDraw X3 File Icon

    What?! 79 years old? Are you serious? And I'm glad we figured it out in one day!! ::thumbs up:: And if I don't here from ya, have a good Xmas too =) Joseph
  7. Malik641

    Change CorelDraw X3 File Icon

    Ok, I'll get around the Read-Only files this way (just won't be changing them..it's a small sacrifice). If (GetAttr(vFileArray(i)) And vbReadOnly) = 0 Then Set objDoc = objCorel.OpenDocument(vFileArray(i)) ' SaveAs...
  8. Malik641

    Change CorelDraw X3 File Icon

    Ok, I made some VBA code to do this. It takes a bit of time, though...but I'm not sure if there's a faster way to do this. With 88 files (as a test) totalling 9.3 MB in size, it took my computer about 1 minute to complete. At that rate, 3000 files will take a little over a half-an-hour. So I'll...
  9. Malik641

    Change CorelDraw X3 File Icon

    Bern, That's excellent! I'm glad there's a way to do it! If you can't find a script for it, I believe I can write some VBA code to do the whole conversion (if I do that, I'll post back with the code). ...just checked it out (Object browser), and I'll write the code. I'll be back to post...
  10. Malik641

    Change CorelDraw X3 File Icon

    Hi BernBennett, You know, I'm surprised I didn't think of that myself. The drawings are really drafting drawings (not sure why we aren't using AutoCAD for this...) for safety harnesses. It's all alpha-numeric and not hard to sift through, but I do agree it would be much better organized based...
  11. Malik641

    Change CorelDraw X3 File Icon

    Hi everyone, I was wondering if there was a way to change the file icon for CorelDraw X3. Currently it is set to display the entire drawing as the file icon, but when I open folders or the FileOpen dialogue box it loads very slow (mostly because there's about 3000 drawings in the folder). So I...

Part and Inventory Search

Back
Top