WNeidigh's Q&A profile
Visual C# Controlling a web browser control from another form?
My application contains two forms, one controlling the other (which holds the web browser in question). I need to control the web browser's actions from the second form. I've been trying to somehow declare the browser as public but I can't figure out how to do this. Help is appreciated. Are we allowed to bump topics If not, sorry and just delete this post. I really need an answer on this question though and don't want to start a new topic. ...Show All
SQL Server Open Table > can't add data into the new row of the grid
In SQL 2000 Enterprise Manager, one was able to edit and commit data on-the-fly directly from the results pane. Action->Open Table->Query with the SQL Pane shown gives you an interface similar to Query Analyzer. One could write a complex select statement with where clauses and joins, and the results pane would show the resulting data. The data is editable and instantly updated. We are now planning to migrate to SQL ...Show All
Software Development for Windows Vista Tablet PC - API for measuring Z
Hi - I was wondering what was the API to calculate how far the stylus was from the screen. I know how to get the x and the y co-ordinates I was looking for the Z. Any help would be highly appreciated - Santosh Hi Santosh, in order obtain information about the z-coordinate, you would add PacketProperty.Z to your desired packet description: http://msdn.microsoft.com/library/default.asp url=/library ...Show All
Visual Studio ToolBoxItems.Add does nothing
Hello, Using Whidbey Beta 2, I'm trying to add a control to the toolbox using a windows forms application. All goes well, and no error found, but the control does not appear after the application finishes, even after I restart VS.NET. I'm also adding a new toolbox tab, which works fine. First I tried using the sample code provided in the documentation, but it din't compile because it expects an object instead of a class. Since I h ...Show All
Visual C++ VC++/MFC 8 not stable
Hey, I am affriad to say MFC 8 that comes with VS 2005 isnt stable at all. im working in a studio trying to work on a project, and i keep on wasting time on worthless issues. All of which have to do with pointers and the new operator. Latest issue is it will declare thepointer if i told it to load configuration from a file. but it wont declare it if i decide to load the configuration manually, i really dont know what difference does it make. im ...Show All
Visual Studio Team System Continued Errors after troubleshooting guide
This will be a living document and as we troubleshoot issues, we will add to the query and document. It will culminate in a consistency checker tool which automates the checking and ultimately other functions like kicking the warehouse etc... Feedback is welcome and I will update this data. Symptoms: The data in the reports is stale and doesn’t seem to ever get updated. The reports error out. An error has occurred during report pr ...Show All
Software Development for Windows Vista How can I start instalation a Windows Vista os
How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do What does the Readme file say ...Show All
Windows Forms for which version of the framework is the server [Beta 1] built
I have just downloaded and after many problems got the terrarium server on my box. However, when I brows to the web site, it loads up the ChartNew.aspx file and says the user I set up is not ascosiated with a valid SQL connection. Thi ...Show All
Visual C++ debugging: where are the variables?
Let me start by saying that I am a beginning C++ programmer and am very new to Visual Studio 2005, so please forgive me if this is a silly question. When running the debugger on a simple program such as the one listed below, I find that it doesn't bother to display anything for most of the variables, and even for the variables it does display for, it seems to be garbage. #include <iostream> using namespace std; void main() { const int ar ...Show All
Visual Studio Team System Saving diagram changes
Hi, I’m changing diagram programmatically. Is there a way to invoke (programmatically) saving of my changes to the underlying SDM files Thanks, Nel Hello Nel, This behavior is valid as we donot persist in memory model to sdm files upon change without explicit save action. The question remains can one programmatically save the diagram Answer is yes, DTE automation model of visual stu ...Show All
Visual Studio Opening mscorlib sources in editor
Hi! In my add-in I'm trying to open source files of classes in editor. It works well with classes inside projects, but I don't know working meth to open any system class (e.g. System.String). I tried to to get CodeType object for this class - it works, but exception occurs while getting Start/End Point or ProjectItem. Maybe someone knows rigth desicion VS is using sources generated from metadata - is there any way to obtain such sources without ...Show All
Visual Studio Localizing (Globalizing) the ReportViewer Control itself
There is already a thread discussing the localization aspects of the reports itself. I'm interested in understanding how to localize the ReportViewer control itself (e.g. changing the ToolTip Texts to German, the labels in the control to German etc.) TIA Juergen Hi Juergen, You can implement the interface Microsoft.Reporting.WinForms. IReportViewerMessages Visual Studio has this nice feature so that when you type something like: ...Show All
Windows Forms Code secured against DISSASEMBLING it.
Helo, I do have small app. developped on vb.net. How do I make it so it can not be dissassembled and viewed by ILDASM There are obfuscating tools but they are so VERY expensive. ANy one, ANY help will be highly appreciated. Thank you ...Show All
Visual Studio Team System TF30177: Team Project Creation Failed
Hi, I have successfully installed VSTS on single machine. I am able to browse my default site in IIS. My Team Foundation Server site shows as uninstall when I am browsing for virtual server. I appreciate any help or direction. Thank you. When I am trying to create a new project I am getting following error message : Error Unable to connect to the Windows SharePoint Services at MISTEST-2K3 Explanation The Proje ...Show All
SQL Server Disappering users
Hello. I have an SQL 2000 OLAP (SP4) project with lots of dimensions, mesures, cubes, roles and users. Everything was fine for a year till yesterday. I've added a user (did it time to time before) to a role. As I process the cube the user was removed from the role. Now I can not add anyone. Am planning to remove everyone and add again. But also scared of adding nobody forever. Help. Thanks. I wonder if perhaps one or more of the user ...Show All
