ChildGuidanceCenterGB's Q&A profile
Smart Device Development WebBrowser.DocumentText
I try to put some images to the webbrowser with .documenttext method but it can not show it.It shows x. I try all possible way of writing path but it didn't work. Can't we put an image to the webbrowser with this method The problem resolved by installing the August-ServicePack for NETCF: a bug in webbrowser was fixed and the above mentioned assingnment works. ...Show All
SQL Server Transfer SQL Server object task: Can we cleanse data by using the expression?
Hi all, I have a task as creating a SSIS package to transfer all the 10 tables from a database to another. And I have used the Transfer SQL Objects Task to select a table list and let the component do the transfering. But my problem is that the source database have bad data and some null data, so I have to find a way to transfer only 'NOT BAD' data, and remove the bad data (lost relationship) and change NULL to "N/A". And I ca ...Show All
Visual Studio Express Editions Printing in VB! .. No one has tought me!
Hey guys, im doing some corcework but unfortunatly I havent been tought how to PRINT in visual basic. Ive soarted the program, its all finished, i have two buttons that want to print, but i dont know the code What i need to do PRINT BUTTON 1: This button will need to print the contents of panel1 and panel2 PRINT BUTTON2: this button will need to print the contents of panel3 I understand, if its not possible to do it that simple, but if you coul ...Show All
Visual C++ Any way to get a list of QFEs available?
Is there any way to get a full list of QFEs (quick fix engineering patches) for Visual C++ 2005 It would be nice to browse through them to see if any are applicable to my situation. If you think this is a good idea, please vote http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx feedbackid=244c0587-f75d-4684-9783-8e959b39275f That's great - I'm glad another thread already exists, and there's ...Show All
SQL Server SQL Express user permissions?
I'm trying to build a web application using SQL2005 Express and Visual Studio Express. It all works OK on the local machine, but gives an error "Login failed for user xxxx\ASPNET" when used remotely. I can't find where I can set login permissions for SQLServer 2005 Expresss - can anyone help, please Thanks John This looks like a problem in the login control. The error reported probably has nothing ...Show All
Visual Studio Team System I was connected...
I have Team System installed on another computer. I was happily connected to my team foundation server. I tried to create a new project. I got the Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException which others have been receiving. The hint's on resolving that issue were to log in as TFSservice and try to create a project. I removed my server from the list. Now I cannot reconnect. When I restart VS, the team explorer shows that it is ...Show All
SQL Server Display a datagrid using the dataset as the source??
I am not sure how to display this in my report. I have dataset that queries the database to find a list of ingredients. I would like each ingredient listed in a grid. Under each individual ingredient is its amount, which is found from the database, using the Product and Ingredient name discussed above. The ingredient dataset has a list of ingredients. So I need the first one displayed in the first field, the second in the second field and so on. ...Show All
Visual Studio Default values not stored
When properties have default values, their values are not stored in the XML model. This means that when the default changes in the DSL, it is automatically propagated to all the models. This isn't always the wanted behaviour. I think you should be able to specify that the default is only used during creation of an element, thus storing. Furthermore, if you want to do something with the XML, the default value is not available. The conseq ...Show All
Windows Forms For consideration
Some of these would be better suited to the VS.NET team, I'm not sure how much the winforms team and the VS.NET team work together. 1) I know this would be difficult to implement, and not even sure if you guys have control over VS.NET,&nbs ...Show All
SQL Server Passing multivalued parameter from parent report to child report in Reporting service
I have report which accepts multi Value paramter in the Parent Report, this report has a drill down feature. but when i try passing the multi value parameter to the child report only the 1st value in the list is passed. Parent Report accepts multiple users and based on which it shows the total % of issues submitted by thoses selected users in the multi value list. on drill down i need to send the user list again from the parent so that the ch ...Show All
Visual Studio Express Editions Help with SaveFileDialog???
Hi Ladies and Gents, Please can you help with the below The SaveFileDialog is appending to my text files and I can't find a way to get it to overwrite whatever existing text is in the save file. Please can someone advise me Private Sub SaveToolStripMenuItem_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click Dim Save As New SaveFileDialog() Dim myStreamWriter As ...Show All
Visual Studio Tools for Office Hidden XML Tags in Word document
I have a Word template that has a custom XML Schema attached. I would like some of the nodes to be hidden from the user, so that the nodes could contain some meta data, such as a database primary key ID. Is this possible Another approach would be to map XML nodes to custom document properties. Is this possible Thank you! // Johan Yes you can put tags in the header and footer. Thanks Paul Stubbs Program Manager http://blogs.msdn. ...Show All
SQL Server Upgrade SQL Server 2005 problem
Dear All, My company purchases Visual Studio 2005 and SQL Server 2005 developer edition. So I would like to install the it into my desktop. My desktop has installed Visual Studio 2003 and MSDE. I would like to ask : 1. Can I install SQL Server 2005 developer edition directly without uninstall the MSDE 2. What is the installation sequence of them i.e. Should I install Visual Studio 2005 first or install SQL ...Show All
Visual Studio 2008 (Pre-release) MSMQ messge retry
Hi, I'd like to know if the maxImmediateRetries, retryDelay, and maxRetryCycles are specific to Vista, or should they work running under windows XP The scenario I'm working with is using a private transactional queue catching message requests from the client. Just to experiment with the transactions, I am throwing an exception in the service implementation. To get this running, I've just specified [OperationBehavior(TransactionScopeRequired = t ...Show All
Smart Device Development Using ANT to build eVC projects
Can someone please inform me on what is the best way to compile a project in eVC++ using ANT I don't know if anyone on this board has ever attempted this. I forked your message off of the other thread it was attached to and retitled it to give you a better chance of getting an answer. Thanks, Jeff ...Show All
