UnKnown Error
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:59:01
Hi,I have created a sql express db using sql server management studio. Two problems.1. After I close server managemnt studio I have to resart the computer otherwise vb.net says the database file is in use. Do I need to do something within management studio. Even closing that down does not stop the problem.2. Creating a simple dataviewgrid to work on a single table and running the app. new data appears to get save, then after doing something else, for instance creating a new form, after res
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:56:28
First, im spanish ..so.. i dont speak english… but i try to do my best :DIt gave this error when i try to exec my application in other computer that is not mine…Im using a Inet component and i think the error is in this two linesPublic inet1 As New InetCtlsObjects.Inetx = inet1.OpenURL(URLS & “begin.asp?T2=” & Me.TextBox2.Text)I register Msinet.ocx and Interop.InetCtlsOBjects.dll…. but it doesn’t work… So i need your help!Regards!!************** Texto de la excepción *
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:55:27
We are writing a program to work alongside our SQL/VB.NET-based POS system.We can both co-exist in the same SQL instance, but we have to keep the two databases separate. Any extra columns that don’t belong in their tables causes their DB maintenance to fail, so I have a second database with all of their table names, with column1 being the GUID from their table, and the remaining columns are the ones that I needed to add, and I’m going insane having to split between the two. I’ve looked
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:54:26
How do I add/remove application shortcuts from the Startup folder or Desktop?Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:53:25
I have a DataGridView. I only want to show certain rows. I do this by creating mask variable (0 or 1) in a hidden column and then use an If stmt to hide the rows that have a mask value of 1. I want to actually delete these rows (instead of setting their visible property to false). I need to comment out the two lines referencing the visisble property and put a line of code after the Else part of the If that removes the row in question. What is the correct syntax for this? For each row in Da
msdn
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:51:21
Hello all,I am developing simulation models including automatic storage and retrieval systems. These machines can store and retrieve cartons out of racks in a warehouse.I use AutoMod (simulation package) combined with VB express.Detailed descriptionIn the beginning of a simulation day part of the racks is filled with cartons (ID, product, quantity, rack#, X position, Z position, etc.). This information is availalble in an access database.During the simulation run I should run querries when I wan
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:50:20
Dear,I use Project Setting in visual studio 2008 and everything works correctly and save my information when the application is closed. However the information it lost when the applicationis Uninstalled. The information is not available with my new install.Any ideas how to keep Project Settings through uninstall and installs!Ramin Habibi
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:49:19
Our issue with “invisible CheckBoxes” could be something to do with the way Dell and other OEMs implement Windows 7 and .NET on their systems.We’ve re-published using 2012 on a Windows 7 64-bit system. Still the same bug – no CheckBoxes on our opening page.If it were linux I would think it was a permissions issue.I would like to hear from anyone else who’s VB apps don’t run as expected on some Windows & systems.Thanks RobRJB – When you point your finger ’cause your plan fell throug
msdn
visual-studio-languages-forums net-framework-forums visual-basic 2014-2-21 11:48:17
Hi allI’m a newbie to Visual Basic Express 2005. I have a bunch of working modules in Access VBA which I’d like to port to Visual Basic Express 2005 and a separate MDB file. But I don’t seem to see any reference in Visual Basic Express for DAO 3.6. I suppose I could rewrite the code for ADO but it’s going to take A LOT of rewriting. I’m already adapting some of the code to VBE2005 norms so I don’t want to incurr any more rewriting than I have to. Does VBE2005 support DAO? If so, how? Or am I be