Connect Two Programs With Vb 2010?

Feb 13, 2012

for example, if i want to create a program that that takes the result of the calculator ( i mean the default calc of the windows ), or the result of any program, and keep these results in my created vb program, or to manipulte these results, is it possible?

View 3 Replies


ADVERTISEMENT

Connect Two Programs Using Winsock?

Mar 4, 2010

I'm trying to connect two programs using winsock, I connected it, but I want to send to the server to do some thing like open the camera . or do any thing .

View 1 Replies

Forms :: VB Programs Connect To The Same Ms Access Database?

Sep 1, 2009

2 VB programs connect to the same ms access database, if 2 programs are open then in the 1st program u add data , i want that data will show on the list view of the another program

View 3 Replies

Build A Class Or A Part Of A Program That Can Be Add Into Other Programs To Be Used In That Programs?

May 27, 2011

I am sure this can be done, as Visual Studio is basically built this way. What I want to do is simply make a class that my other workmates can use. But rather than have it in a code form, I want to build it (partially), and then my workmate can add it into their programs (sort of, like the add reference for the .NET stuff).

View 4 Replies

VS 2010 Running Programs?

Jul 9, 2011

Yesterday I was using VS 2010 just fine, I was doing my code and hitting F5 and if all was right it ran.Today I start up my computer again and load up VS though and...F5 does nothing and the little play button at the top is greyed out. This is the same on any of the programs I open up.How do I let myself test programs again?

View 2 Replies

2010 Programs Won't Run With New Mother Board

Jul 5, 2011

I have a number of programs written in VB.NET 2010 that load and run on every computer I've tried them on. This week I replaced my mother board with an IBM mother board using a Pentium 4 running Windows XP Pro. I install the programs but as soon as they start to run, they immediately shut down. If I run them in Visual Studio 2010, they run fine.

View 2 Replies

VS 2010 Freeze Programs From Minimizing?

Feb 23, 2011

I'm making a small version of Spy++ and i would like to recreate the function that finds windows by dragging your mouse over it. Now that is pretty easy but one little annoyance is some windows minimize or loose focus ect when you bring the mouse pointer over them.

I would like to know if you can stop a program from gaining focus or minimizing. And i know i can get the handles of open windows by the EnumWindows function?

View 2 Replies

VS 2010 How To Update/Patch Your VB Programs

Oct 17, 2009

I've made a simple program that consists of a combobox and a button i think. It's suppose to link to DVDs thats downloaded in the file...but i can't join the dvd and the file on one package...

View 11 Replies

VS 2010 Merging Or Linking 2 Programs

Oct 25, 2010

i have made 2 seprate programs, is it possable to make a link between them. i have a "launcher" which is mainly for launching games and a web browser, soon i will have a music player also but at the moemnt i just want to merge the 2 progs i have atm... i have tryed opening 1 solution (launcher) and then i clicked file > open project and changed the option to "add to solution" instead os "close solution"

View 2 Replies

VS 2010 Programs To Create An Installer?

Jan 19, 2012

I have a finished project and I was wondering what software was available to make this into an exe with a nice profesional looking installer? I am using express.I have already had a look into cyberinstaller suite, it is ok, but generaly it is turning my half mb project into a 4.8mb project.

View 12 Replies

.net 2.0 Multiple Programs Each Running Threads On Xp, Will .net 2010 Be Better?

Oct 2, 2010

In the past few weeks, to speed up our database freshening process, I've created a couple of extra programs, basically copies of the exe file. The program itself, accesses web pages, images etc and uses threads to do so. The second program uses LIMIT 300,100 and the third LIMIT 600,100, to make sure they don't work on the same records.

Before the last few weeks, one occurrence of the program used to run without problem, from the task scheduler all through the day. Only one occurrence of each exe can run at a time.Since theres now three programs running, .net 2.0, on xp, the program often seems to get stuck and never ends. I have to kill it from task manager.

It runs fine in the IDE I just wonder if there would be any benefit from upgrading to vb.net 2010 ?

View 1 Replies

VS 2010 Write Config Files For Vb Programs?

Jan 8, 2011

How do you write config files for vb programs? Like .xml files, Seen some examples but didn't fully grasp them. Say I had a program that launched programs and I wanted it to save the:Program Name, Program Location, Program Site, etc..So I am guessing the xml would looking something like:

<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Path>

[code]....

how to load the settings from these configs. The reason I want to write it to an external config is because I plan to add an updating feature and I want the configs outside of the program.

View 12 Replies

VS 2010 Creating Install File With Additional Programs In VB Express?

Mar 16, 2012

I'm sure there is an easy answer to this, and it may be "no," but is it possible to create an install file in VB Express 2010 and have that file deploy additional .exe files?

I developed a windows form program that calls fortan routines (in seperate .exe files) for different purposes. I would like to create an install file that deploys not only my VB program, but all of the supporting code.

Is this possible with VB Express 2010? I tried to search for threads about this, but didn't find any that explicitily answered this question.

View 2 Replies

Coding Programs That Interacted With Other Programs?

Feb 2, 2010

I started with VB 6.0 back when i was 14, I was mostly into coding programs that interacted with other programs. Recently I installed VB.net 2005 pro i got from school, and i grabbed few source codes that teach show interaction, I feel so dumb, i dont remember anything lol. It be great if you guys can share some source codes and other stuff in this field. also other day i was in dream spark and i am able to get copy of VS.net 2010 ultimate edition, are there a lot of major changes, cause i got 2 thick book for VB.net 2005..

View 1 Replies

Distributing Programs: Getting Programs To Users Who Might Want Them?

Feb 23, 2009

When you've finished a program and you're trying to distribute it to the mass public. How is the best way to go about doing this? What sites would you post your program on and getting the word out that there is a new program on the block and it does xyz. This is directed to freeware so there wouldn't be any advertising.

Sorry for not explaining it very well the first time.

View 2 Replies

Visual Basic 2010 Express Trial - Keep The Programs And Distribute Them Freely?

Jan 22, 2011

If we made programs in Visual Basic Express 2010 Trial are we allowed to keep the programs and distribute them freely on our sites and if we unistalled visual Basic can we keep the programs etc...

View 2 Replies

VS 2010 Create User Controls / Save Them As .ocx Files / Use .ocx's In Other Programs On Html Pages

Apr 25, 2011

I've been programming in VB6 for years, I have decided to take the plunge into VB.net and C# 2010 but having a little problem understanding the big picture.In VB6 I could create user controls and save them as .ocx files, then use those .ocx's in other programs or on html pages. I am sure the same idea is present in VS 2010, I'm just not seeing it.Can anyone recommend a book or tutorial that will show me the big picture of all the aspects of the .net environment?

View 2 Replies

Connect A Database (created In Access 2010, Saved In An XML Format And Put On Website) To A Login Form In VB 2010?

Jul 16, 2011

it's just for a program registration. i would store all of the registration codes in the access database, then export it to XML, then upload it to my web host. I would then somehow connect it to my Visual Basics login form (Which I have already made). If this can't be done, having them register through the form and having all the allowed codes on the internet (So i can easily edit them)!

View 5 Replies

2010 Connect To MS Access 2010 DB?

May 28, 2012

I was trying to establish a database connection to MS Access but this error keep occurring.

The 'Microsoft.Jet.OLEDB.12.0' provider is not registered on the local machine. I have forcefully set my cpu to x86 but still no lock below is the code how I open it.

Imports System
Imports System.Data
Imports System.Data.OleDb

[Code].....

View 3 Replies

Connect To Sybase 12.5.3 Using VB 2010

Aug 26, 2010

I am building an application that updates a table in Sybase 12.5.3. Here is my situation.

How can I connect to Sybase 12.5.3 from vb.net 2010? In the past, I have used ODA to connect to Sybase and it worked fine.

The problem is that ODA was removed from VB.net in versions 2008 and 2010.

These Visual Basic versions are now using ASE to connect to Sybase but ASE is for Sybase 15.

I tried using ODBC but the drivers that come with VB.net are for Microsoft SQL.

I tried connecting to Sybase using MS SQL drivers. I was able to connect, but the execution did not work that well.

how to connect and how to execute a stored procedure with input and output parameters?

View 1 Replies

How To Connect 2010 To MySQL?

Jun 13, 2010

im a beginner in visual basic.

View 4 Replies

VS 2010 - Connect To FoxPro DB

May 16, 2011

I dusted off VB.net, and now im trying to connect to a local FoxPro DB. Problem is, its not working. Ive been at this for about an hour or so, trying many misc things, but without any luck. [Code]. 'C:aaaCF21000.DBF' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. Suggestions? That path is 100% valid, I can copy/paste that and open up the Database without error. I also tried other code I found on the web, some of them I cant even get them to run.

View 5 Replies

VS 2010 Connect To Oracle DB?

Jan 26, 2011

I had an application wich connects to an oracle DB (built in VB 2008). Now..I am using VB 2010 and the oracle client is obsolete. Therefore I want to change my application to connect to an oracle DB the right way.

View 1 Replies

VS 2010 Connect To Server SQL And Run

Mar 23, 2011

I'm trying to write a small app that will connect to our SQL database and run a small query.

However, my first stumbling block is the connection to SQL.

The SQL is on a server called RCSRV01, and RCSRV01 is the name of the SQL Server instance. The database is called NHD

This is my connection code...

[code...]

View 3 Replies

VS 2010 Connect To SQL Database

Jun 4, 2010

Trying to connect to my SQL database.Receiving this error:[code]No idea how to fix this, any ideas?

View 22 Replies

VS 2010 Connect VB To Excel?

Feb 1, 2012

I want to create an application which generates random questions. So, initially, I have a form where I choose some options. They're all "Yes" or "No". According to my answers, I want my application to generate 10 random questions which are written in a Excel file.

It's like:

Option 1: Yes (Generate 3 questions / Excel file: Questions 1 to 6)
Option 2: No (Generate 2 questions / Excel file: Questions 7 to 14)

View 4 Replies

2010 To Connect To Ms Access Database?

Nov 20, 2010

how to connect vb.net 2010 to ms access database to get the data and display it in vb.net application that I am doing right now. My project is that I am doing dictionary application with vb.net so every time i put new word in search box, I want the vb.net to get the definition from ms access and display it in the application.

View 1 Replies

Connect 2010 To An Access Database?

Sep 7, 2010

I have connected the database itself without much issue but i want to be able to edit, add and eventually delete from the database using Visual basic interface. This is for an A Level computing course that i teach, i remember a long time ago when i did the course this was fairly simple to do however i cannot for the life of me figure out how to do it at the moment. This is further confused by office 2007 and VB 2010 both of which didnt exsist the first time i did this.Connect 2010 to an access database?

View 4 Replies

Connect To An MS-Access 2007 Mdf With VB 2010?

Oct 8, 2010

How does one connect to an MS-Access 2007 mdf? Need coding example for VB2010.

View 4 Replies

Connect To It From Vb 2010 Express Project?

Jul 29, 2011

I have created a db in sql server 2008. I am now trying to connect to it from vb 2010 express project. When I try to add the data source, I get the error "You don't have permission to open this file". I have change the Auto Close option to True on the db.

After further testing I found if I opened BV as Administator I was able to add the db.

View 3 Replies







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