corny_cory's Q&A profile
Windows Forms Changing culture on the fly
Just wondering if anyone know if it is possible to change the culture of an executing form I'm not talking about specifying the culture in a Form's New method. What I'm wondering is if there is some method somewhere in the .NET 2.0 Framework that I haven't found that would force a form (and its controls) to refresh themselves using the specified culture. The concept being that the user could select whichever language they wish, and t ...Show All
Visual Studio Team System Load testing - question about data binding distribution
I think this question is best illustrated by an example. Say I have three web tests mixed in a load test - at 34%, 33%, and 33% distribution of load. Say I ramp up the load to 100 users. Say I have some databound item in each test, set to sequential. My question is, how many rows do I have to have in the datasource to ensure that the same row isn't in use twice at the same time Though I don't have firm evidence, it seems to me that with a rando ...Show All
SQL Server HELP! - URL Access - Localhost vs. ServerName
We have a confusing problem and need some guidance. We are trying to use URL access to generate and display a report. We have tried two ways--building the URL string and popping up a new browser with the Reporting Services URL access string and simply using an anchor tag and setting its URL parameter to the Reporting Services URL access string. Both options don't work--well, one works for the local server and the other works for client comput ...Show All
Visual Studio Team System Errors while managing Work Items in Excel
I use Excel extensively to triage and prioritize Work Items. I randomly get the following error when clicking in a cell. ****************** TF80070: Team Foundation encountered an error while performing the operation. It is recommended that you save your work and restart the application. ****************** I can safely click OK to get past the error and continue working, but sometimes the error pops up every time I change cell!&nbs ...Show All
Windows Forms Supporting a Proxy Server/Firewall
I have recently built an application that scapes HTML from a web site and displays it inside my application. This all works fine. Basically The app runs in taskbar and sends me a notification of when a certain part of my favourite web site ...Show All
Windows Forms Improperly Formatted
I am using Visual Studio 2005 Beta 2 and I am having trouble deploying my application. I receive a 'Application Failed: Unable to continue. The application is improperly formatted. Please contact the application publisher." I used to not have a problem with this. Does anyone have any solutions Thanks in advance. nate. The error you see usually means there is something wrong with your manif ...Show All
Visual C++ changing the name of a file
I had a file named Node.h in my project. I renamed it to List.h and built the project again but dont see the name of the file being changed in the dsp file and I guess because of this I also dont see the new name in the editor. Thanks, KarthikR Make sure to clean you solution and try again. Thanks, Ayman Shoukry VC++ Team ...Show All
Windows Forms How to sort groups in ListView
Using the ListView in VB.NET 2.0, is there any way to sort the order of the Groups collection other than figuring out the proper index when adding them ...Show All
Visual C++ afxwin.h - #error :WINDOWS.H already included
In an ATL project Im trying to use the function: AfxRegisterWndClass, which requires afxwin.h (I think). When compiling I get the following error: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>. Im not sure how to get around this. Any ideas Try to find out where the windows.h could be included. Have a look to your stdafx.h etc... have also a look t ...Show All
.NET Development Network API functions
Hi all, Witch API functions can I use in .NET framework for getting information on a specific network. Can you give me links for examples. Regards... Hi Wasim , You mean directly use Win32 Api's if so try Allapi.com ; thats a good place ...Show All
Visual Studio Team System Cannot connect VS 2005 Team Suite client to Team Foundation Server
I have installed Team Foundation Server Beta 2 (application and data tier on a single server) and the install seemed to work correctly. I can certainly use the Sharepoint Services pages successfully. I have Team Suite Beta 2 on a separate machine and I am attempting to connect to the TF Server. However, when I use Tools/Connect to Team Foundatioin Server and add the server I get a message saying "Unable to connect to the Team Foundation Server:v ...Show All
SQL Server Set the data source of data flow from external application (C#)
I am new to SSIS programming, so bear with me if my question seems naive to you gurus. I have a situation that needs to set the data source for a data flow from external .NET application ('external' means that the application will run on different process than the SSIS). I am trying to set the data source on which the data flow works from my C# application in a DataSet format. Ideal solution is not to save the DataSet to any file on harddis ...Show All
Microsoft ISV Community Center Forums Control of graphs and organization charts
Greetings to all! How can one control properties and methods of graphs and organizations charts For example, I am trying to change the background colour of a graph in a Powerpoint slide through a Macro command, or modify any kind of object in an organization chart. I am guessing I need to create a reference to the graph object and then access its properties through it, but have been unable to do so. Thanks in advance for any help or s ...Show All
Smart Device Development library with events that throws events
So I think this is more of a general .NET question, but since it's for a compact product I figured I'd ask it here. I'm developing an app that will support multiple types of barcode scanners. I would like to modularize the bar code scanning so that I can have a single interface that is used and is just implemented differently for each piece of hardware. The key is that this interface needs to be able to handle events (hardware key presses, valid ...Show All
Software Development for Windows Vista WWF in asp.net and beta 2.2
Hi! I need examples of apps running in asp.net 2.0 using WWF (state machine WF) and the beta 2.2 At least I need some insigths about how to build this app, because all the examples that I found, use a class called WorkflowWebRequestContext that is not present in the beta 2.2 framework My questions (apart from examples are) 1) How should I create the runtime 2) How can I use the instance from a page ... There will be 5 or more pages . ...Show All
