Montana16's Q&A profile
Visual Basic Examples of Visual Basic 2005?
Hey i just started programmin in Visual Basics 2005 and i was wondering if anyone could give me an idea what programs were made with VB and what could be made Thanke you email me at: naturalanthem@insightbb.com Go to a bookstore or library and get a beginners book on VB.Net and read it and do the exercises. A book on VB2003 or VB2005 will work. That is how I learned it. ...Show All
Visual Studio 2008 (Pre-release) ToQueryable() - Does it cause a query execution?
From what I've been able to tell, calling ToQueryable() on the results of a "var x = (query)" operation doesn't actually invoke the execution, it simply wraps the contents of the expression tree generated for (x) inside an IQueryable<T> type. I just wanted to confirm here that calling ToQueryable() isn't going to give my query a case of the dreaded "premature query syndrome" , and that its just wrapping the deferred que ...Show All
Visual C# How prevent code from firing
I have a winform that when I created the standard toolbar was added automatically by VS. I have some special code I am processing when I click on plus icon to add a record. I am experiencing a problem but I think it is because the code that would normally fire when you select the + icon is firing in addition to my own code. How do I turn this off so just my own code fires Well it's easy enough to pl ...Show All
Smart Device Development Deployment Errors in PDA
Hi, We are gettiing the following Deployment Errors when we are running a PDA application : =================================================== ------ Deploy started: Project: PDA-RSMS, Configuration: Debug Pocket PC ------ Deploying to Pocket PC Device using TCP Connect Transport Error: Cannot establish a connection. Be sure the device is physically connected to the development computer. ...Show All
Visual Basic VB.Net Conversion???
I am converting some Vb.Net applications to NetCoBOL i was wondering where the NetCobol forum was Is Net Cobol a microsoft product I would probably try www.netcobol.com which may provide some forums. ...Show All
Visual C++ roject : error PRJ0002 : Error result -1073741680 returned from cl.exe'.
I have a unique problem.. when i delcare int^ test = 100; program compiles without any problem. but when i declare double^ test = 100; or float^ test = 100; i get following error... ------ Build started: Project: NewClr, Configuration: Debug Win32 ------ Compiling... NewClr.cpp Project : error PRJ0002 : Error result -1073741680 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'. Build log was saved at "file://c:\ ...Show All
SQL Server Dangerous Bug in SSIS?
Hi, I recently seemed to have found a major bug in SSIS packages... Well i was just showing the new SSIS to a few work collegues when i suddenly decided to show how cool it was to be able to minimize and maximize tasks containers. Well the bug just showed up when i maximized the container again and there it was... the Conditional precedences where gone... no more visible.. Everyone is experiencing the same problem Solutions Best Regards, Lu ...Show All
Visual Basic Adding a row to a control bound to a datasource
Hi, I have an application that consists of multiple combo boxes, list boxes, etc. Most of the combo boxes are bound to a datasource. What I wanted to do was add one row to each combo box with the value of "_None" so that if the user had selected an entry and then did not want the entry, there was an easy solution - select the "_None" entry. However, when I tried to add this row to a control having a datasource I get the fo ...Show All
SQL Server Import XML string into DB
I'm not sure what an "edge" table is. Can you post a sample of the XML, the OPENXML syntax you're currently using, and the output you're trying to achieve -- Adam Machanic SQL Server MVP http://www.datamanipulation.net -- < GBez@discussions.microsoft..com > wrote in message news:c959c905-bfac-4471-b7a1-059439279ef9@discussions.microsoft.com ... Hi, I have ...Show All
Visual C++ float to bool, bool to float conversion
Good day to you, Is it always guaranteed that when converting : float to bool 0.0f is false 1.0f is true bool to float false is 0.0f true is 1.0f negating the bool !false is 1.0f !true is 0.0f negating the float !1.0f is false !0.0f is true Thank you much, Dennis It's definately always the case that anything this is zero equates to false, and vice versa ( not sure if a float gets rounded for this, but 1.0 is ...Show All
SQL Server ADOMD.NET 8.0 dependencies for connecting to both AS 2000 and AS 2005
I've got a C# application developed with Visual Studio .Net 2003 which uses Adomd.net (8.0) to access cubes on SQL Server 2000 Analysis Services as well as SQL Server 2005 Analysis Services. In the MSDN reference page I noticed that I can set the connection parameter "ConnectTo=Default", and now, after installing the SQL Server 2005 Client Connectivity components, I can make connections to both AS2K and AS2K5 from my development machin ...Show All
Windows Forms Custom collection and DataSource
Hi! I have made a strongly typed collection which inherrits from System.Collections.CollectionBase. The collection is used with a persistence framework I'm developing and implements lazy loading which means that the list isn't loaded until I use it (e.g. asks for& ...Show All
Visual Studio Team System Error 28905
while trying to Install Team Foundation server for a single machine, I got the following Error (Do not have any Idea what TF is looking for). Error 28905. WIDbLoc: could not list of fields to localize from the database Any help will be appreciated. Best regards, Asif Khanakhan@penson.com Here is the Answer to my Own problem, Its works, you have to re-start your SQL services even though it shows its up and ...Show All
Visual FoxPro URGENT ! How to close FXP compiled files
hi friends, in my client/sever application some fxp files are opened by users. I need to close this files because i want recompile it. thanks Fabrizio Hi Fabrizio, What would you like to happen to the other users that have the file open and the programs running Not at good idea to roll out changes this way by terminating open files that other users have open ...Show All
SQL Server Full-text index becomes unavailable
Hi, I'm having a problem with full-text queries on Sql Server 2k (Enterprise Ed., SP4, IA-64). I have a full-text catalog which seems to be okay when (I query its populate-status and look at it in enterprise manager) but when i perform any query using the "freetext" operator/function i get an error as shown below: Msg 7619, Level 16, State 1, Line 1 Execution of a full-text operation failed. The catalog does not exist or ...Show All
