Tony at Invu's Q&A profile
Windows Forms Establishing a Internet Connection via visual basic .net
Ok peoples, This one has got me stuck and i am sure i am not alone.. Establishing a connection to a dial up ISP through a visual basic .net program with out using "InternetAutoDial" function that relies on internet explorer to have set a&n ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Windows Forms ListBox - More than one selected
I would like to know how can I get all the itens selected in a listbox...And put all together in a string Thanks.... PS: How do I make to on a postback action the page come back to the exactly place where it was.... Thanks On postback: String s = ""; for (int i=0; i<ListBox.Items.Count; i++) { if (ListBox.Items .Selected) s += ListBox.Items .Text + ","; } For the second question, use Sma ...Show All
Software Development for Windows Vista Error occurred while Loading Workflow
I have created a NEW simple StateMachineWorkflow project. Upon creation the designer view tries to render and I get the following error: Error occurred while Loading Workflow An error occurred while loading the workflow Please correct the following error and try reloading the document to view the Workflow CodeDomDesignerLoaderNoRootSerializer Non StateMachine projects seem to work fine. Any thoughts Do you see a similar behavior ...Show All
Visual Studio Tools for Office TSQL issues
I want in incorporate quereis in my VB.Net app to populate word documents..i am getting the data from a sql server database... Do i need to just write regular t-sql statements or do i need to begin with some type of reporting You can use TSQL to extract the data from a SQL Server database. What are you using to generate the word document Are you using the Microsoft Word Object in the COM tab in the Add Reference option ...Show All
.NET Development Reading TextFile and execute command for SQL
Hi. I was not sure where to post this, if it should be here or in the SQL subforum but I thought it would be here since it is an IO thing. OK, I am creating a "management" panel for a WinForms app, C# .NET 2.0 and running SQL Server 2000 SP4 Now I have generated an SQL Script from SQL to create a database. This works fine, as I have copied the text into clipboard then pasting it in the Query Analyzer, did a syntax check and e ...Show All
Visual C# .GetBounds() error
Hey folks, I'm not sure if this is the correct forum to post this, so feel free to move the posting a more appropriate place if you deem it necessary. :) First of all let me state, that I'm very new to C# programming. As a matter of fact, I have only ever had one programming class (C++) in college, which was an elective. ;) Anyways, here is the problem I have. I have two images and I want to check if they collide at some ...Show All
.NET Development Datatable to SQL Server
I have a large datatable that has been created from an xml document using ado.net 2.0. I need to get this datatable into SQL Server. If the table does not exist in SQL server I would like to create the structure of the SQL Server table from that of the datatable. Then insert data from the datatable to the SQL Server table. I cannot find any examples of this being done. Has anyone else Thanks Danny ...Show All
Architecture Does XmlChoiceIdentifierAttribute break the 3rd tenet of SOA ?
The 3rd tenet of SOA, according to MS, states that "Services Share Schema and Contract". When I use the XmlChoiceIdentifierAttribute in my shema, I actually say "when you call me, you will get in response one of the following possible types and you should check yourself the returned value to decide what you got from me". In the SO point of view, does this decleration of "possible" types makes my contract less ...Show All
Visual Studio 2008 (Pre-release) TextBox input validation
How can I validate input for my textboxes For example I have an application where I want to input several numbers in the textboxes. The primary validation constraint is that I want the user to be able to input only valid real numbers. Some of the textboxes should contain only positive real numbers. Also I want to be able to do comparisons between the different values (for example I have a minimum speed textbox, and maximum speed textbox, so ther ...Show All
Smart Device Development Strange TypeLoad exception in Microsoft.VisualBasic
Hello. I get a very strange exception in my application. While developing my application everything seemed to work fine. After the last debug/test at my PocketPC I had no problems. So, I saved the project and closed VS2003. The next day when I reopened and tried to run my project I got this bizzare error (and the project wouldn't run again): An unhandled exception of type 'System.TypeLoadException' occurred in System.Windows.Forms.dll Additio ...Show All
Visual Studio Team System C# or VB.NET
It seems to me that all the code examples shown here and in the documentation are all based on C#. My client is completely standardized on VB.NET for all its developement and we are bound to this standard as well. For us, it would be nice if the examples were also available in VB.NET. Does anyone else feel that way or do we just have to bite the bullet and go for C# when we create tests Hi Roland, Yes, I ...Show All
SQL Server Problem with Execute SQL Task
I am having problems creating an "Execute SQL Task" which calls a stored procedure. I have tested the procedure successfully using parameters that I have hardcoded on the command line (i.e., EXEC procedure_name 1, 2). This works fine, but I'm having problems using variables(i.e., EXEC procedure_name @VAR1, @VAR2). I'm using a ConnectionType of OLE DB. When I parse the Query I get an error message that says "The query failed to parse. ...Show All
SQL Server Can't install database scripts
I have the apr ctp of sqlserver 2005 that came with beta2. I know this must have been addressed before. I did a number of searches installing databases, pubs, northwind, etc., but none of them addressed the problem. I apologize in advance for going over old material. I can navigate to the folders where the database scripts are - C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data However, I don't know what to do after that. denn ...Show All
Visual C# How to Launch an executable from a hyperlink?
Is it possible to launch an executable from a hyperlink. Within an application I hope to create a hyperlink to a document, when the user clicks the link I want it to call a hyperlink with \\my.exe ...blah parameters, to open a specified document. Would somebody be kind enough to suggest a way to do this. The application is windows forms application and the .exe will provide a viewer for the document. The document cant be viewed in Internet ...Show All
