Project Open-source If Use .NET Languages?

Sep 22, 2009

I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project by using .NET languages ? Or do i have to build open-source projects only using open source languages like Java,Ruby, Python etc ? ( I mean is there any restriction from microsoft on building open-source projects using their langauge and tools ?)

View 5 Replies


ADVERTISEMENT

Share Open Source Code And Contribute To Other Project

Feb 23, 2009

I'm looking for a place where I can share my open source code and contribute to other projects. Can anyone recommend me a site/community where there is lots of support and enthusiasm for open source?

View 3 Replies

C# - Project With Mixed Languages In .NET?

May 4, 2011

I'm not sure if what I am trying to do is possible, but surprisingly VS2008 seems to let me copy a .cs file directly into my VB.NET project. I then thought that I may be able to use the class in this file directly from VB.NET. However, it doesn't see it when I try to reference it in. Is what I'm trying to do possible, or is VS2008 simply treating the C# file as a resource file or something?

View 3 Replies

C# - .NET Languages The Mainstream Languages For Windows (standalone) Applications?

Jun 24, 2010

I'm an inquisitive .NET student without any commercial working knowledge and I have been puzzled by what exactlty are .NET languages meant for? Q1.If you look on job websites, .NET seems mainly used for web applications, not much for Windows applications? (My dream job is to develop standalone small Windows applications.)

[Code]...

View 11 Replies

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

Case-sensitive Languages Vs Insensitive Languages?

Nov 27, 2010

visual basic.net is case insensitive so it allows the coder to write without caring or remembering the casing of variables. it also relieves from the 'undeclared variable' errors if you use the variable in another case than the one used in declaration. The fact that its line termination is a line feed makes it even more readable unlike C# or c++ that need good care in the casing and contineous war with following up with the {}, matching them and figuring out which is for which.my question is what are the advantages of c# over vb knowing that both get compiled to MSIL so there is almost no performance difference between the two languages?

View 1 Replies

VS 2008 - Timer - Project A References Project B So Can Open A Large Form In Project B

May 5, 2010

For 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 Replies

Close Project And Open Another In Multi-Project Solutions?

Apr 11, 2012

I am developing a Multi-Project solution (A, B) in Visual Studio 2008.

I need to run a second project from the start up one and then the first project should be closed.

The matter is that I want to Exit the A.exe and kill the process and the dll that are depending on it. And then Run the B.exe.

View 4 Replies

Open A Project Using A Command Button From Another Project?

Mar 27, 2012

I have a number of independent visual basic applications. Now I want to develop a window that will have command buttons to open each of the applications. How do I write the code in these buttons?

View 2 Replies

IDE :: Project Currently Has No Data Source Associated With It?

Feb 11, 2010

I have purchased and installed the EBook "Visual Basic 2008 Step By Step". The package comes with a companion CD on which are practice projects that correspond to the book. I have installed Visual Basic Express 2008 and also installed the "Practice Files" exactly as required. When I enter the VB 2008 Express IDE and attempt to load the project or solution files, the program loads and I get no error. The problem is that I get no data when this happens. The "Data Source" box displays a message that reads, "Your project currently has no data sources associated with it. Add a new data source, then data-bind items by dragging from this window onto forms or existing controls." The files did load properly for me once, but have not ever since. Does anybody have any clue as to what needs to be done here?

View 1 Replies

IDE :: What Does It Mean For A Project To Be Under Source Control

Jun 4, 2010

What does it mean for a project to be under source control?

View 1 Replies

Billing Project Source Code?

Feb 1, 2008

send me source code for any billing project

View 3 Replies

How To Delete Data Source From Project

Jul 14, 2011

How do I delete a data source from a vb.net project. There is no delete/remove in the data sources window and if I delete the corresponding xsd file I end up with errors in the designer file. 'm having to do this because when I change a data

View 3 Replies

Open Source Required ?

Sep 8, 2009

I know there is a lot of open source projects out there but I can't seem to find any VB stuff. I have to come up with an application that will keep track of eqiupment we sell, service and repair.

View 2 Replies

VB Open Source Defrag?

Mar 23, 2009

There is VB.NET Open Source Defrag? or C# Open Source Defrag

View 6 Replies

IDE :: Remove Source File From Project Without Deleting Them?

Apr 5, 2010

how can I remove a source file from a Visual Basic 2008 express project withtout deleting it??

I tried Build Action None and I get plenty of errors concerning .Dessigner file.

View 4 Replies

Source Code For Setup Of Project Application

May 8, 2010

Source code for setup of vb.net project application?

View 3 Replies

.net - Example Open Source WPF Touch Application?

Oct 12, 2011

I'm looking for some WPF applications specifically designed for touch. Preferably they'd be open source. I don't really care about the apps function, I just want to get some design ideas for a Win7 WPF touch app I'll be writing. I'd like to see what can be done with WPF touch.

View 2 Replies

An Open Source Code Generator?

Jul 15, 2010

1. Generates Class files based on SQL server database.2. Generates Class properties.3.Generates Class contructors.4. Generates a Singleton class and it's corresponding Collection class.5. Outputs individual files or the code to copy and paste.

View 1 Replies

Develop Open Source C# Application?

Jul 5, 2010

Is it possible to develop open source VB.Net/C# application, I have developed many application using .Net, but first time want to develop open source application.

View 7 Replies

Open An Image In Application To Be A Source?

Nov 26, 2009

my resources :
VB Express 2008
and its free packages :
SQL Server Express Edition
SQL Server Compact 3.5
OS: Vista Home Prem 64-bit
Unit: Qosmio X305-Q705 (Laptop)

First of all is it possible to achieve my project with these limited resources i have?

I'm planning to create a program like a database for reporting system (using database) where i can open an image and save that image as a source and bind to a certain record in my table then be displayed later on to my report.

View 1 Replies

Open Source - What Is The Model .NET Sample App

Sep 16, 2009

I'm looking for an open-source VB.NET app that demonstrates a lot of .NET's power, ideally something that works fully offline. Maybe some of you have encountered an amazing utility app on CodeProject?

View 1 Replies

Open Source Code For Any Program?

Jun 23, 2010

I have a friend who sent me a program that he made using visual basic. The program has a web browser inside it and it works just like any internet browser. The problem I have a bad feeling that has a hidden web browser inside the program which it sends my keystrokes through php mail. I don't want to accuse my friend without showen a prove

View 8 Replies

Open Source Code Of Webpage?

Oct 6, 2009

i wanted to know if there was a couple lines of code you could use to open the source code of a website (like you could in notepad), into a textbox in visual basic.

View 1 Replies

Open Source Projects Using BDD Testing?

Mar 9, 2011

My team is interesting in understanding BDD better. Are there open source .NET/Java projects which use behavior driven development (BDD)?I would like to focus my attention on static language examples.

View 5 Replies

Open Source Richtext Control For Net?

Jun 27, 2012

Is there any good richtextcontrol for .net forms i tried almost all extended richtextcontrols from several websites but there is no print like view for any control, i want to add deference system in my app but there is no free control available and controls like from [url]...are very expensive for a student. iam searching from last two months but find no results and tried hard to make my own control but found no idea to start with.

View 1 Replies

Sftp Upload Open Source Using .net?

Mar 30, 2010

i tried the question that is asked here but not much could get from it. Does anyone know where to research or if has a project for sftp using vb.net?

View 1 Replies

Tutorials And Projects Open Source For .net?

Apr 19, 2010

New site for vb.net Smell of tutorials and projects open source.

View 1 Replies

Unable To Open Data Source?

Dec 21, 2009

I have installed all of the patches and Hotfixes that I can find and truth be told, this is so enigmic that i dont know where to go to.I have been working on a project for a year and just recently I went to add a database (data source) and the Tab was gone. I thought I did something wrond so i went to Data -> Data Source and nothing happens. whats funny is that I cannot do what I want and add the datasource.

I also have VS 2005 installed (which I am forced to use) and here I have no problem.

Can anyone or does anyone have a simular problem and a resolution??I really would love to use all that is available in VS08 and not having to use a much older version...

View 5 Replies

Using Librarys Code Without Example Open Source?

May 19, 2011

I have dll works with .Net .is possible i know how i can use librarys code without example open source.

View 2 Replies







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