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...
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...
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
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...
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...
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.
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...
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...
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...
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...
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
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
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...
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>...
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 ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.