im decide to develop Vb .net Application With Sql server Express 2008 ,but microsoft says they limit 4 GB Sze for per DB! So im developing my app for Single user Desktop pc , so what i do when the DB reached to the Maximum size? when the db size reached to maximum size , is it Good thing to create new DB and allow my vb.net application to work with both DB s ?
Client/Server Application in vb.net 2010 i have created but it was just basic one. I need to show send data from client to sever and sever to client and and more functionality. (like showing price ot item or anything
This is my first client server application using vs2008(vb) + sqlserver 2008. how can i hide my database schema,tables from application users through management studio..?
I am using system.speech currently. I want to use speech recognition to make a program. However, while the program is running, I noticed that some of the commands for windows (like saying "run") would trigger other program functions. Thus, while the VB.net program is running I do not want this to happen. Also, when the computer starts up, I speech to start listening right away rather than me having to say "start listening". How can I do this? I am pretty sure that it is simple. This is my code so far:
I have been trying to create a set of grammar rules for a speech recognition program with an array, but cannot seem to accomplish this task. Here is the general idea:[code]But this did not work, because I cannot convert strings into srgsoneof.
I've been looking all over the internet trying to figure out how to incorporate Speech Recognition into a program I'm designing in Visual Basic.I've downloaded and installed: Visual Basic 2008 express edition, Visual Basic 2010 express edition, Speech SDK 5.1, and the Windows SDK version 7.1.
I'm not really sure what I'm doing wrong, or if maybe I have to use a different programming language like C# or C++...I don't know. I've looked through sample codes and tried a few, but in both Visual basic 2008 and 2010 they say the terms aren't recognized. like System.speech isn't recognized at all.
I'm trying to draw a red rectangle around a persons face in VB.NET, I've tried Luxand FaceSDK but, I need somethign free, I don't want info on the person or anything really, I just want it to draw a rectangle
If TextBox1.Text.StartsWith("http://") Or TextBox1.Text.StartsWith("https://") Then PictureBox1.Image = Image.FromStream(Net.HttpWebRequest.Create(TextBox1.Text).GetResponse.GetResponseStream)
How can I share something on Facebook, using my vb.net code.I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures etc. with my intervention.
catalsyt control center can not be open im monitor display, the warning says command line intrface has stoped working already try to downlowload new dr
I created a program to upload any file on my ftp server. Is there any way i can modify this code to create a new directory (for example a directory named "images") and then upload the file to that directory?
Public Class ftpuploader1 Private Sub UploadButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UploadButton.Click
[Code]....
Basicaly i want to know how i could create a new directory on the ftp server from this program itself and den upload the file to the directory that i created
My company got a new server, with a new sever share name, etc. I also moved my project from 'My Documents' to the C: Drive. I went through all my code and replaced the old path info to the new path. Tried to publish and received errors stating my temporary key was no longer valid. I googled that error and tried a solution. I created a test certificate and the app published as expected.
I have a simple TCP Client/Server application that ties two pcs on a lan together. This has worked great for many job sites but the most recent has an IT manager that will not allow me to set a static ip address on the server pc.Basically, I was wondering if there was a nifty way to have the client find the server.
I have developed a vb.net application using sql server 2005 express database. How can i install this application on any web sever and use it from a browser?
N.B.: I have never worked on a website or web application before.
How can you query an SQL server data base using a variable passed via an HTML stringHere's my code that connects to the database, and the select statement.
Function GetPins2(ByVal MyTable As String) As Data.DataSe Dim sqlConn As New SqlConnection( _ "Server=mysever;Database=mydatabase;Uid=myid;Pwd=mypassword;")
I am coding this app on my home pc, but when complete it will be run on individual pc(s) (each pc has it oun HD) on a local network. I have a world of questions but right now how do I set the path to my database? is there a way to set a default if its not found.Database(s) that the app use's are stored in a folder on the server. i.e.: P:MyServerNameDeptFolderData for example.OLEDB or TableAdapters which would be the better choice.I understand that MS Access DB is rather resticting.