Answer Questions
McGeas Debug/Release Exception handling differences
As a last resort exception handling mechanism, my entire application is contained in a try/catch block like so... [STAThread] static void Main() { try { using (ExampleForm form = new ExampleForm()) { Application.Run(form); } &nb ...Show All
Coatesy Sentence recognition.
The idea is that we are making a piece of work for two of my scholar subjects. My friend and me thougt it would be nice to make a A.I. that can recognize sentence and can process them. The problem is: I dont know how to make a programm analyse a sentence. Please help, Douwe " I dont know how to make a programm analyse a sentence." I don't think anyone does. who is Yoda hi, your question is not clear , ...Show All
Raghavendra RAV C# Express Edition Installation...
I installed .Net Framework 2.0 first and then when I installed C# 2005 Express Edition (using a CD with C# Installation), I got the following error message. Can anyone please help Error 1308. Source File not found C:\Document and Settings\..\Local Settings\Temp\SIT18204.tmp\eula.1033.txt and another message for the file customtext.1033.DLL in the same folder. Thanks. Hi, Is ...Show All
Geoff N. Hiten Does .NET Express Edition Support Sqlserver 2000?
Hi, Does .NET Express edition support sql server 2000 I am new to .net 2005, I want to learn Visual Basic Express Edition 2005.... Where I can start with....... Does anyone have simple a to z example or article or website to start with ami There is some good introductory material on VB Express at http://lab.msdn.microsoft.com/express/beginner/ . VB Express also comes with SQL Server Express 2005 which you can use to create databas ...Show All
Stephajn Help Authoring
Will Express accept a chm help file If not what type of help file does Express require and is there a converter from chm to Thanks Thanks Moayad, Well I did find out that a .chm help file can't be used directly with .NET. I've used Help & Manual for a number of years in conjunction with Delphi. I did a little searching on the web and found a work around for using .chm Help & Manual files in C#. ...Show All
jim_wizware downloading a new page
I'm writing a basic demonstrator that takes a Windows forms application and converts it to a web solution using the Visual Web developer. I've treated each form as a new aspx page and I want to simply download to the user browser a new page in response to a button click. I've searched the help files but I can't find the command syntak. It must be simple because the menu and tree command coupled with a site map does, but they don't quite fit the ...Show All
Zhou Yong Visual C# express edition installation problems
I have an ACER ASPIRE 1654WLMi laptop running XP Home edition. I have tried everything I can think of to install C# express edition on this computer. The installation seems to go OK but when I try to run the software I get a Package Load Failure - Visual Studio Common IDE Package. I would appreciate it if anyone might point me in the right direction. I am new to Windows XP having used Windows 98 previously. Thanks in advance K ...Show All
Rama.NET How do I get back into Form1.vb [Design]?
Visual Basic 2005 Express Edition: I am in the middle of developing a large application. I can get into my Form1.vb code, but, how do I get back into Form1.vb [Design] It is not in my list of Active Files! When I click on Form1.vb in SolutionExplorer, I get Form1.vb code, but, I do not get Form1.vb [Design]. Techgnome in http://www.vbforums.com/showthread.php p= ...Show All
DylanG3893 Simple Question for a Simple Program
I have developed a Counter form that once you click start, it just counts up until you press the stop button. I have aslo in included a third button that is supposed to reset the counter back to Zero. I don't know how to reset the counter back to 0. Here is the code. I belive the code should be written under Button 3 That's the reset button. I dont' know what code to put there. Can anyone help me out Public Class Form1 Dim ...Show All
George Henne Set hour, minute, second to Date object
Hi all, This is my first post here. I’m learning now about C#. I need to kown how to Set hour, minute, second to Date object If I try to use the follwoing, occurs an error: [code] DateTime dt = DateTime.Now; dt.Hour = 0; dt.Minute = 0; dt.Second = 0; dt.Millisecond = 0; [/code] when the Hour it’s use only for get operation. How can I get to do something like this thanx DateTime NowTime = Da ...Show All
Lence Format TextBox
I'm learning VB.NET 2005 Express. I created the "car tracker" project from the "Build A Program Now!" book. Everything works fine except they left out one thing. The program has a textBox with a money value, but the value is not formatted to look like money, which if you ask me doesn't look very professional. How do I format the textbox to have a dollar sign like (Example:$1,000.00 or $.25, etc.) so that it works with the res ...Show All
Fulou Saving Text to an Excel file
I have searched all over for this, and can't figure out what to do, could somebody please start from the top, and explain to me in depth exactly what I need to do to Save text to an excel file Using normal file appending doesn't ever change the cells, I need a more integrated way, so please explain to me what I need to do from scratch, as of now I have nothing on my project. -Thanks The VSTO ( ...Show All
Gaurav Grover Help reading SQL DB in Code, No adapters, etc.
Below is a function I wrote to read a database and return with a Next Invoice Number. I expect to call this function in a button push event. I have a SQLadapter on the page called sqldatasource1 if there is an easier way to access the database using this. This is so frustrating. I come from a VB6 environment. I could have coded this in 5 minutes on vb6. I have DAYS invested in this searching the web and every place I could think of. All ...Show All
aownbey MD5 checksums for Visual Studio .Net Express Edition Beta 2 Download
Can anybody please provide MD5 checksums for various Visual Studio .Net Express Edition Beta 2 products available for download http://lab.msdn.microsoft.com/express/maninstall/default.aspx I only have a dial-up connection and I want to make sure if my download is corrupt or not. I hope anybody could help me. Yes, you can find them on this thread : Thanks, Dan Fernandez Product Manager http://blog ...Show All
NathanB Can MS cut down the size of install img/ISO?
I don't know why you guys make such big packages. I don't think everyone need the msdn/sqlserver and other component Can you provide some small packages for downloading the iso contains everything, as is logical for a CD image. If you use the online installer you can mix and match to your heart's desire. Or you can order a CD shipped to you if your connection speed is the problem. ...Show All
