Is there a manual or can someone provide a description on how to use the Microsoft Visual Basic/C++ 2008 Express Edition to create a .ocx or activex file? I have an application where I need to create and OCX to embed in a 3rd party software program. I have the application developed but I need a .ocx file to register the application for the project. I did this a while back in V6 but the newer version seems to be different
I am a competent (but not much more) VB6.0 programmer. I'm still developing software in VB6 and want to upgrade to VB.NET. I primarily write simple software to control proprietary hardware which is called by Active X. I need to figure out how to do this in VB.NET before I can switch over to the new version.In VB6, I connect to the VB6 by adding references to the DLLs (under project / references). When I load the main form, I declare:
Private Sub Form_Load() Set o = New CBEDCSApp End Sub
I have newly installed VB 20008 Express. What extras do I need to have to allow me to create standalone exes? This for giving to fellow model railway club members and not for commercial use.
i am using visual studio 2008 express edition. when i want create a database using database explorer then it shows that a network related or instance speicified error occur.i am using visual c# language
Basically i am creating a Hangman program using VB 2008 Express edition and need some help.I would like some help on when a user is entering a letter for the word how can i make it so for example if the target word is "MAX" and they enter "M" i would like the lblstatus to update as "M--" obviously i would want it to be able to do it with all 3 letters.
I'm just using the default SQL Server Express in my vb 2008 express edition as my database server for my database operation. When I tried to update the records on my table I got a runtime error which indicates the error on this line 'myCommand.ExecuteNonQuery()'and it highlights a yellow background on it. The runtime error says "SqlException was unhandled: An expression of non-boolean type specified in a context where a condition is expected, near 'Number'. ".
Imports System.Data.SqlClient Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim myConnection As New SqlConnection Dim myCommand As New SqlCommand
I have looked all over the web for a way to create an activex DLL in VB 2008. I have seen instructions for VB 2005 and VB 6. They both mention that I need to create a new project and use the template Activex DLL for the project, but I do not have the option "Activex DLL" for a template. Is there a way around this or can i download the template from somewhere? The background to the problem is that I have a DLL file (compiled in Delphi) that I can load and use correctly in VB 2008. I want to use VB 2008 to make this an Activex DLL so that it can be used with ASP.net. I have had no such luck. I have created a DLL using the Class template, but this DLL cannot be registered with the regsvr32.exe for usage with ASP.net.
My company currently has vb.net 2003. I am tasked with evaluating vb.net 2008. And suggest if upgrading to 2008 edition is necessary or if it will be beneficial. For this purpose I decided to experiment with vb.net 2008 express. I have some questions regarding this.
1) Will vb.net 2008 express edition will give me idea about new features etc. ?
2) If I install vb.net 2008 express edition on machine which has vb.net 2003, will it cause any problems to vb.net 2003 ?
3) If I code in vb.net 2008 express edition, on upgrading will this same code work ?
I would like to have one combo box associated with another combo box. When the first one is selected the price is displayed in the next one. The information is got from a txt file and the item name loads in the first combo box and the price loads in the other combo box. What I want it to do is to show the correct price when the first box is selected for the item Here is a copy of my code at the moment. [code]
i'm not able to open the project and run the source code of the bellow link to treelisi'm trying to open with vb 2008 express edition and visual studio 2008, and several error are displayed.
I use vb 2008 express edetion but i find error in it and no answer yet .when i choose the choice : Dont save any changes from the tools menu and then project and solution then run and debug then choose that choice then when create a new project by a new form1.vb with a new buttum then presss F5 or run the msg error appeare is : Form1.vb cannt be modified at this time ?
i am newto visual basic. i am want to import vc++ dll in visual basic. need to pass a function pointer as parameter to the one of the methods in vc+ can we import vc++ dll in vb2008?if no, could you suggest me the alternative for it?
ive been trying to make an app in VB 2008 Express Edition so that every time my timer ticks it randomly adds a number like it either adds 1 or nothing but having trouble with it since it just does it one time this is my coding for the timer
Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick TextBox1.Text = Int(Rnd() * 1) Select Case TextBox1.Text Case 0
I like to have assistance with the VB 6 codes below; a few cheeky lines dock into positions I do not mean them to be in; sorry; I am on VB 2008 Express; a few lines have errors; adjacent to them I have described what VB 2008 reports.
The radio recently broke in our bedroom and as a result my missus now listen to various radio stations through her laptop. She moans that visiting various pages and clicking the 'listen' link is a bit of a pain.(Note to self: Must buy new radio!)In the meantime, I have made a 'radio player' in VB 2008 Express, which is nothing more than 6 buttons down the left hand side of the 'player' I have created and a Web Browser Control on the right hand side.Clicking each button links to the relevant player of the station she wants to listen to. (Being a newbie to VB and programming, I'm quite proud with what I've achieved so far!!)Anyway, one station I do link to gives an "Are you sure you want to navigate away from this page" prompt: [URL]Is there a way to suppress this message in VB, or even auto-answer OK somehow?
The other sites I have linked to do not display this message, they just navigate away quite happily. Clicking OK on the prompt is no real hardship either, I hear you say, but in the interests of usability, I would just like it to navigate away from the site/player without prompting.Remember, I'm using Microsoft Visual Basic 2008 Express Edition.
Im using VB 2008 Express Edition for my project. This is my problem. I have multiple forms in my application and when i run it, the debugger doesnt show any error.But when i change the start up form I dont see the form which i expected to run first.
Iv'e been away from Visual Basic for the past 3 or 4 years so I am a bit vague on the details that I am looking for.
I got myself my first programming job at the company that I work for and I start Monday.
The company has little programming knowledge (well I assumed this as they said they do not have a dedicated programming IDE at my interview) and relies on ad-hoc VBA scripts to perform necessary processing on data. This is all fine and I can deal with that but there is a project that I wish to work on and I think a standalone dedicated application would be much better than extending Excel with VBA.
Now after being with the company for 10+ years, I know they are conservative at spending money so asking them to buy Visual Studio is not really an option so I'm going to suggest that instead of using VBA, I will design an application using Visual Basic Express.
All I need to know is, if there are any kind of limitation to database accessing with the express editions? (Iv'e only ever used OLEDB connected to small MS Access files) I do not know what type of database the company uses yet, but I do know they use ODBC to connect to it, and rely on Sage to do 90% of their work.
I was trying to use WebRequest request = WebRequest.Create[URL]..But get an error message! I am trying to use the WebRequest .NET framework class [URL]..How can I enable .NET? Is something wrong with my installation?
Working on a class project where one heading in a lisbox has to be indented while the subsequent information has to be right-justified. Not sure how this is done.Have tried writing code like:
'To list cost of parts in listbox ''Formatted so value is in U.S. currency lstTotal.Items.Add("Parts" & ControlChars.Tab & ControlChars.Tab & ControlChars.Tab & parts.ToString("C"))
But using ControlChars.Tab over and over again doesn't seem very efficient. The spacing in the listbox looks uneven and the code looks more cumbersome--less easy to read.
I'm creating an application and I want to pass on a string value from one form to the other.Is there an access modifier in VB 2008 EE that would allow me to do that?Example: I have a name such as Mike in one form, in a list box, and Mike has a file attached to it with different information.I then click on a button to load another form, where the name Mike will be passed on and will be used by my program to find the file and display all the information in the file of his name.
I want to add a reference to a libary in Microsoft SDK (SnmpAPI.lib) Visual Basic 2008 Express Edition but is says "C:\Program File\blah\SnmpAPI.Lib" cannot be added.
I've got a problem. I need to convert a decimal to a fraction by a BUTTON. I've tried several times through everything I found on the internet. Until Dll's I've tried using
i have a project and i used NSIS to create a Setup file. I am able to install it to my system but some parts of the program do not work (and they work when i run my project in VB). For example i have a Back Up option that creates a back up but this does not work when i run the application via the installation file. Probably it has something to do with the directories?
If System.IO.Directory.Exists(CurDirectory + "Backup Folder") = False Then System.IO.Directory.CreateDirectory(CurDirectory + "Backup Folder") End If
how can i make it work from the installation file? Do i need to copy something somewhere?
I have built a web browser using Visual Basic 2008 Express Edition, but I don't know how to open the .exe file back in Visual Basic so that I can improve it and fix some problems that are in it. Can someone tell me how I can edit the project in Visual Basic 2008 Express Edition?