Answer Questions
*Rick* Cannot install Visual Basic Express or Web Developer Express after uninstalling VB & SQL
After uninstalling all the pre-release Beta programs, I am unable to install Visual Basic Express or Web Developer Express. I receive the following message: You must uninstall all pre-release products in a specific order before you can continue with setup. I don't recall if I uninstalled all the betas in the correct order or not. The unisntall tool does not work. There are no directories or files that I could see. Don't know where the problem is ...Show All
Muhammad Irfan Azam localization help
Hi I was not able to find detailed info and/or samples on how to develop a windows application localized in different languages... Someone can give me some help Thank you Degia Have you seen this: http://msdn2.microsoft.com/en-us/library/z68135h5(VS.80).aspx Best regards, Johan Stenberg Thank you very much, it was very useful and complete. ...Show All
mimino Registration?
I downloaded Visual C++ 2005 Express Edition and install it on a local machine that has not and will not have internet connection. How can I now register the product Thanks for any guidance. Thank you. It is not possible to register without internet. If you install from the CD image it is not necessary to register it, it will not expire. It might nag you to register but it is ...Show All
porters Double click button not work
The double click event not work in following code: Public Class frmPannSeg Private Sub btnExit_DoubleClick( ByVal sender As Object , ByVal e As System.EventArgs) Handles btnExit.DoubleClick Me .Hide() End Sub End class How to enable the double click event Please write the complete code only to copy (i am a principiant). Thanks for your aid. By default ...Show All
Kwebster can't install SQL Server Express 2005
I've tried to install sql server express (final release), but the setup failed and I got the message: "An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name. " any idea what this means Yes, I did see the service named "SQL Server (SQLExpress). It was set to start automatically even though I already removed the fail ...Show All
Paulsburbon sql express hosting
Can anyone recommend a hosting provider who can offer sql express db Everyone I find is sql2000 or access. thanks Depending on the web host, if you upload a database to the site, they may not allow you to attach the database to SQL Server - they will have to do it for you. They don't want just anyone attaching databases. They will also restrict the database file size, location, etc. and make sure it plays ...Show All
jimevan Help with VB 2005 express
ok when i am in the vb designing mode i make a form1.vb i edit it how i like the i want to make another one that opens when i click a button for ex. i have a ordering form for my business and i want them to be able to click a button that says Visit Our Website then opens the second form that i created please help Sincerly, Logan Eric Looker I THINK must Create a new Instanz of your Baseclass from Form inn VB must do like an ...Show All
Rognprisy Writing to text files without deleting original text
I'm not sure if this is deliberate or if it's a bug, but when i use stream writer to write to a text file it deletes the original text. Is this supposed to happen or a bug And is there any way to do this (append text to a file with text already in it) Ah thanks. i was just trying out stuff trying to learn the language. I didn't know about the File class, i was using this to write to a file: Di ...Show All
Toby Russell Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just t ...Show All
Binayak67839 IIS not Cassini
Hi I'm used to using VS2k3 and was developing an ASP 1.1 site that I decided to turn it over to web developer express, however, the whole setup is completely different than what I'm used to - I really need to get right up against my trad XP Pro IIS 5.0. Is there anyway to de/recouple them, i.e., cassini from web developer express I'm sure you guys considered the risk of even frivolous 'at' actions and devised some means of acco ...Show All
Dave Kang Form Designer problem
While using VB 2005 Express edition I periodically have a problem that occurs when I select View Designer for any one of my forms I get the following example error: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer could not be shown for this file because none of the classes within it can be designe ...Show All
yongzhi1983 obtain filename only from opendialog
can anyone help me with how to retrieve only the filename and extension with openfiledialog. when I use openfiledialog.filename I get c:\folder\filename ( just like the documentation says) and cant seem to find an easy way to get just the filename. I am using visual basic express. thanks hi, you can try something like that Private Sub Button1_Click( ByVal sender As System. Objec ...Show All
NL07428 Code Request
Is there a code to send information that is typed into a text box by the user to your email thanks Have a look at the code closely its not a FSO (FileSystemObject) but a object to FileInfo which is part of .Net Class Library and i named the object as FSO just to make it easily understandable ;) You're right...... but it's way out of date... in a way. The FSO is no longer recommended. ...Show All
chicken2 ComboBox 2005?
I need to know how to add a ComboBox into a VB Basic Express 2005 exe application. I have tried but I haven't found any luck. Please Reply ASAP. You add the combobox the same way you do with all other versions that I know of. Use drag and drop from the toolbox or double click on it in the toolbox with the parent control selected in the designer. But when I open my toolbox there are no tools. So how do I add the ComboBox option so I c ...Show All
etropic What have I done wrong?
I'm trying to send keystrokes to a game. I've already switched the focus to the games window.After, I send Send Keys.Send("{ENTER}") so that the chat window is opened. Then I send another Sendkeys command to type what I want typed and nothing happens. Public Class main Declare Auto Function FindWindow Lib "USER32.DLL" ( _ ByVal lpClassName As String, _ ByVal lpWindowName As String) As IntPtr Declare ...Show All
