Import A Vb6 Project Into VB2010?
Dec 18, 2010Is it possible to import a vb6 project into VB2010?
View 1 RepliesIs it possible to import a vb6 project into VB2010?
View 1 RepliesI have a table in ms access. I need it to be imported to the Datagridview in vb 2010 in customized format . The below shown is my access table.
[Code]...
Is it possible to convert a vb6 project into a vb2010 project?
View 6 RepliesI'm moving from vb6 to vb2010. I have couple of questions:How to add an activex component to a vb.net project? Where to look for it after installed?How t add a .net reference to a vb.net project? Where to look for it after added?
View 4 RepliesI am migrating a project from VS2008 to VS2010 (Framework 4)and I keep getting the following error when trying to use databinding with a child property in VB2010.
View 7 RepliesIs it possible to import a c# code that I have (which highlights lua syntax in a richtextbox control) into a vb .net project or convert it from C# to Vb9? I tried a converter but it didn't seem to work.
[code]...
I want the image to be stored inside the exe file and not taken from the harddrive of the user, what is the right way of doing it ?
View 5 RepliesIs there a way to import an xml file into a vb project and have the structure and data visible? I'm wanting to create a data structure within my project that has all the data from the xml files already compiled in. The data in the xml file is static reference data that never changes, and my project lead doesn't want to put it in the database or distribute the xml file.I'm just wondering if there's an easy way instead of manually building an array line by line - there are hundreds of data elements.
View 2 Replieseverytime I import some file to my program, like a picture, I write down the ImageLocation, but if after the program is ready I delete the picture or send the program to a friend who hasn't the same picture at the same location...
View 2 RepliesI want to import an external database to my project using OpenFileDialog, the question is that there is a method of verifying the basic structure of external data is consistent with that of my application
View 8 RepliesI wanna make a project that's have to import multiple file's at ones how do I do this?The language is visual basic.
View 7 RepliesIs there a way to import MS-DOS code into vb.net project and make it .exe out of .bat.
View 2 RepliesI could not find a clear cut answer to this question when searching MSDN (too many references come up about Microsoft Document Imaging) so thought it better to ask.
Is it possible in VS2010 to create a new MDI application and import stand alone Windows forms applications into it?
The reason I ask, is we have a number of tools that have been created as single apps but there are quite a number of them and it would be nice to combine the lot into an MDI app.
However I don't really want to re-write any of the apps, so is there a way to import them instead?
I am trying to create a custom LabelFor helper to apply by default instead of the standard LabelFor helper include in System.Web.Mvc.Html. I want my LabelFor to take model properties that are PascalCase and make a label that appears as multiple words. For example the property FirstName would appear as "First Name".
I found this post that shows how to make a custom LabelFor helper that allows the addition of html attributes. I recreated this helper in VB.Net and modified it to do what I want, but I am not able to get it to work.
[Code]...
The sample includes this Module in Namespace System.Web.Mvc.Html but when I add the namespace declaration to this module everything in the rest of the project goes haywire. For example, each of my models has a Primary Key property that is a Guid datatype and as soon as I add the namespace above to the module, I get several errors stating that System.Guid is not defined among other similar errors.
I've tried to import my project namespace into a view in order to use the custom helper, but then I get an error that says Overload resolution failed because no 'LabelFor' is most specific for these arguments.I am trying to avoid having to specify a DisplayName for every PascalCase property I have in many models.
how can I import the System.ServiceProcess namespace into a WPF project in VB.net (not C#)? The ServiceController object is not in the toolbox in VS2008 and can't see to figure it out. Any ideas? If that particular namespace cannot be imported into WPF projects, could somebody suggest another way of controlling windows services from a WPF application? I know this framework is focused more on multimedia apps, but would really like to switch over some of my tools to WPF.
View 2 RepliesI have this VB ASP.NET Web Service Application project running VS 2005. I'm trying to add references. To do so I click on the "Properties" icon in the Solution Explorer window which presents me with a window to add/update/remove references. I click "Add", I select the reference I want and then "OK". Lo en behold, NOTHING! It simply won't add references (I tried adding several different ones). Specifically I'm trying to add the System.Configuration assembly.
[Code]....
I am trying to load an actixex component in a VB project which was made in Visual C++.n VBA it works fine.In VB6, when I try to load the component on the toolbox I get an "Error 35005"In VB2008 the component can be added to the toolbox, but when I try to place it on the form, the following error occurs: "Failed to import ActiveX control. Please ensure it is properly registered."
View 1 RepliesHave built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?
When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?
I want to write a program in vb2008 that can import a text file into a Access 2000 database, but using import specifications already in the access database.
View 2 RepliesPublic Class ExtendedDateTimePicker Inherits DateTimePicker
View 5 RepliesFor reasons that are beyond my control, I have three Projects. Projects A and B reference project C. Project A references project B so that it can open a large form in project B. I now need to open that large form from project C, but VB won't allow me to add a reference from C to B because that would create a circular dependency. I found a way around it, though. I created a Timer in A, and when I opened C from A, I passed in that timer. When the user performs a certain action, I enable the Timer from A, and this causes C to open B for me.
View 2 RepliesI have a project that I have created, it something like a contact database.It is complete with its own sql server database, and controls and forms.I kinda of understand that I can include this project into another project.This is the tricky part,Can I include my contact project into another project and add more items to the database and forms in a new project?What I'm after is like using classes.My contact database would be like the base class, and the new project would be adding more features to that project.
View 10 Repliesi was developing Voice Chat Application in visual Basic .NET 2008 i try a lot methods to make installer for it :
1- i add Project Setup Project for my Project for Visual Studio 2008 Deploy & setup Type Projects and make it with output option and detect dependices
2- i try make it with Setup Factory 8.2.1
3- i try with MSI Factory 2.0
4 i try with Setup Factory 6.0
and after making installer copying it to my test virtual Machine or my friend lap and install it i get this error when try to run my application :
[Code]...
Most conversion tools will still use VB6 syntax And so don't many people coming to .NET from VB6 - drives me nuts.Rewrite your program from scratch using all .NET syntax and not legacy VB6 syntax still supported in the .NET world.
View 9 RepliesI have studied VB 6.0 but have hardly any knowledge of .NET. Can someone please tell me the difference between the three versions namely VB6.0, VB 2010 express and VB.NET?
View 1 Repliesim using visual basic 2010 express and im wanting to know how i can display the CPU usage (over all CPU usage like you would find on the task manager), the RAM usage, the temperature, and the frames per second all in separate list boxes.I have searched around on the internet for a long time looking for the code's to do this, none seem to be compatible with the 2010 express version.
View 12 RepliesIm creating a program that shows the CPU usage (already have the code for the CPU usage) frames per second etc, what im needing is the code snippet fordisplayinghe current FPS in a list box, but i also want the FPS to automatically refresh once a second
View 2 RepliesI am creating an RTF file programatically so that user input can be formatted and I can control the font.There's two problems:
1. vbNewLine doesn't seem to work. I've also tried vbCrLf and that doesn't work either. I just want to introduce another blank line and not sure why it's not working.
2. Is there a way to use tab print positions to format things so they're not all just aligned left, center or right? (like tab(20); something etc..)
Here's my code:
Public Class Form1
Private Property richtextbox1 As Object
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim something As String
[code]....
I'm using VB2008 SP1 Express Edition, but I want to install VB2010 Beta 2 Express Edition. I use Vista but next week I'm going to install Windows 7, Could this harm my Windows 7 Installation?
View 6 RepliesVB 2005 Express Visual BasicI want to move (part of) projects to different projects/ computer.I used File - export template- and was able to save templates of whole project or item(s).They saved nicely in a subdirectory called "templates" as zip files.How do I import to 1/ other project on same pc?2/ To a different computer?I tried copy zip files into corresponding folder on new system. No luck.
View 5 Replies