developer_bill's Q&A profile
Visual Studio where is this Document Explorer?
is it free Is it a seperate program is it the same as Dexplore Do I already have it somewhere with VS One correction: On my system (August CTP) the file dexplore.exe is located in "Program Files\Common Files\Microsoft Shared\Help 8", not in the VS installation directory. As a matter of fact, there are two versions of this file: the recent one (August 2005) mentioned above, and one dated 19 March 2003 in "...\Microsoft Shared\Help" (without the trailing " 8"). The older one looks like it's left over from a previous MSDN Library installation. After a test start, the newer one ominously told me it was "updating ...Show All
Visual Studio Tools for Office VSTO 2005 Actions Pane deployment
I've written an Action Pane solution for MS Word 2003. When I try to deploy it on another machine I get a DotNet Security Policy issue. The Office Document Customisation Window is displayed with the following Messages The current Dot Net Security Policy does not permit the customisation to run Could not load file or Assembly AssemblyName..... failed to grant permission to execute I have tried granting the assembly full trust with the .NET Framework 2.0 Configuration but this fails to make any difference. Any help/ideas on where I am going wrong or what I am missing would be gratefully received. ...Show All
Visual C# Console commands
hi ppl.. i have a prgram that needs to be able to emulate console (cmd) commands... i want to execute cmd commands but do not show cmd... for example... run the command dir.. and retreive the result without using the Run() method. .. cause it shows the cmd,, is there any way to do this thx mig16 thanks but i want this: " i want to execute cmd commands but do not show cmd... " ...Show All
Windows Forms Databing a grid with web service object
I was using a datagrid binding it with a web service object, i was just wondering whether it is better to bind a grid with the webservice object directly or using certain datasets to bind the datagrid to the webservice object. Please help me understand what you mean by "bind to the WebService directly" Normally, you'll make a call on a web service method and it will return data and you bind to that data. You can pass a DataSet back from your web service if you want to use DataSet binding - however, this is not required in order to get your WebService to work with data binding. Joe ...Show All
Visual C++ WriteString( ) MFC Function
Hello all, I'm a newbie to this forum and appreciate if anyone of you has seen this problem before regarding the WriteString( ) in hte MFC class and provide some badly needed help. In my app I'm using the CStdioFile::WriteString( ) function. The string being passed into this function for printing into the log file, does have the entire SQL statement. But when the WriteString( ) function writes it into the log, the SQL statement is truncated at the first non-English character. Bunch of developer whom i have spoken to think this should be a problem with either the WriteString( ) function, or with the way it is being used. We are trying t ...Show All
Visual Studio Tools for Office How to Create Outlook ContactItem in Folder, that is not the Default-Folder fpr Contacts?
Hi, I want to create a Outlook ContactItem in a MAPIFolder, which is not the default-Contact-Folder. How can I realize that I trief myFolder.add(myContactItem), but there was no success. and the myContactItem.Save()- Mehthod saves it in the default-Folder. Can Somebody help me I need to save the ContactItem in my Folder soon. Hello X, have you tried myFolder.Items.Add("IPM.Contact") or myFolder.Items.Add("IPM.Contact.MyMessageClass") try that As I know, when you create a Message and it is not saved it remains in the drafts folder. Hope this helps, gre ...Show All
Visual Studio How can I generate automatic documentation from code comments?
Hi, For two day heavy search in the internet and msdn I could not find how to generate automatic documentation from code comments in Visual Studio 2005 (Team System). Also I would like to know whether NDoc is integrated into VS2005. Thanks Ferad Zyulkyarov Released in October 2005, the latest incarnation of the Microsoft’s Visual Studio.NET IDE includes a version of HelpStudio Lite! http://msdn.microsoft.com/vstudio/extend/ notification_id=3012531&message_id=3012531 When Document! X is on the same PC as Visual Studio, a Document! X editing tool called Comment Helper appears on ...Show All
Visual Basic Create a Progress Bar which follows the file's length copying
Hi to all, I'm a french developper from south west coast in France. And I 'm creating a progress bar while copying a big file. I'd like to manage the progress bar while the file is being copy, and set it with the current length. I tried to do it with a thread but I don't succeed. And the threads in a form are very annoying, cos it can't use global declaration and get arguments in the thread function. I'm using msdn and visual studio 2005, and the information is not enough, that's why I' m coming here. I'm new on the forum so sorry if my message is not that fine, cos I know some of you like messages be nice and placed at the right place. tha ...Show All
Visual C# Compiling my source file with VStudio 2005
Hi guys i'm an new VStudio user and i've an doubt about as i can it compile my source file using the VStudio 2005. I created an simple source code for it test, but i not find the option for compiling the file. Someone can help me Hi! It can compile, run and debug. Check Debug menu and look here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=304751&SiteID=1 ...Show All
Windows Forms Hiding inherited members
This should be an easy one. How do you hide inherited members of a class that inherits from the UserControl. In order to use this control easier it would be a plus to not have such a huge amount of options show up in Intellisense. I know I have seen the solution somewhere, I just can't seem to find it right now. :p ...Show All
Visual C# http-get
Hi again C# Experts ;), ii still have some questions, because i'm not able to find easy to use manuals :) how to get data in string format from lets say : http://localhost/index.php id=344&able=true Sample code can be found here ...Show All
Visual Basic Copy a file to a folder
Hey, I am using Visual Basic 2005 Express Edition, and have ran into a dead end. I want my program to copy a file into a folder but the only copy command I could find was the io.file.copy but this only allows the code to copy to a file path not a folder, is there a way to copy a file to folder or a way around it Thanks File.copy which copies file from one location to other with file path defined. If file is not present it overwrite the files else it creates the file. You can use mention <Folder Name> and mention the <FileName> you want it to be . You can also use Folder.Copy , which will c ...Show All
Windows Live Developer Forums Visual Studio Only?
Is Visual Studio .NET 2003 or above going to be a requirement for MSN Search API developers I know it's early yet, however that's the only SDK I see and there's no information indicating anything else will be available. I ask because some of us have been developing API's (Google, Yahoo!, eBay, Amazon, etc, etc) for a long time now. You're going to be missing out on an awful lot of really good developers if you're going to have the requirement that everyone drop between $550 and $1800 for a software package we don't currently have and probably will not use for anything other than creating MSN Search API applications.&nb ...Show All
Visual Studio 2008 (Pre-release) [BUG] GridSpliter does not respecting MinWidth / MinHeight
I have a window with a grid, 3 panels, and 2 grid spliters. The right/bottom panels have MinWidth/MinHeight set to prevent the spliter from making them hidden, but it is not respecting those values and will make the panels smaller than their respective Min settings. The issue you are seeing is not with Grid not respecting your minimum width setting. The issue is with the GridSplitter control. In order to get the behavior you are asking for with a GridSplitter you would need to derive a custom control from GridSplitter that would listen to the available size and stop layout on reaching the specified Min-width. Wh ...Show All
Visual C# How to add image collection in design mode?
How can I add image collection in design mode i need something that will look like the ImageList.Images property only that I need to the whole pictires in the list and not shrink them. thanks in advance I want to built a control that has array of pictures(among other things) and i want to have the ability to add picures to it from the design mode just like the ImageList.Image. but if I include ImageList it won't save the pictures(only thumb of it, but I want the whole thing) ...Show All
