Answer Questions
Dmitry Vorobyev C# and VSTO: disabling modification or addition of new style (in Word)
Hi, Is there a way to prevent a user from adding new or modifying existing text styles in MS Word 2003 That is, they can only work with the styles that the document already has. Thank you, -Nick Thank you, this is very helpful! Hi Nick, You can do this by Select the Tools | Protect. In the task pane that appears, one of the options is limit the formatting choices. Hope this he ...Show All
sahil_m Why is a hidden VSTO document grabbing input focus?
I use a number of command line tools to manipulate Word Documents with attached VSTO 2005 assemblies via COM Automation. I am having issues with these VSTO documents grabbing input focus, despite running in an invisible Word instance. Automating non-VSTO 2005 documents (i.e. VSTO 2003 docs or "regular" Word docs without any customization assemblies) do not exhibit the same issues. I am aware that the VS 2005 Debugger (xxx.vshost.exe ...Show All
RuiA How to import .ical or .ics or .vcard file into outlook programatically
Dear all, Please help me how to import a card file into outlook by using, Application interface. or by using (Ex. MSOUTL9.OLB) Com libraries provided by outlook. As I'm working on a mobile synchronization project, the field names may be different.So parsing field by field and processing is not feasible.Please helpme out. Thanks in advance. -- Raja Pratap K Hi Mike, I actually have the same que ...Show All
N1k0 Upgrade a Combobox with queries list in access
Hi, This is what I'm trying to do with Access 2000 : In a Form called 'MENU REQUETES', I want to upgrade my combobox 'Req_Liste' with the name of all the queries present on my database. I tried this : Set dbs = Application.CurrentData For Each obj In dbs.AllQueries Forms![MENU REQUETES]![Req_Liste].additem obj.Name Next obj but this is not working....can someone help me Thanks Hi Steve ...Show All
Charles Race How to load a picture in Crystal Reports at runtime?
It is possible to pass a value to a formula field, but how can I pass the path to a bitmap I am using VS2005 Beta 2 --Goos van Beek Hi, See this thread. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18729 cheers, Paul June A. Domag Hi, Please I've been replying to peoples problem, but I can not post my own problem in this forum. Please can anyone kindly help out. Thanks all Murtala Adewale ...Show All
rraradhya Marshal problem in IOleCommandTarget:QueryStatus(...)
Hi Gurus, I am using vs2005 beta2, vsip8.0 and C# to write an extension package. I intend to change the label text of the menu according to context. I let my package to implement the IOleCommandTarget interface and in my QueryStatus method, the following is the code section: public int QueryStatus(ref Guid guidCmdGroup, uint cCmds, OLECMD[] prgCmds, System.IntPtr pCmdText) { if ((prgCmds == null)) return VSConstants.E_INVALIDAR ...Show All
Jason Wells Will be UDT's support in DLINQ?
Now, in early look, it's impossible. For example we can't write something like this [ Table ] public class Line { [ Column (DbType = "UniqueIdentifier NOT NULL" , Id = true )] public Guid LineID; [ Column (DbType = "Point" )] public Point A; [ Column (DbType = "or may it must be Udt " )] public Point B; } ...Show All
gsuchi StyleSheets?
Hi, is it possible to use Stylesheets with Reports I have a bunch of reports for which I need to have similar formatting like colors,fonts etc...so is it possible use stylesheets for this if so,how Thanks, SSM Hello, Here is a kbase article that I found: http://support.businessobjects.com/library/kbase/articles/c2014921.asp The version of Crystal Reports that is bundled in Visual Studio .NET 2002/2003 does not have support for this. Cry ...Show All
Jaalenn install on same system as vs 2003?
install on same system as vs 2003 I have beta 2 installed on a Virtual PC 2004 virtual machine. Frankly, it is as slow as can be. I've given it 768 megs RAM. Every antivirus I've tried slows it down to a halt. Since a GO LIVE has be issued, I'd guess it is stable enough. In the virtual PC I had no trouble following the instructions and uninstalling previous versions. Is there anything with beta2 and sql server 2005 beta 2 that ...Show All
_Carlos_ Current statement markers
Hi, I am implementing a language package complete with a debugger and all (not using the regular VS debugger SDK, for certain reasons). Now, the debugger is working but right now i am using the bookmark marker as the current statement. I want to use the regular Visual Studio current statement marker, but it seems that the MARKERTYPE enum does not have any such option. Ofcourse i can replicate it by making my own marker, but i don't want to do th ...Show All
Debra RichTextBox How To!
Hi, I have searched the net and the documentation that shipped with Beta 2 and have not found any results or information that was able to aid me. Hopefully there are some RichTextBox experts that could please help me with the following things: How can I make the RichTextBox single line (this was possible in Win32, and no, changing the control template to a textbox does not work! Because then it essentially is a t ...Show All
Mark Ihimoyan WCF on Windows 2003
Hi On which minimal version of 2003 can I install and run WCF Elad. In my browser it seems like you answered the question the minute it appeared in the forum - WOW, very impressive. That would be Windows 2003 Service Pack 1. Good luck! Guy http://blogs.microsoft.co.il/blogs/bursteg/ Probably RSSed this forums... ...Show All
Ralph_Ai2x Add Text into Word Document By Visual Basic
Dear All My boss asked me to insert some text into the word document using visual basic. Let say I have a word document with some contents inside already and I need to insert a text (ABC) to the (Line 4, column 2 or left: 60 points, top 40 points) document using visual basic. I have searched for the methods provided by Word.document object. But still cannot find out the solution. Anyone can help me KIt ...Show All
chrisgoose WinFX February CTP
The WinFX Runtime Components February CTP has been published. For February, Vista will also be releasing a CTP which is sync’d with WinFX Runtime Components. The build of Vista (5308.17) will be available only to MSDN Subscribers, while WinFX RC, the SDK, and tools will be available to everyone via the MSDN Download Center. WinFX Runtime Components: http://www.microsoft.com/downloads/details.aspx FamilyId=F51C4D96-9AEA-474F-86D3 ...Show All
Zakary Update - TestCase/Lab Download Available - FastTrack: MSHelp2 VS2005 Integration
Hi Friends, As an addition to the FastTrack: MSHelp2 VS2005 Integration paper, I built a simple Test Case/Lab H1 (.chm) package to use for practice purposes. The web page contents of the Lab package are the same as in the paper, but in .chm format. It's located at the same URL as the paper: http://helpware.net/mshelp2/frank/help2.htm There are two zipped downloads available: the .chm standalone file: link = Download CHM Version ...Show All
