Slaru's Q&A profile
Visual Studio Tools for Office Install Outlook Add-in from C# Code....
Hello, Hopefully someone can help me with this. I'm attempting to install my VSTO Outlook and Word Smart Tag add-ins via a different route. There are a lot of solutions out there that use the included templated set up projects for these add-ins but I'd rather not use those. I want to script this into a win forms exe so my users can install/uninstall at ease these add-ins. The primary benefit is that my software can auto-update itself. I'm ...Show All
Visual Basic Iterating through text boxes using loops
**This is copied / pasted from the "Language" forum. **Moderator please leave this post here and delete the other if necessary. I'm writing a program for class (so please don't help TOO much with the logic) but I'm not familiar with all I can do with VB yet. The program is a window with 10 virticle text boxes with corresponding labels. These represent the floors of an elevator. Each text box is prepopulated with a number re ...Show All
Visual Basic Refactor won't install
I tried to install Refactor! for Visual Basic 2005 Beta 2: http://msdn.microsoft.com/vbasic/downloads/2005/tools/refactor/ But I get an error during setup saying that it could not find Visual Studio 2005. Does Refactor support the Express products Hi, yes this is one of the known limitations of the Express editions of Visual Studio. Unfortunately Refactor! can not integrate with your version of Vis ...Show All
Windows Live Developer Forums always error in submitting xml to contest
>When i submit my xml file i keep on getting errors (i use the standard xml file). at:http://www.worldsbestapp.com/submitentry.aspx Your XML file does not meet our submission standards. The following error occured: The element 'Entry' has invalid child element 'PassportSiteID'. Expected 'EnableIP'. An error occurred at , (21, 4). >deleting PassportSiteID. Your XML file does not meet our submission standards. The following error occured: ...Show All
Smart Device Development Microsoft.CompactFramework. De... has no property named 'TriggerKey'
I'm trying to compile sample code for using the scanner on a dolphin 9500 PPC. The code will compile and run on the device, but crash. I get two warnings and its possible they are the cause. The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named 'TriggerKey'. The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named 'VirtualKeyTerm'. The code being: using System; using System ...Show All
Visual C# How To: Call a method of a Parent form (MDI)
Is it possible to run a method from a parentform from a child form Can anyone tell me how Thankx alot Greetz make the method you want to access public, and reference it from the namespace down (ex: say the method is on Form1 and you are on Form2 you would use something like myNamespace.Form1.myPublicMethod(); ...Show All
Windows Forms Client Area
Why is it that with Windows.Forms controls, we only have access to the Size of the Client Area but not the Top, Left offset I've been trying to subclass a TextBox and add a Button on the Left and Right side of the text, but the ...Show All
Visual Studio Express Editions More ports
Can you add the support for pipes and LPT ports. The robotics community could benifit from having the support to parallel port. I know that the RS232 Serial can be adapted but i dont think many people want to spend the money buying a UART. hi, Actualy i don't know but i saw some tutorials talk about how to use parallel ports , did you try to google for that all what i know about this issue is this link http://msdn.microsoft.com/vst ...Show All
Visual Studio Team System Error: TF60059 Incremental Migration TFS Beta 3 Refresh
I'm currently performing an Incremental migration to team foundation server (TFS Beta 3 Refresh) - Single server deployment. I've followed the migration process specified in the how to for VSTFS http://msdn2.microsoft.com/en-us/library/ms400695(VS.80).aspx The following steps completed successfully as specified in the above document 1 - 7 but when I perform step 8 to do an incremental migration process (2 new labels in the VSS pro ...Show All
Visual C++ AddString() and InsertString() in CCombobox/CListbox
I'm using Visual Studio 2005 for an MFC application. AddString() and InsertString() do not work in both CListBox and CComboBox classes. With class members properly defined for DDX and the method correctly called within OnInitDialog() of a modal dialog, I contiuiously get a debug assertion. Tracing that assertion leads to a failure of IsWindow() call on the control handler somewhere within MFC. In release session, as well as in runtime, there' ...Show All
Visual C# NullReferenceException: Object reference not set to an instance of an object
First time to test web appliction. I do not know how to handle this error. [NullReferenceException: Object reference not set to an instance of an object.] in line: 32 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication4 { /// ...Show All
Visual Studio Express Editions How to handle multiple files in dragdrop?
A very simple issue, I'm sure: I'm writing an app to process files dragged from Explorer into a list widget. I'm accessing the dropped objects through the data object of the DragEventArgs class. So far so good. However, I can only "see" one file object even when I drop multiple selected files. I can't figure out how to enumerate through all the dropped files. I've tried treating the data member as a collection, array, etc., all to n ...Show All
Visual Basic Using VB.NET to get audio file extended attributes?
Hi everyone... I'm an intermediate VB.NET user. I have a couple of applications that finds all the .WAV and .MP3 files in a folder (and its subfolders), reads their headers, and reports their sample rates, lengths, and number of channels. They run on XP and 2003 Server. I'd like to extend this to .WMA and .AIF files, and I'm starting to think that an easier way of accomplishing this task is to leverage some sort of Windows API. ...Show All
Visual C++ VC8 preprocessor problem
Hi, please look at the following code: #if defined (_MSC_VER) && defined (_WIN64) && !defined(USING_VC8) std::string fmt("%m/%d/%y %H:%M:%S"); std::use_facet(os.getloc(), (std::time_put<charT, std::ostreambuf_iterator<charT, Traits> >*)0, true) .put(os, os, &dat.tm_date, fmt.begin( ...Show All
SQL Server Information of SQL 2005
I installed the SQL Developers and I would like to know if I can install the Management Studio Express to obtain to use together with the SQL Thanks Rodrigo I can use Management Studio Express together with a installion of the Sql Server Developers Thanks Rodrigo ...Show All
