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. jgillin

    sonicwall dropping IKE udp packes

    Hi, I'm having some trouble getting the sonicwall global vpn client working with the TZ 210. I did packet capture on the sonicwall, and it showed that it is received the request (phase 1 isakmp requests) on port 500, but it drops them (drop code is 36 which means its blocked because of a...
  2. jgillin

    Problem looping through PowerPoint Slides

    Thanks for the reply. Unfortunately, none of the code is this application creates any presentations. It's simply for opening / extracting. The weird thing here is that it does recognize the slide "count" and the slide count property returns the correct number of slides, but for some reason, it...
  3. jgillin

    Problem looping through PowerPoint Slides

    I'm not 100% sure, but I don't think it has to do with references because I can take the compiled exe, and run it on other computers without a problem, but not on mine. All computers have MS Office 2003. Here's another piece of the puzzle. I opened the source code on another computer -- using...
  4. jgillin

    Problem looping through PowerPoint Slides

    Hi, We have a Visual Basic application that uses OLE automation to control PowerPoint (loop through slides, extract information, etc). For some reason, the looping through the slides portion of the code is throwing an error (but only on my computer -- other peoples computers don't seem to be...
  5. jgillin

    Deploying ASP applications

    Thanks for the help. I'll check out Inno.
  6. jgillin

    Deploying ASP applications

    Hi, I was wondering if anyone knows of any products (or articles) that assist in deploying ASP applications? I've had very little luck finding anything like this. I'm looking for a tools that helps in creating a deployment package that will do things such as run SQL scripts to install a...
  7. jgillin

    VBA - PowerPoint - accessing Screen object

    Just what I was looking for. Thanks PHV.
  8. jgillin

    VBA - PowerPoint - accessing Screen object

    When working in PowerPoint VBA, I don't seem to have access to the Screen object. I'm trying to get the TwipsPerPixelX value, but can't seem to figure out how to get this value. Does anyone know how this can be done when working in PowerPoint vba? Thanks for any suggestions.
  9. jgillin

    Adding Flash object programatically

    As a side note, once the movie has been played in "View Show" mode, it will then show up in design mode.
  10. jgillin

    Adding Flash object programatically

    I'm adding a shockwave flash object programmatically using code "similar" to below: ActivePresentation.Slides(mySlide).Shapes.AddOLEObject 150, 150, 480, 320, "ShockwaveFlash.ShockwaveFlash.7", "", MsoTriState.msoFalse, "", 0, "", MsoTriState.msoFalse Dim obj As ShockwaveFlash Set obj =...
  11. jgillin

    MSI - Permissions

    Oops, accidently submitted before I was done. Here are the other values in the LockPermissions table. User => Everyone Permissions => 268435456 Does anyone have any ideas as to why this doesn't seem to have any affect on the permissions? Thanks for any suggestions
  12. jgillin

    MSI - Permissions

    Hi, I've been trying to figure out how to use Orca to change permissions on the install directory. I've read some stuff online, and tried but it doesn't seem to affect permissions. Here's what I've done so far: 1.) Created the MSI with Visual Studio Installer. 2.) opened the MSI in Orca 3.)...
  13. jgillin

    Embed Data within PPT

    Hi, I have a PowerPoint VBA application. Within this application, users store data related to games. Currently it writes out to an XML file on disk. I wanted to see if anyone knew of a way to embed this data within PowerPoint. It would be nice if they could use their PPT with this macro on any...
  14. jgillin

    Windows Installer question

    I found that you can do this by adding a LockPermission table to the MSI (using Orca or similar tool), but didn't find any detailed info on the entries needed. If anyone has done this before, can you point me in the right direction? Thanks
  15. jgillin

    Windows Installer question

    I have an MSI I created with the Visual Studio Installer. I've set it up to work "for all users" by adding "ALLUSERS=2" to the property table (using Microsoft's free Orca tool). The only issue I'm having is that I have a "data" subdirectory within the installation directory which I use to write...
  16. jgillin

    Query using a SQL Server linked server

    Hi, I've created on Linked Server using Enterprise Manager (via Remote Desktop) on my dedicated internet server. Now, I'm trying to use a query from ASP to get data from that server. BTW, the linked server works fine in EM. I can see all the tables, etc. In ASP, it's returning an "Invalid...
  17. jgillin

    Opening a program through VB

    Hi bradth, I have good news and bad news. The good news is yes, this is possible. The bad news is that I don't know the exact code at this moment. I think it might be the Shell command. Look that up. -hth Jeff
  18. jgillin

    Eval() / Execute() - not in VBA?

    hi Johnwm, good point I guess I can store references to my objects in an array and then use them from there. Thx
  19. jgillin

    passing parameters to OnAction Handler

    It turns out setting a global property didn't work after all. I wasn't thinking straight at the time. Since I'm adding multiple submenu items in a loop, the global variable just gets overwritten each time. Instead, what I did was to set the "Tag" property of the control when creating it to keep...

Part and Inventory Search

Back
Top