Answer Questions
archer4258 Problem with classes & objects???
This has happened on 2 PC's (work & home) with both VB Express & C# Express. I'll use C# as the example. When you create a form you automatically get "using Foo;" created at the top. I'll use System.Data as an example. Since it's already "using System.Data", I expand that and add OleDB to the end of that. No intellisense but no worries, it works. I create the connection object as such: OleDBConnection conn = new OleDBConnection(); T ...Show All
Razter BindingSource Navigation
Hi, I've got a Winform with a number of controls that are directly bound to a bindingsource, I've also created a list box and a combo box that will be used for quick record selection. The problem is that both the list box and combo box, have a custom query source. What I would like to know is how to navigator to the selected record and how to change the other control to the same record. eg. If the user selects a record from the List Box, I want ...Show All
ANW The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygrou
Ever Since I installed beta 2 I've been recieving The following error under the Microsoft.common.targets tab, in Visual basic beta2. I don't uderstand the problem. Warning 1 The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. Expected 'PropertyGroup, ItemGroup, Choose, Error, Warning, ...Show All
kristie Error adding reference .dll
I'm trying to add a .dll that I wrote in C to a VB.NET program. I get the message that the reference could not be added... make sure file... is a valid assembly or COM component. How do I make it a COM component Thanks. Take a look in your framework directory and subdirectories /windows/Microsoft.NET for regasm.exe I think that's the tool you are looking for. It'll take a com ac ...Show All
Eric Flores issue with intellisense and multiple projects
Hi, I'm using visual studio2005 to manage a solution that contain multiple proejct. Some projects are VC++ and some are makefile based (for an embedded microcontrolleur). Intellisense is working on all the project. However if I request a callers graph, then I get the calls done in every project and not only the active project. To be more clear : I've got one function that exist with the same name on many of my projects. If I reque ...Show All
BobGun Destroyed Installations
Ran a few examples from this wizards site: http://www.idesign.net/idesign/desktopdefault.aspx tabindex=5&tabid=8 Both VB and C# (Re-Installed twice)...which dont work...by the way...are destroyed. Errors....too many to post. Can't load a project, or create a new one in either IDE. It seems my settings think I have a different version of 2005. These are Express. Tried Import/Export settings. Tried reset to default. Yea right... Any way to RE ...Show All
BHGreene asp.net 1.1
all would one be able to use web developer express (i believe it uses asp.net 2.0) and host the web app on my hosting provider that supports only asp.net 1.1. (backward compatibility ) i am yet to download web dev express. just want to ask a few questions first tx http://msdn.microsoft.com/vstudio/express/support/faq/default.aspx (question 26) gurus thank you for your views... after searching the msdn website i found the answer to m ...Show All
Melody Zhao Writing code in VB .net express edition
Hello.I use Visual Basic 2005 Express Edition and I wan't to now where I can found diferent functions for VB.For example: How to launch a program when the user click a button You can use a Try... Catch block to test for errors such as "file not found". See the following for an example: http://msdn2.microsoft.com/en-us/library/ys1b32h3(VS.80).aspx Hope this helps, Steve Hoag Visual Basic E ...Show All
Algorith atlbase.h
While trying to convert com projects from VC6.0, I get: LINK : fatal error LNK1104: cannot open file 'atlthunk.lib' This is from atlbase.h . There is no way I can just comment out the #include for that, as some lucky programmer here said he did. It causes many projects to err out. Is there any way to get around this linkage error something like "#pragma error disable: 1104)" (wild stab in the dark here) Note that atlthunk.lib ...Show All
Roy Jackaman New to express
Calling all vC++ users, I am brand new to express and I have a problem already. I have made a sample app that just has a toolbar drawn on it. It worked on the PC that i made it on, but when I emailed it to my other PC and tried to open it it came up with an error saying that the "Application" wasn't "configured" correctly. Can anyone help please Could it be because I need to make it standalone some how Chri ...Show All
Leave_Me_Alone Free VB 2005 Express Edition Tutorials?
Firstly let me give a big "Wassup!" to all the VB programmers out there! I have recently moved over from the Delphi platform to the VB platform and joined the ranks of a far better programming language... (Sorry to all those Delphi PPL) I have taken the www.learnvisualstudio.net tutorials and found them to be very informative and extremely helpful but I was wondering if there isn't an online community of VB 2005 Express developers where I c ...Show All
phestermcs How to Create Simple Report as HTML ?
I don't have any report generator and i want to build it myself. My reports are very simple with few constants fields that i need to fill them after running some task and i wonder maybe to create a HTML document with const and desin tamplate and i will replace the relevant data in this document(text) and i will save it as temporary HTML file and show it with WebBrowser control as a HTML file . This action save me to deal ...Show All
e6henke Please Help with installation error 2905
I had insatlled Visual Web Developer 2005 Express edition beta 2 then, had some problems with the db connection, then I unstalled it, now i can not install it again no matter what I get error 2905 about apackage that I have no idea what package . Is there something that can tell me that package I have run vs2005 cleaner but there was nothing to clean. as I have unstall is there a way to know wish packages that has to be installed before in ...Show All
susan_newyork Multiple inserts
How do I insert multiple records in oracle database. I have all sql insert statements in a notepad around 5 million. I need solution using either .net or vb Thanks schow How are the SQL INSERT statements delimited (separated) in Notepad ...Show All
prabin dahal Getting Math.Pow to work correctly
Is there a trick to get Math.Pow to give the correct answer on a negative answer Here is the problem. -3^4 = -81 The negative is not raised 4 times unless the base is inside () esp. -3 *3*3*3 = -81 opposed to (-3)^4 which is -3*-3*-3*-3 = 81 I keep getting a positive answer for any power that is an even number. The program wants to treat all bases as though they are in parenthesis like (-3)^4 which is po ...Show All
