NickGetz's Q&A profile
Visual Studio Tools for Office Word: How to skip few events' instances
We've built an VSTO Word based application which lists all data in xml format. Whenever user moves to a new xmlnode , the document actions pane needs to be refreshed with node specific information (code written in xmlselection change event). Things work fine as long as user moves between nodes in a normal way. However when user presses down arrow continuously (scrolling down the page), he might be moving through n no: of nodes in no time, and ...Show All
Visual Studio 2008 (Pre-release) Is there Expression Designer Feb CTP?
NO ! Until March CTP I want to use the Expression-Tools for xaml build~~~~ Can you give me a answer Thank you! You know the answer already, wait until March. Willy. < zc1984@discussions.microsoft.com > wrote in message news:a8e2a171-75bc-411b-8703-dcd3a03fb3bf@discussions.microsoft.com ... NO ! Until March CTP I wan ...Show All
Visual Studio Tools for Office Data Source Window not visible
I created a new Excel Workbook in Visual Studio 2005 and created a new data source. When I click on the Data menu and select "Show Data Sources", nothing happens. I can see the .xsd file in the solution explorer. What am I doing wrong Can you get the datasources window to show in other project types Try closing down the designer and re-opening it. ...Show All
SQL Server Cannot generate SSI Context
New install of SQL Server 2005 (x64) Standard after uninstalling previous version SQL Server (x86) Standard. After installation, client connections are receiving "Cannot generate SSI Context" error messages. TCP/IP Integrated Authentication is being used. Kerboros authentication is failing when SQLService is running under a domain account and works when running under local system account by reverting back to NTLM authentication. ...Show All
Visual Studio Team System Can't add domain user to TFS groups
When I select "Add Windows Users or Groups", it only shows the local machine, I can't browse to the domain, and can't add user in the form "Domain Name\User Name". The machine has already joined to the domain and the current user is the TFS administrator (also Domain Admin). How can I add domain user to TFS groups Thanks! While this may not specifically be your issue, since you have your dc on the same box as the AT I wanted to make sure y ...Show All
Windows Forms data storing in c# windows app
I've always been curious about how this is done in windows application. Let's say I need to develope a c# windows app that let me manage my CD collections, I don't want to use MSAccess as database backend because user can open it directly ...Show All
.NET Development Can somebody tell me how exactly we handle Concurrency Violation.
I know what is Concurrency Violation. I want to know , How exactly we can handle Concurrency Violation in .Net Application. Practical Example will be more helpful. Thanks in advance. Hello, There are a couple topics on handling concurrency violations here: How to: Handle Concurrency Errors http://msdn2.microsoft.com/en-us/library/y8fyz6xy(en-US,VS.80).aspx Walkthrough: Handling a Concurrency Exception http://msdn2.microsoft.com/en-us/libra ...Show All
Visual C++ error C3861: 'sscanf': identifier not found, even with argument-dependent lookup
Hi, GetLocaleInfo(LOCALE_USER_DEFAULT, LOCALE_ILANGUAGE, szMachNLCode, (sizeof(szMachNLCode)/sizeof(TCHAR))); sscanf (szMachNLCode, "%x", &langcode); on compiling i am getting following error for sscanf () line. error C3861: 'sscanf': identifier not found, even with argument-dependent lookup i tried adding following code to stdafx.h but it didnt work: #define _WIN32_WINNT 0x0500 ...Show All
SQL Server Uploading images to SQL Express
Hi, Could someone help me on how I can store images into my SQL Table I'm using "Image" as Column Name and I use VWD 2005 Express. I saw a lot of C# examples, but not VB.NET examples. Please help !!!!! Bart In VB6 I use Dim F As Long, Data() As Byte, FileSize As Long Open sFilename For Binary As #F FileSize = LOF(F) Data = ...Show All
Visual Studio Tools for Office Draw my own squigglies on Word document...
Is there anyway in VSTO that I can draw my own squigglies (like the red squiggly for spelling mistakes, and the green squiggly for grammar check) on a Word document If I want to underline a sentence with my own colored squiggly, can this be done Can I call directly into COM to do this Or is this impossible Bottom line is I'd like to apply my own custom non-printable formatting to certain parts of a Word doc (like the squigglies or the dots that ...Show All
Visual C# CS0184 should be a compile error
C# "is" operator may return inconsistet result with CLR specifications. So I think warning CS0184 should be a compile error. CLR allows to cast a DayOfWeek[] object to int[] because the undertlying type of DayOfWeek is Int32. 2 4.3 castclass – cast an object to a class Description: The castclass instruction attempts to cast obj (an O) to the class. Class is a metadata token (a typeref or typedef), indicating the desi ...Show All
Visual Studio Tools for Office Sending Emails ..
Hi, Not really certain if this is the correct forum or not. My apologies if not. I'm creating a VS.NET 2005 application using VB.NET. I've downloaded and installed the Visual Studio Tools for Office 2005 as well as the code snippets. What I want to do is send an email. I'm getting my feet a little wet before jumping right in! My code is as follows: Dim mailItem As Outlook.MailItem = Me .CreateItem(Microsoft.Office.Interop.Outloo ...Show All
Windows Forms Size a RichTextBox to fit its content
How can I size a RichTextBox dynamically such that it fits its content You can simply set a Control's Bounds to any rectangle you like, detemining the size of your content is a matter of the amounts of lines / character per&n ...Show All
Visual Studio Team System Deleted Project using TFSDeleteProject but Source Code Root Still Showing Up
I deleted a project using TFSDeleteProject (with the force option) but my VS 2005 IDE Source Control Explorer still shows the deleted source code folder root (with a single TeamBuildTypes folder with a red X thru it). The funny thing is is that if I go to another machine and log in with the same credentials the particular folder does not show up. Looks like there is some sort of hanging artifact on my local work machine that isn't ge ...Show All
Visual C++ executing windows commands from vc++(eg: net user)
hi, i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . thanks gbabu17 wrote: i want to execute the windows API command "net user" from vc++. i want to store the result in a text file and retreive the home directory value . There are loads of ways to execute a program ...Show All
