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 gkittelson 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. MZwijacz

    VSTO SE VS2005 Office 2007

    Ok I'm working on my first VSTO project. I have created the first pass and have alpha code working in the develop environment. Started testing deployment to both a xp64 and Vista 64 station. Install works and security policy is changed to Fully Trusted with the SetSecurity project. When I...
  2. MZwijacz

    Copy files using custom actions in Setup Project

    Thanks I will give it a try today, and let you know how it went. MFZ
  3. MZwijacz

    Copy files using custom actions in Setup Project

    I have a project to deploy but there is a file (non code), that will need to be copied to a directory on the install machine, that is not the app dir. To make maters worse, this directory will be different on every machine. So I can not use the File system editor. My thinking was to use a...
  4. MZwijacz

    What happened to the Installer class template

    I have found that the installer class is availabe to a windows app but not a Web service app. My application is a web service. Any Ideas where I can find it ? Thanks, MFZ
  5. MZwijacz

    What happened to the Installer class template

    I'm trying to find the installer class template in VS2005, that is available in vs2003. I want to create a custom action during setup that creates or links a SQL Express database with an instance of SQL Express that is installed durring my install. Further I need to set permissions on the user...
  6. MZwijacz

    Setup project and SQL Server Express

    Ok I feel dumb. I was running the .msi instead of the setup.exe so the prerequisits were not being installed
  7. MZwijacz

    Setup project and SQL Server Express

    I have looked at web setup projects and Web Deployment projects. Under the setup project properties prerequisits I've selected .net framework 2.0,windows installer 3.1 and sqlserver 2005 express edition. After I run the install on a new virtural machine (clean) there is no asp.net available in...
  8. MZwijacz

    Setup project and SQL Server Express

    I am setting up to test this will let you know how it works thanks ! Michael Z.
  9. MZwijacz

    Setup project and SQL Server Express

    I need to create a setup project for a .net solution that uses SQL Express. I want to install SQL Express durring the setup of the .net project. I have checked MSDN and googled for this info but don't see it anywhere. Has anyone done this or can someone point me to the info ? Thanks, Michael Z.
  10. MZwijacz

    Text prints off edge of right margin

    Ok it looks like its getting more difficult. I've now been asked to wordwrap any lines that try to extend beyond the right margin. Thanks Chrissie1, I will look at the options with drawstring. Can you point me towards any code snipits ? It's getting kind of hard explaining why it's so...
  11. MZwijacz

    Text prints off edge of right margin

    Disclaimer: I've check the archives but no answer there. What I'm trying to do: I am printing text files to unknown number and type of printers. I've allowed the users to set the margin on all 4 sides. However the right margin does not seem to do anything. What I would like to do is use the...
  12. MZwijacz

    Getting Font Sizes

    Ok thanks it seems I've hit the wall. Thanks for trying, MFZ
  13. MZwijacz

    Getting Font Sizes

    Yes I am duplicating some functionality but am persisting the info in the UI and saviing defaults to a settings file. I am able to get all fontfamilies and styles are standard. I could hardcode the sizes but would like to read what is standard for the printer selected. There will be many non...
  14. MZwijacz

    Getting Font Sizes

    I have been reviewing the archives and MSDN for how to retrieve the font sizes for a particular fontfamily. But I have had no luck. I have looked through the fontfamily class and font class I see no method or property that would return a collection or array of font sizes. What I am trying to...
  15. MZwijacz

    CreateObject and Type Libraries

    I'm trying to use the createobject() method with an object in a type Libray (.tlb) without success. Is there a way to do this ? What is the advantages of creating the exposed objects in a type Library rather that in a dll. Thanks, Z-Man
  16. MZwijacz

    search and delete

    Thanks that worked. I don't know why I couldent have used FunctionName Argument , but it wouldn't work . I actually do nothing with the ReturnValue. Thanks, MFZ
  17. MZwijacz

    search and delete

    Jel, That seems to work but now I want to delete the node I selected. So I get the parent and use removechild. That is not working as well. I don't want to delete all nodes that are of the type Item, just the one I selected. I've been reviewing the docs on msdn but it's just not making alot...
  18. MZwijacz

    search and delete

    I am trying to do something similar, but I don't understand the xpath syntax. My xml doc looks like this: <CDSListBox> <Item>Remi</Item> <Item>Kori</Item> <Item>Tami</Item> <Item>Arthur</Item> <Item>Guinevere</Item> <Item>Gertie</Item> <Item>testing 1</Item>...
  19. MZwijacz

    Hide Popupmenu

    Yep that's what I ended up doing. I would have liked it to be more elegant. Similar to the standard, esc to cancel the menu. Thanks, MFZ
  20. MZwijacz

    Hide Popupmenu

    TomGuy, I'll give it a try. But the form is just a container for the menu. It is never to be seen. The only reason to have the form is to hold the menu. If I could create the menu without the form I would have, unfortunatly not allowed in VB 6. Any Ideas without making the form visable ...

Part and Inventory Search

Back
Top