Answer Questions
ThomasDL 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 Thanks I can do something with that, but if anyone has a better or more idea's: THERE VERY WELCOME!! You mean what we are trying ain't done yet That would be f ...Show All
Bemba BindingSource.Find by operator LIKE
How to find a letter begins them string with operator LIKE and object BINDINGSOURCE The following code does not work : Dim sString As String sString = "Like 'C*'" Dim foundIndex As Integer = Me .DATI_BindingSource.Find( "Cognome" , sString) If foundIndex > -1 Then DATI_BindingSource.Position = foundIndex Else MessageBox.Show( "Nessun nomimativo con questa lettera inizia ...Show All
David Lowrie Visual Basic Express Edition expired..
Just opened a new project for today (12:45AM) and Visual Basic Express Edition Beta 2 has given me a prompt that its' expired.. I thought it never did - can someone help me out here please. Thank you. Perhaps you can help with this I have a copy of Visual Basic 2005 Express Edition that came free with the June edition of Computer Shopper. I installed this on my PC yesterday, a fresh install, and opted to r ...Show All
BBBruce How to update the GUI from different Thread
Hi, I have a separate thread to receive data from the serial port, whenever the data is received, I want to update the GUI to display the information. How to do this This has been discussed on the following thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=340764&SiteID=1 It took a while to get to the solution but it sounds exactly like the problem your encountering. ...Show All
Michael Adamson Amazon Movie Collection Starter Kit
I downloaded the Amazon-enabled Movie Collection Started kit but I've been unable to install it. When I run the VSI to install the template I get the message: "Installation aborted because the item was a duplicate of an item already installed." The "standard" MovieCollection template is installed by default and I didn't see a way to uninstall it. Any thoughts Thanks. Well, this might be easy for some ...Show All
chadiswar problem with vb2005 express registration
I don't know if it is hear, I have a problem for registring Vb 2005 beta 2, becouse I haven't got internet conection at my home. I would like that somebody help me how can i register it. Is there a link where i can obten my pwd , pleae response to my e-mail: taiboabelenda@yahoo.es or one notification which I can view. Hi Taibo, I moved your thread over to the "Visual Studio Express Editions" forum. People here ar emore likely to be ...Show All
Lao K Express version for 64 bits development
Hi, I've installed the express edition to my Windows XP 64 bits thinking that I could do some 64 bits development but it turns out that it only have 32 bits support. Therefore you need to use the C++ compiler that comes with the Platform SDK. Is that on purpose Or am I missing something to make it compile to 64 bits Thanks, Manu Hi, Go to; http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx Hope th ...Show All
Gabi Retrieve data from Excel and store it in Access through VB
Hi, I am using VB express 2005 to create an interface to retrieve data from Excel spreadsheet then store it into my Access database. I am able to retrieve data and store it in a dataset then display it in a dataGridView. But I am not sure how can i store the data into an Access database. I tried to connect VB to Access by opening a connection and then create a table in Access. I created a DataGridView and bind it to this tab ...Show All
RajeshAki The things I draw don't stay!
Hi all, my application involves retreiving information of pixels to form an image. I created an access database with 3 field, PixelColumn, Pixel Row and Colour. I'd then draw rectangles as pixels and fill these pixels with the corresponding colour from the database. A screenshot is available here. http://i5.tinypic.com/120mipz.jpg But if I minimize the form and maximize it again, the rectangles disappear! Is there any way I to mak ...Show All
Amos Gutman Great tip!
Take a look at Absolute Beginner’s Video Series in MSDN. http://msdn.microsoft.com/vstudio/express/visualcsharp/learning/default.aspx When I watched videos and taked a look at samples I learned very much about using Visual C# Express Edition and programming with it. This is C# stuff. The series includes over 10 hours of videos. Lessons Lesson 1: Getting Started with Visual C# 2005 Express Edition Lesson 2: Creating a Windows Applica ...Show All
inoodle Time - Increasing
I hope someone could point me in the right direction on this. I have a text field which I would like to set at 00:00 (zero minutes and zero seconds), then click on a button to increase the time by :30 seconds after each click. Any assistance is much appreciated. The following code works with button1 as the button to increase time and textBox1 as the displaying time. You can change them to any name as ...Show All
benztoronto Public/Private Sub Issue
I am sure this question has alot to do with my inexperience with VB...so its probably something simple. I have a form with some text boxes on it. I have them set to be ReadOnly by default. I want to make it so they can be enabled by opening a dialog box and typing a password. So I created a public sub( ) that basically just enables the form fields when the correct password is typed. The problem is that the statement that makes ReadOnly ...Show All
acemtp Compile fails on network drive
I installed VCX (VC++ Express) on my local drive, but my project files are on a network drive mounted as S: I created a simple HelloWorld Win32 Console App and the compile fails due to: 1>cl : Command line error D8022 : cannot open 's:\project\TestExpress\TestExpress\Debug\RSP0000024283524.rsp' However, it works fine on a local drive. I read about this problem with other products but I can no longer find the reference. A ...Show All
Servehorse sql commands in visual basic express 2005
hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work Try using a var ...Show All
siosio 20 errors Missing file ms???80.dll where ??? is several possible letters
After installing Visual Studio 2005 Express and running a System Check with Norton WinDoctor, twenty (20) Program Missing File errors were found. 1:Program files \Microsoft SQL Server\90\Setup Bootstrap\ARPWrapper.exe" cannot access a necessary file - msvcr80.dll The rest of the errors are very similar. Which library am I missing or is it inherent to the Express version of VS This appears ...Show All
