Convert Projects From VB6 To .Net?

Mar 22, 2009

I notice you need a wizard to at least start to convert projects from VB6 to .Net

I also see it comes with VS Professional

Is it able to be downloaded and run with VS2008 Express ?

View 10 Replies


ADVERTISEMENT

Removing Projects From VB2008 Start Page Recent Projects List?

Mar 15, 2009

Removing projects from VB2008 start page recent projects list. The above list is getting clogged. How do I remove items from this list?

View 3 Replies

How To See Sln Projects

Jan 16, 2010

i want to ask that wat is sln? and how to see sln projects...

View 2 Replies

.net - Use Classes In Several Projects?

Jun 8, 2011

How can I create a namespace and classes in it, then save it, and reuse the namespace in other projects? Do I have to click on Create Class Library in Visual Studio?

View 2 Replies

.Net Projects Can Be Used In A Network?

Jun 26, 2009

Im gonna develop an application s/w using VB.Net & Oralce for a small company with 4 employees and a MD.

Each has their own PC connected through a Hub.The task of MD is to check in the employees daily work progress & to calculate their incentives in daily basics...

And each emp should be able to check their daily incentives from their PC using the passwords provided by the s/w Now my doubt is. how should I show the daily incentives updates to all emps PC from MD pc?(i.e) if i install the s/w in all PCs, will they'll get the updates automatically? DOES VB.NET can be used here or should we use ASP.NET?

View 1 Replies

.Net Solution With C# And VB Projects

Aug 30, 2011

I have a .Net solution with 5 projects in c# and one in visual basic. I want to know whether there would be a gain of performance to convert my visual basic project to C# in the day to day while I compile my solution.

View 3 Replies

Add Menus To Projects?

Jan 28, 2010

I want to start learning how to add menus to my vb.net projects. how to code and design them.

View 4 Replies

Add New Ocx Files So They Can Be Used In Projects?

Sep 13, 2010

How do you add new ocx files so they can be used in your projects? I download some free ocx files and cant use them right now cause I can't get them in the side bar thing.

View 2 Replies

Asp.net - How To Connect Two Projects

May 4, 2009

I have a project named "slnAllForKids" in Visual Studio 2005. I have another project named "AFKLogin." There is a page called index.aspx in slnAllForKids. I want to redirect from index.aspx to home.aspx in AFKLogin when I click submit button in index.aspx.

View 1 Replies

Asp.net - Linking Two Projects?

May 4, 2009

I am currently doing a project which is to be linked with another project. I.e., when I click on some button in my current project's page I should get a page from the other project..

View 2 Replies

C# - Protect DLL From Use In Other Projects Other Than Own?

Apr 14, 2011

I'm going to build a large project and want to create several libraries (DLL) for it. I don't want to merge them all in one EXE, but want to use seperate DLL files.I don't want those DLL's to be used by others, so these DLL's should be protected so that they can only be used in my own project.I was thinking of using some sort of password in the New() proc, but that doesn't work for shared classes.

Other solution I was thinking of: is it possible to check if the calling assembly has the same strong name as the DLL?These solutions are just one of my ideas. I don't know if those will work and am not saying that one of them is the way to go.What is the best approach to accomplish this?

BTW: I also use a obfuscator to protect my code.

View 1 Replies

Edit Two Different Projects At Once?

Dec 19, 2010

Every time I open a project, it closes the project I had open. I would like to have two or more projects open at a time. I like to do this so that I can reference old code, etc. The projects are not related in any way, so I don't want them linked in any way.

View 10 Replies

Have Two .NET Projects In The Same Domain?

Sep 8, 2009

I have two .NET projects in the same domain. The first project I create long time ago in VB.NET. Now I create another project that I built in C#. How can I set up my new project in the same domain so I can access the new forms that I built in C#. Do I need to submit the whole folder from the project? Do I need to change anything in the web.config? Right now I am getting this error. [PhoneControl] is the new project in C#. [URL]

View 2 Replies

How To Integrate Two Projects

Mar 20, 2009

can anyone of u tell me how should i integrate three different modules of my project into one.specifically which all files i need to alter

View 1 Replies

Load The Dll Into Other Projects?

Oct 20, 2009

I have made a class library for visual basic, now I have a dll. How can I now load the dll into other projects?

View 5 Replies

Odd To Post 2 Different Projects In A Day?

Mar 18, 2012

I know its odd to post 2 different projects in a day but hence the lecturer asked us to do 2 in 1 week what else can I do so here is the problem he wants us to make a tic tac toe game that will ask for player 1 and 2 name then generate a random number for who will play 1st ok.. I though of a solution for that but it seems that player 2 always plays 1st also amm when I click on new game that recalls the code that you will see bellow the lblplayer1.text and lblplayer2.text don't reset to the new values untill I re-use the new game command what seems to be the problem? sorry for the bad explanation my English aint the best

count_turn = 0
score1 = 0
score2 = 0
lblscorep1.Text = 0

[Code]...

View 5 Replies

Opening Old Projects?

Aug 16, 2009

Well on VS it has the most recent projects which is only like four. WHen I want to access an older one I click open then click on the folder. I don't know what to click after that but whatever I click never brings the form up but it has it's name in the solution explorer in the top right.

View 1 Replies

Reference Other Projects Using .exe?

Nov 17, 2009

I'm currently writting an class for importing data into application database from various formats. Basically, I want to pass a file path and the class would give back an class objects and from those objects I'll insert data into database. The problem is that I already have classes for containing data and classes that insert data from data-classes into database ready in the main application. But at the moment I cant Access the source of main application (Im at home and remote connection is down is what im trying to sayJ ). I only have setup.exe of application and the application is already instaled on my home pc (I have .exe in program files).

Is there any way I can add a reference of this application into my current Project so that i can use the classes that are defined in main application?

View 2 Replies

Using Enumeration Across Projects?

Dec 4, 2009

I have a Windows Forms UI, a Class Library, and a WebService. I need to be able to pass an Enumerated type through each of these layers (SystemType). For instance, the UI passes the type to the class library, which then passes the type to the Web Service.My question is, where do I define this enumeration type so they all know about it.

Options so far:

- Each project contains the exact same enumeration.

- Put the enumeration in its own project and reference this assembly from each of the other projects.

View 3 Replies

.net - Referencing My.Settings Across Projects?

Apr 19, 2011

I've been poking around in some projects written by one of our contractors, and he seems to be storing a lot of settings in the main "app.config" file for the application, using, for example:

<add key="SomeClass/SomeValue" value="False"/>
And then referencing the key value in the "SomeClass" class in "SomeProjectLibrary" using
ConfigurationManager.AppSettings.Get("SomeClass/SomeValue")

While this works, I guess, it also pretty much sucks. I was wondering if anyone knew of some more elegant way of creating variables in the "app.config" file, which could then be used across various applications within a Solution?

View 1 Replies

.net - Use Use 'strict Off' Option In Projects?

Jun 30, 2009

Do you use 'strict off' option, 'explicit off'? Or may be 'strict custom' and some other options like 'Implicit type. Object assumed', 'Late binding', 'Implicit conversion'?

View 8 Replies

.net - Using The Same Modules In Multiple Projects?

Dec 30, 2010

I'm using Visual Studio 2010 and coding in VB.NET.

My problem is that I've collected all the modules I've written and intend to reuse and placed them in a separate folder. When I want to add a module from the above folder to any given project, it takes a copy of the module and places in the project's source code folder, instead of referencing the module in the folder containing all the other modules.

Is it possible to include a module in my project and leave it in the folder with all the other modules, so that when I improve upon a module, it'll affect all the projects that uses/references that module. Instead of me having to manually copy the new module to all the projects that uses/references the module. Right now I have multiple instances of the exact same module that i need to update manually when I improve code or add functionality?

View 3 Replies

Attach The Dot Net Framework In Projects?

Jun 5, 2010

have a project and i compile it to EXE file but when i want to use it in another computer we need to install dot net framework 4 how can i attac

View 13 Replies

C# - Debugging Or Running Projects?

May 20, 2011

When I download a project source file like DDDPDS in codeplex and after I do a build I am not able to run or debug the applications since I encounter different Exceptions.I think it has to do with my knowledge of configuring a first time debug. For example I never had the chance to download a project from codeplex and run it truely withoutdifferent type of exception before even the main form comes up.This is not the first time that a project will not startup after build.

View 2 Replies

C# - Serialization Across Projects With Inheritance?

Jul 19, 2010

I have a base class ("MyBaseClass") in a project called "BaseFramework" which is included in several solutions within the company. There are several derived class's in various projects throughout the company that inherit from "MyBaseClass". If I then create a List and add derived class's to it, it will not serialize. I realise that if I were attempting to serialize this list, and the base class and derived class were in the same project, I could simply apply the "XmlInclude" attribute to the base class and include all of the derived class's. This is however not possible across projects, because that would require a circular dependency.

View 1 Replies

C# - Sharing Code Between 2 Projects Without A Dll

Dec 2, 2010

How can I have code-sharing between two projects without making a dll?

The issue is: I have a tool that syncs users & groups from LDAP to a database.

Now the tool is a windows service, but testing it as such is very difficult and time consuming.

Which is why I made a console application where I can test the LDAP syncing, and then just copy the respective sourcecode-files over to the service project.

But... keeping the common files in sync is a bit of a problem. I don't want to make a dll, because this probably creates me a problem with the 3rd project, a windows installer (for the service) where I have to use ExecutingAssembly path...

Is there a way to share the code without making a separate dll? Automagic statical linking, so to say ?

View 6 Replies

C# - WIX 3.0 Generate Features From .NET Projects?

Nov 11, 2009

I have a large .NET source tree (185 C# and VB projects, of which 60 are apps or websites) that i want to create a wix setup for. The general idea is to have 1 setup msi and to make each executable a feature, and to have each app be installed in a separate directory. like

%progfiles%/company/app1
/app2
/app3

[code].....

Some libraries are used by multiple apps, so the DirectoryRef would have to be pointing to multiple directories, and multiple DirectoryRefs (with different ids) would have to be pointing to the same directory (found directory alias trick), both of which seem impossible.I get the distinct impression I'm going about it the wrong way, or that I'm missing some deeper insight. (No suprise as my wix-fu is a full 3 days old)

View 1 Replies

C# - XML Serialization Assembly For Non-web Projects

Mar 19, 2012

I am attempting to solve the well known problem of automatically generated serialization assemblies in VS 2010, both VB.NET and C#. The "Generate Serialization Assemblies" option in project settings does nothing for non-web projects (see [URL]). Thus the calls to serializers generate file i/o exceptions that are very unfortunate, and for which there is no cure. The method suggested above does not appear to work with VS2010 and SGEN still runs with /proxytypes enabled.

View 1 Replies

Calling Froms From Other Projects?

Jul 30, 2009

I have a multiple form project that I have been working off and on for a while now. Recently I started up annother project and realised both programs would work pretty well together. So I combinded both projects into a single solution, but I am still relitively new to VB and I can't figure out how to have the first project launch a form in the other project.

View 4 Replies

Can't Open Saved Projects

Jul 24, 2009

After I finish messing around with my projects I open up VB 2008 and try to open them up again and there is so much stuff in the folders I press everything and none of it works?

EDIT: I can debug the program but can not find where to edit the coding and layout?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved