Using Librarys Code Without Example Open Source?
May 19, 2011I have dll works with .Net .is possible i know how i can use librarys code without example open source.
View 2 RepliesI have dll works with .Net .is possible i know how i can use librarys code without example open source.
View 2 Replies1. 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 RepliesI 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 Repliesi 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 RepliesIs there free open source code project for bible study available?
View 2 RepliesI'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 RepliesI have seen a few open source c# "Text code editor controls" that have auto indent and support contractions (+ - things you see in the code window to contract an if statement for example).
View 3 RepliesIm having a problem with my program which was coded in VB.net 2005. My pc is windows XP with MS Office 2003. My program works fine for users with 2003 Office but has errors on users with 2000 Office. I was able to downgrade my pc to Office 2000 so my program would reference to MS office 9.0 (2000). This proved to be successful since both 2000 and 2003 users can now print properly. The problem now is my development pc cant create any word.application ...
on this part...
Friend mWordObject As Word.Application
Dim oWord As New Word.Document
mWordObject = CreateObject("Word.Application") '- where error
[Code]....
I am looking for some (preferable vb.net) code to use in an asp.net application that will allow me/my users to setup calendars (that I store in SQL server db).
I am looking for something that will make it easy to schedule recurring appts (i.e. every monday, every other week on thursday at 9AM, every month,1st and 3rd tuesday, every year etc) with as many possible scenarios as possible.
I can automate most of the easy ones via a few screens, but inevitably my users come up with scenarios that require me to code and execute some custom scripts in SQL to make the entries, and I'd really like to offload this to the users.
I have VB 2008 Express installed in my PC. I downloaded a program source code written in VB6 but could not open the files. What do I need to do to get this codes displayed.
View 4 RepliesI want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :
http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
This link is located just beside :
config=
That is:
config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .
How do I convert a VB4 source code to VB10 source code?
View 3 Replieswhen i found about this .How can i include a library that i made thats in the folder the .exe is ?ex : i make a folder for my release :
Blablabla
inside two files :
bla.dll
bla.exe
how to include/import bla.dll from there? because it can only import a specified path
I don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.
(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?
Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.
My code for obtaining the source code is:
CODE:
Also if anyone knows a way to colour the tags.
i am searching for gtalk open source code if anybody knows please let me know I need it urgently
View 1 RepliesI 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 RepliesThere is VB.NET Open Source Defrag? or C# Open Source Defrag
View 6 RepliesI'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 RepliesIs 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 Repliesmy 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.
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 RepliesMy 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 RepliesIs 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 RepliesI 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 Repliesi 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 RepliesNew site for vb.net Smell of tutorials and projects open source.
View 1 RepliesI 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...
I need a way to decompile/extract some actionscript from a VERSION 9 SWF file. Preferably it needs to be able to extract only a certain 'part' (i dont no what to call it!) from the 'tree' of action script.
View 2 RepliesI was unable to register the related upnp.dll provided by the intel open source upnp tools package (as provided here:[URL] from the VB6 references dialog, it said something to the effect of "can't register .dll", but since it is written in (i think) C or C++ I figured there would be a way to make it useable somehow.I am mainly thinking of moving to intel's upnp because microsofts upnp.dll is not letting me progress further due to the following issue (works in .NET but not in VB6):[URL]how I would go about getting intel's upnp.dll (registers correctly in C# and VB.NET) to work in VB6?
View 1 Replies