Scott Thurlow's Q&A profile
Windows Forms 2 Forms - One updates the info on the 2nd
This is my first post here so please bear with me. I am designing an application that will consist of 2 window forms that will be open at the same time. The first form (we will call form1) will have a button and at least ...Show All
Visual Studio Team System User Accounts Required for Team Foundation Server Setup
According to the VSTS installation guide: Single-Server Deployment To set up and configure Team Foundation Server using a single-server deployment on a computer joined to an Active Directory domain, you will need three Active Directory domain user accounts as outlined in the table below. To set up and configure Team Foundation Server using a single-server deployment on a computer that is a member of a workgroup, you can use local user account ...Show All
Visual C++ error C2065: 'NULL' : undeclared identifier
Hi,I have problem to determine whether a point is a NULL point in vc++ 2005, Here is my source code: private: System::Void treeView1_MouseClick(System::Object^ sender, System::Windows::Forms::MouseEventArgs^ e) { Point mouseDownLocation = Point(e->X,e->Y); TreeNode ^newNode = treeView1->GetNodeAt(mouseDownLocation); if(newNode == NULL ) ...... } There is error whith these code,the error message is:error C206 ...Show All
Smart Device Development How to connect emulator folder to Desktop folder
We use VS2003 compact framework & PocketPC 2002 emulator. We have installed VS2005. Now we are trying to connect PPC 2003 emulator to desktop we are not able to find out ways. We have also installed MSactivesync 4.1. Please let us know the steps in detail to connect PPC 2003 folder to desktop folder using VS2005. Manish Please enable shared folder using Device Emulator -> Fil ...Show All
Visual Studio Team System loadtest run by iterations
can it be possible to set the loadtest to run according to a number of iterations instead of running for a priod duration of time - set in the run settings properties - run duration thanks for your reply, i will try those solutions and see if they are the answer to my problem. ...Show All
SQL Server SSIS Sequence container,data flow task
I am creating a staging database in which I am loading required tables from 2 different sources. I have 30 different tables to load from source 1 and 10 different tables from source 2. This is the way I am doing, in Control flow task I am using Sequence container and in that I included the data flow task, the data flow task has source OLD DB connection from where I select the table and then destination OLE DB connection where I load the data ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
SQL Server Error Calling SQLCLR UDF
Running SQL Dev Edition on Win2K3 Enterprise Edition. I get the following error. Msg 6522, Level 16, State 2, Line 2 A .NET Framework error occurred during execution of user defined routine or aggregate 'AddressCorrect': System.DllNotFoundException: Unable to load DLL 'D:\CorrectA.dll': Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008) System.DllNotFoundException: at UserDefinedFuncti ...Show All
Windows Forms Resource strings c#
Hi Can some point me in the right direction with resources in c#, I've added a string to the resource editor (under project properties), now I want to use that string. I'm want to change the text property of a form using the resource, I have the following: using <AppNameSpace>.Properties; private void FrmMain_Load( object sender, EventArgs e) { this .Text = Resources .ResourceManager.GetString( "ApplicationName" ); ...Show All
Visual Basic Config file on Class Library ??
Got a solution with 3 projects, a Web Service, a WinForms (MyUI), and a Class Library (Foo). MyUI calls methods in the DLL that access the web service. The DLL has project config settings that store the URL of the web service. I compile the solution and it compiles all 3 projects. In the DLL's bin dir it puts the foo.dll and foo.dll.config files. However, in the WinForms bin dir it puts the MyUI.exe, MyUI.exe.config, and foo.dll; it doesn't i ...Show All
Visual C++ Would like to have a button open a new window or program
What i would like to have when im finished is a program that will have a main screen and that will open a another screen that will have several programs that will be all in one program instead of having to install all of them is this possible and how do i go about it James, No one will answer because all your questions are too general. These are steps you need to take before asking a question: 1. Try and solve it yourself 2. Look up MSDN ...Show All
SQL Server Question about the way that some element are displayed in the viewer
Hi! I've notice in some reports that some lines doesn't appear in the viewer but if i print the report or if i export it to PDF i can see the line. I can't figure out what is the cause of this. Anyone know what is the cause of this Thanks ! I've noticed that lines with a slant will sometimes behave this way. Is this the case in your reports Thanks, Donovan. ...Show All
Visual C# C# .NET Naming Conventions
Does anyone know where I can find a list of naming conventions for UI elements. I found a bunch of places where they have variable, property, method, event handler, formatting style, etc. conventions. But I am having a hard time finding naming conventions other than the Visual Basic 6.0 Naming Conventions on Microsoft's website. As the programming world is rapidly moving away from hungarian notation, ...Show All
Visual Studio 2008 (Pre-release) Updating databound collection not in UI thread
I have a TreeView that uses ObservableCollection as it ItemsSource. Items in this collection are added and removed in other thread, not UI thread. As collection changes I get NotSupportedException {"This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread."}. How do I add, remove, clear items in ObservableCollection that is Databound to a TreeView without using Dispatcher ...Show All
Windows Forms Best way to setup a UDL file?
I have converted a VB.NET app from 2002 to 2003. Once converted, I am recieving build errors on my connection command. Me.OleDbConnection1.ConnectionString = "file name=rass.udl" Err: Unable to load the UDL file. I have the UDL file created in the same f ...Show All
