Answer Questions
Brett Selleck free use after 6.november and free license?
In some german websites (in this case the source is : http://www.pcwelt.de/news/software/123690/ I read that a free-use of VS2005 Express AFTER the 6 of november is available. Is that right this is original in german language: Microsoft weist ausdrucklich darauf hin, dass alle, die wahrend des einen Jahres die Produkte gratis herunterladen, auch eine unlimitierte Lizenz fur die Produkte erhalten und diese auch nach November 2006 gra ...Show All
Serovic saving an answer
ok. how can i make vb ask a question and save the answer in a text file so i can access it with this code. Dim Instring As String Dim stream_reader As New IO.StreamReader("textfile.txt") Instring = stream_reader.ReadToEnd() stream_reader.Close() because then i can refer to it later Hi, simply use the good old fashioned "Inputbox" control/command!! ... Dim sText As String = I ...Show All
Paula D it works!
hi, i saw one MSDNTV video, and the vid was about new feture sin desing environment and code completion. that man was worging with web developer tool, and he was showing some tips about creating a class, and its properties. i saw that it was very useful way, by only pressing TAB you get some code already generated, and marked fields to write your own names. a very cool way is to write properties. he showed that its enough to wite "property& ...Show All
Terrio007 Help! Cannot read News Items and Getting Syarted
I am a newbie. I downloaded and installed VB Express. It starts ok and I registrered it successfully. When I try to access the news items get a "Microsoft Basic Express has encountered a problem and needs to close" error. When I click "How do I........ " I get the document explorer and I also get an error message "Attempted to read or write portected memory. This is often an indication that other memory is corrupt.&qu ...Show All
ukrob Help :S
i'm new to visual c++ i used to use the free borland c++ 6 enterprise compiler, now i switched to visual since it was a free download the problem is when you have to name the include files... in borland i just typed #include <iostream> #include <iomanip> using namespace std; main() { cout << "I WIN!!" ; cin.get(); } that would run perfectly fine in Borland but in Visual C++ i get these errors: 1>Compiling... 1>P ...Show All
JeffSchwartz1 Can I install Web Developer Express along with Visaul C# Express?
Hi all. I already installed Web Express, and want install Visual C# Express side by side with Web Express on the same computer. But MS instruction manual says I need remove all "previous versions" , including "Microsoft SQL Server 2005 Express Edition" and other componets that I've installed. MS did not define what "previous versions" are, and when I run autouninstall, it wants me to remove Web Express compo ...Show All
Zangow How to use C# sqlConnect.connectString for MS SQL server 2005 Express?
what's wrong with these lines String connectionString = "Data Source=(local);Database=loler;Integrated Security=SSPI" ; SqlConnection cx.open(); it give me exception as: {"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pro ...Show All
swivel Timer Objects
I had a Visual C++ 2005 beta 2. Please help me with Timer Objects. I was lookin' for few hours and didn't find how to put system time. How to do this If your programming from a windows form - just drag a TimerObject from the tool box onto your form. Then double click on the appropriate Event handler that is exposed and write what ever code you need. Take a look at http://msdn2.microsoft.com/en-us/l ...Show All
rkvajrala Visual C# Express Edition not installing behind a proxy
Hi, I connect to the internet via a proxy.But when i run the Visual C# 2005 Express Edition setup , it tries to download the Visual C# 2005 edition files and results in a runtime error. I tried installing BitTorrent(Background Intelligent Transfer Service) 2.0 ... It still does not work .. i am sure the setup uses the proxy settings. Please help! Bye Hi, I have shifted your thread to the VC# Express forum, so t ...Show All
Dave Huntley SQL Server Express
I cannot install the latest release. It says I have prior releases still installed. The uninstall tool also says I have installed releases, but it will not uninstall them either, it gets errors and fails. None of the products show up on the add/remove list as I ran the uninstall on all of them. How do I correct the problem, why doesn't the tool remove them If it can detect them, you would expect it could remove all ...Show All
zoltak Free books after signup to Express Edition
Haven't recevied an email with the links to the free ebooks. I activated my express edition 9 days ago. Can anyone help! Hi Rohit-- The post-registration (benefits) e-mail should have arrived 7-10 days after you completed the registration process. If you still haven't received this mail, or need to receive it again, you can trigger another one to be sent by repeating the online registration process a second time. Please see question ...Show All
alienseiya my vb.net 2005 beta is expired,do I need download it again?
Yesterday when I used the vb.net and vc++.net it mentioned that vb.net 2005 beta is expired please remove it. I think they are all free, why still has expire date Do I really need download all components again, or only vb.net and vc++.net 2005 beta or is there any other way so that I dont need download them again many thanks for anyone who can help me. pls leave message here or email me. Thanks. YoYo Now I ...Show All
Jakob Ehn Having 3 datagrids displaying 3 tables on a form
Hi there I am really hoping someone can help me out with a problem I am having. I have a form that contains customer details. It is working ok (currently don't have any datagrids on there) I am able to click through the records I have on tblCustomers. My next part of the project I have added a tab control and then added 3 tabs each containing a datagrid. I am wanting them to show the related information from tblCustomers, the tables are ...Show All
Petunia Libraries and references?
Hello, Where to write the library paths in order to link them to the project What is the references tab in the properties window for If the Add References window is for choosing the libraries to link, why is it empty I copied the *.lib files into the VC\lib folder, as it worked with DevC++.. It didn't inform me about any installing failures.. All suggestions are welcome, Thank You Take a look at http://msdn2. ...Show All
Jeppe Jespersen container
I am developing an application where I need to store 100's of html files (Static - already I know the number and name of the files) and when customer clicks some option I need to display the file... My Question is, is there any container or data folder there in visual basic 2005 so that i can embedded the html files with the application. There should not be any copy in the local hard drive, the html files should be embedded inside the applica ...Show All
