pluto2005's Q&A profile
Windows Forms Remoting or webservices or other
Hi all, i need to write a application but i'm in doubt wich Data-technology to use. 1. The app (winform) is running localy on users computer 2. The data that should be loaded in on a intranet environment. 3. The users are locaded al over the country and have a intranet connection 4. the amound of users is between 70-100 5. The data is changing almost continously Remco Hi Remco, The architecture of this proj ...Show All
Visual Basic Crazy IDE
Hi All, Just after started to add controls to this new Tabbed app, the IDE shows the move cursor (the crossed arrows) and just flashes the cursor until I go into the taskman and return...It's scary to think a whole nights work could be undone by a misbehaving IDE. Have any of you experienced this odd behavior This has also happened in other apps in W2K, and XP Pro as well. Thanks All! Elgee I have seen someth ...Show All
Smart Device Development #Define Replacement (C++) in C#/NETCF
I'm used to the world of C++/C where i had access to #define. This was great, as I could define a keyword during development, and this keyword would be overwritten with an actual value at compile time. I notice c# doesn't have this (for obvious reasons), however, what is the recommended replacement I understand that I can use a constant (within a single file), however I'm working in multiple files. Should I use a constant within a singl ...Show All
Visual C++ What does Team System offer for VC++ / C++ developers?
Hi, My work involves developing with C++ and VC ++. I was wondering what benefits does Team System offer a C++/VC++ developer I have seen presentations and read articles online, but all of them deal with SDLC of web application using VB and C#. I also read about the enhancements in the features of IDE for developing with VC++. But other than the IDE developers tools Is i ...Show All
Windows Forms Sending mail with VB.Net
This may ultimately be an SMTP admin question (as opposed to VB.Net) but, I wrote the following code to send a mail messge from a VB.Net app. Dim from As String = "dexterm@mindspring.com" Dim mailto As ...Show All
Visual Studio Express Editions Unable to edit when in debug mode?
I can not edit code when in debug mode (program stopped at breaking point). This is what I get from the help: To access the Edit and Continue page, click the Tools menu and select Options . In the Options dialog box, expand the Debugging folder and select Edit and Continue . BUT there is no "Debugging" options in ->Tools ->Options ! ! How is it then possible to enable the "edit and continue" option in VB E ...Show All
Visual Basic How to use DataGridViewControlCollection in place of Control Array of MSFlexGrids
Hello, I am learning VB2005 by rewriting a large VB6 program. My VB6 program used loads of MSFlexGrids in a single Control Array. Control Arrays are out with VB2005 so I was looking at a way of using DataGridView controls in the form of a collection. The MSDN documentation points in the direction of DataGridViewControlCollection but I cannot decifer how to add DataGridViews to form a collection and then how to access each one in a simi ...Show All
Visual Studio Express Editions Internet Explorer in C# - what about default mail client ?
Hello, First of all, I am very thankful for these forums and I am glad you guys are here to help! Anyway, I have Visual Studio 2005 Express C# Edition and I am working on a program and let me explain what I need to do. Okay, so I am working on this program. I was talking to the head manager on this and he said here is what we need. We need to have one text box and one button to load a website. Inside the text box the user will type the URL in ...Show All
Visual Studio 2008 (Pre-release) Bug: using a bool property in WHERE doesn't always work
Hi, I think I've found a bug in the DLINQ expression tree-to-SQL mapper. It's an obvious enough one so I guess you've already fixed it, but I want to make sure it doesn't continue to bug me in the next release . The third sample from 101 LINQ samples, when the condition "!p.Discontinued" is changed into "p.Discontinued", produces a strange SQL like "CONVERT(Predicate,[t0].[Discontinued])". It does work when &q ...Show All
Visual Basic Screen Cap
Ok I am using this to capture the screen. b = New Drawing.Bitmap(My.Computer.Screen.WorkingArea.Width, My.Computer.Screen.WorkingArea.Height) Dim g As Drawing.Graphics = Drawing.Graphics.FromImage(b) Dim s As Drawing.Size = New Drawing.Size(My.Computer.Screen.WorkingArea.Width, My.Computer.Screen.WorkingArea.Height) g.CopyFromScreen(0, 0, 0, 0, s, Drawing.CopyPixelOperation.SourceCopy) My.Computer.Clipboard.SetImage(b) ...Show All
Visual Studio Loading Report data from remote computer
Hi guys I got a windows application that are on two different servers. The database is on one of the servers. When i open the application on Both Servers they can see the data in the tables. But when I access a report from the app on the one server its gives me a dialog box with a username and password boxes. The reports are stored on the both servers, but the database is on the other. I've set the DataSo ...Show All
Visual Studio 2008 (Pre-release) Why new items don't appear once the listview is sorted?
I defined a class that inherits from ListCollectionView and calls OnCollectionChanged whenever the underlying list changed. Then I created a listview and set its ItemsSource to be bound to an instance of my custom ListCollectionView. When a new item is added to the underlying list, ListCollectionView.OnCollectionChanged is called and the new item is displayed in the listview. Then I implemented sort, using the usual mechanism - not th ...Show All
SQL Server How can I get value from data flow control?
How can I get value from data flow control when it returns to the Control flow I want to use values in the data flow to decide what I'm doing next - using an expression on the 'line' (i.e. @Step == 10, 20 , 30 ...) @Step - is user defined variable. How can I set @Step according to the data flow It seems to be that I can't change @Step in the data flow. Seems like you are editing Script Task ...Show All
Windows Forms Is it possible to generate a single setup file?
I created a deployment project for deploying to the desktop. The project generates two files: setup.exe and the .msi file. Is it possible to get VS to generate just a single executable file rather than two files Or, would I need to go with a third-party installer A single executable setup file would make distributing the setup via a website easier as the user would only have to download a single file, or not have to deal with unzipping a ...Show All
Visual Studio 2008 (Pre-release) Feb 2006 - CTP and WCF Lab 1 issue with the 5th example
I have been going through the WCF Lab 1 demo. I have been able to get all the demos working except for the 5th one. I get the error below. This Lab 1 really was awesome putting all the parts together for a person new to WCF. Plus I am more of a sysadmin than a coder that would implement this into an appliation. Steve Schofield Microsoft MVP - ASP/ASP.NET ASPInsider Member - MCP http://www.orcsweb.com/ Managed Complex Hosting #1 in ...Show All
