Answer Questions
Doe vb.net express Guided Tour Example fails?
Hi all, (2005 express vb edition with sql server 2005 express edition) I'm running through the Visual Basic Guided Tour...I like it alot. But, I have a simple problem. Under the help system Visual Basic Express -> Visual Basic Guided Tour -> Managing Your Records: Using Data in Your Programs -> Showing Information to the User: The BindingNavigator Save does not seem to work. I tried the next lesson: Adding or Modifying your Records: ( ...Show All
Juergen Weis Error .exe is missing question
I'm geting the error messege "Video Studio cannot start debugging because the debug target 'C:\\documents and settings\name\local setings\application data\temporary projects\ConsoleApplication1\bin\debug\consoleapplication1.exe is missing. Please build the project and retry or set the outpath and assembly name properties appropiately to point at the direct location for the target assembly." when i try to run a simple hello world progra ...Show All
coloradovista Why can't I install .net framework2.0???
when i try to install visual basic express 2005, it says "fial to install framework2.0, and ingnor to install vb express 2005" But why thank you very much to answer!! We are going to need more informationm then that... What is the exact error message. Have you checked to make sure that you hardware and Operating system meet the requirments. Also I would perform a windows update and make sure ...Show All
Radenko Zec Where I can find link to download VS2005 Express?
I tried to find link to download Visual Studio 2005 Express. I coulnt find it.. Where I can find link to download VS2005 Express Thanks Configuring IIS is something your hosting company needs to do. http://www.cryer.co.uk/brian/mswinswdev/ms_vbnet_vb_not_configured_as_app.htm There is no such thing. There are only the express editions, one per language and one for web development. I'm sure your ...Show All
JFTxJ Need help in Boundary check
Keep in mind that i named my label to box 1. If we want to keep the box within the boundaries, then we must have a way to test whether the box is moving out of the boundaries. a. Which properties of the box would you use to check b. ...Show All
Pierre-Andre Can't Update Database that has a Yes/No (bit) field and/or Null values
I have spent two days trying to set up an editable GridView based on a SQL database. I set up my SqlDataSource and specify columns from a table; click on Advanced and "Generate INSERT, UPDATE, and DELETE statements". I have two issues: First, If I try to update ANY record that has a NULL value in any of the fields selected to display in the gridview, it just doesn't update in the database. I do not get any err ...Show All
MPSIperson E-Book : Build a program now!
Hi friends May we download the files (programs, icons) associated with this very interesting book Regards Jose Many thanks Jumpsteady. I was using a bad link on page vi. The link on page vii. correct. Regards Jose Emmanuel MacAdjeh MENSAH wrote: Hi guys Where is the link for the book http://www.microsoft.com/mspress/companion/0-7356-2229-9/. Jose ...Show All
Ken Harris Error when trying to create new app
hi when I create a new application I keep getting the following error message. "the filename, directory name, or volume label syntax is incorrect. (exception from hresult: 0x8007007B)" I googled it and found somebody to have had the same problem but with C#. Apparently it does not like the "&" in folders of log in names. I have XP SP2 and my login name has a "&" is there a way around it other than creating a ...Show All
SuperM data source wizard crashes VS
I am new to VS 2005 express and have been following the tour tutorials after installing. I had created a data source for the datagrid example and all was fine. Now, whenever I try to create a new sql Data Source or edit the existing one using the wizard, VS hangs whenever I click the "Finish" button. Any help or clues as to why are appreciated. ...Show All
Mr. Boogie Programming Languages
I need to know in what ways are C, C++, Java and C# alike or similiar. > C#, in theory has C++ like syntax, in practice I believe it owes more to Java. Well, infact (as far as i can remember) the C# was mainly designed by the guy who created the Java language, so i would say that C# has more to do with the Java than C++ Hi, Hope the above reply from cgraus answers your question. I will mark your post as Answered. If y ...Show All
rubenswise Registration & Localized builds
Hi all I'm of course very excited about the release of the Visual Studio Express Editions and would like to start downloading immediately, but I still have one question: When I download and register an English version of an Express Edition now, can I still download and register a German version for free when it is released Thank you very much in advance, Sven Thanks a lot for your answer! Sven ...Show All
Wlimit VB and VB.net
Anybody can please tell me the difference between Vb And VB.net Hi Amit, Hope the following link helps you. Link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dndotnet/html/creatingclasses.asp Thank you, Bhanu. hi, all what i can say both are completly different languages http://msdn.microsoft.com/vbasic/learning/migrating/default.aspx hope this helps ...Show All
cpdeepak Trouble with C++ Express Install
I have tried multiple times to instll the MSVE C++ package with no success.Everytime I try I get a MS .Net Framework 2.o installation errror, which in turn prevents the rest of the package from installing. I have/had none of the components that were not allowed to be on before I started. I even ran the vs_uninst_betas.exe to make sure I wasn't missing anything. I just do not know what to try next to get around this issue. I am running a Athlo ...Show All
peter7 How to Find Child Nodes in a TreeView Control
This will hopefully be a simple question... I have a treeview control (Treeview1) that gets filled programmatically with different numbers of nodes and child nodes. I am trying to find out how many child nodes one particular node has and what the text of these child nodes are. I know the parent node's name is "Drives" and that each of the child nodes under this node will be a drive letter followed by a colon and backslash (such as C ...Show All
Robert Wilczynski Click Event Procedures
This is what I have so far for this progam. The application calculates a members monthly dues. I need to code each checkbox's click event procedure so that it adds the charge or subtracts the charge from the total when the check box is selected/deselected. Please help!! Private golf As Integer Private racquetball As Integer Private tennis As Integer Private Sub uiGolfCheckBox_Click( ByVal sender As ...Show All
