Macbook-computers Run Programs From A Vb 2008?

Jun 6, 2009

Can Macbook-computers run programs from a vb 2008 .net, Windows Vista computer?

View 6 Replies


ADVERTISEMENT

Programs Can't Run On All Windows Computers

Mar 15, 2006

Run time error '339" Component 'COMDLG32.OCX ' or one of it's dependencies not correctly registered: a file is missing or invalid.

There is no HINT of how to fix this problem anywhere. I've searched the Visual Studio help, these forums and the Microsoft site.

View 5 Replies

Errors At Running VB Programs On Other Computers?

Jun 24, 2010

When I made a program and tested it on the machine I have compiled it , all works well. I tested them even on my other computer works fine. Every time though when I passed the program to my friends computer or such , I got that common error message "A problem has encountered . tell Microsoft about this problem [Send Error Report] [Don't Send]. I checked my computer here is on XP SP3 with Microsoft .NET Framework 3.5 SP1 installed , same thing on my other computer. My friends computer is on an XP SP2 with Microsoft .NET Framework 3.5 (no SP1).

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

List All Computers On The Network With 2008?

Apr 11, 2010

I wonder how do I list all computers on the network with vb 2008?I know to do in vb6 I have no more sense in vb 2008.

View 2 Replies

VB 2008 Express Published Exe Will Not Run On Other Computers

Mar 11, 2010

Application runs fine on the computer that I used to create it.The application has 3 functions:

Button1...locate and preview an image file.
Button2...creates an email with html link...creates an html page file...ftp's the image and html files to server...sends email.
Button3...ftps image file only.

Publish and install on another computer and I have problems.

Button 1...Will load and preview file correctly.
Button 3...ftp image file only.
Button 2...I get an error (my own 'failed' message)

I have the same net framework 3.5 sp1 on all computers.What am I missing?I am thinking now it is code, but why does it will work on one and not the other.Do I need to install VB 2008 express on every computer that will be running this app just to insure that the computers are the same?

View 4 Replies

VS 2008 : Copy Files Between 2 Computers Over LAN?

Mar 28, 2012

It is possible to copy on file (.txt) from a computer to another over LAN without using file sharing? Something like client-server app?

View 5 Replies

VS 2008 Mute The Computers Volume

Feb 7, 2010

How can I make it so a command button or whatever you'd like to use can mute the computers volume, then unmute it?

View 2 Replies

VS 2008 - Sending URL Saved In Textbox Between Computers

Nov 19, 2009

I am trying to create a program that will send a URL saved in a textbox between the program which will be on different computers. So one computer will be running the program and the URL they have will be sent to the program on the other program.

View 2 Replies

VS 2008 Get In A Listbox All Computers In A Workgroup, NOT In A Domain?

Mar 4, 2010

how to get in a listbox all computers in a workgroup, NOT in a domain?

View 3 Replies

VS 2008 Logged On User Name Error In Some Computers

Jun 9, 2010

I have this code that gives me the user logged on name of a remote computer, but if i run the program in certaing computers, it returns with the error "Not Available Due Restrictions" which is set if the scope cant connect...

why it connects fine in some computers and other not..is there something i have to add to the code for it to run fine in any computer

this is the code

vb.net
Dim connection As New ConnectionOptions
connection.Username = ("ADMIN")
connection.Password = ("something")

[Code]....

View 3 Replies

VS 2008 With Direct Show On Vista Computers

Apr 8, 2010

on good computers direct show works fine on vista computers that are a few years old; after playing a few (4 hours or so) videos my program crashes on this line:

[Code]....

when i say crashes it just stops responding ... i hit ctl+break and it has a green arrow on that line that means it's busy executing the constructor of the filter graph it seems to run fine on descent brand new vista machines, the memory usage is minimal on all occurrences. seems fairly constant on older machines.

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

VS 2008 - Design A Form It Isn't Displayed Properly On Certain Computers

Dec 28, 2009

How come when I design a form it isn't displayed properly on certain computers in the fact that buttons near the bottom go of the bottom of the window. I beleive this only happens with Windows XP however it might be due to screen resolution, I haven't troubleshooted it much.

View 7 Replies

Programs From VB6 To VB 2008 Express?

Sep 21, 2011

I am trying to move my programs from VB6 to VB 2008 Express. My initial problen is with getting data from my Jet database. I've searched for samples but haven't been able to find anything to help me. I would like to be migrate the Jet database to the vb 2008 system.

View 3 Replies

VS 2008 : Communication Between .net Programs?

Jun 15, 2011

I have a Windows Form Application which has been developed in vb.net 3.5. It is a charting program and shows stock market charts to users. Now I have made another program in vb.net (same .net version) and I want this program to interact with the one I made before. The new program is like a small scripting language. So for example: if I run a script then its output should be reflected in the other program. How can the two programs communicate ? Both will be running on same systems. No remote stuff. I mean passing arrays,strings or possibly structures.

Plus I have several functions which are written in first program. Is it possible for the other program which is an .exe also to call the functions of the other one if I make sub/function public or something. The reason is we can calls functions or subs if we include a dll. But can one exe calls functions/sub of another exe (if both program are in .net).

View 10 Replies

VS 2008 Hijacking Other Programs?

Apr 1, 2011

the only way I can get reading from an instrument is through proprietary software. even though it is connected with USB. the instrument - a Cary 500, with a GPIB interface.the problem is with instrument commands, like "reset" or "change wavelength" or "instrument reading" They reside inside a primitive Basic shell provided by the instrument software. I'm looking at expencive National Instruments, is there another solution with VS/NET?

View 3 Replies

2008 Programs Won't Open On Any Other Computer!

Mar 31, 2009

They are all working on my computer,but they are not working on any other computer(I tested it on about 10 computers). They are working when i start making it,but after they are not working. When i try to run it on other computer it is not opening(there is not any error message), or there is a crash report(application crashes). So they are working on beginning of programming, and after they aren't.

View 1 Replies

Bug In 2008 Programs Running Under 64 Bit Windows 7?

May 27, 2010

I know there are compatibility problems with 32 bit code running on 64 bit machines, but this doesnt seem like it should happen.

View 3 Replies

Can't Open Existing Programs In VB 2008

Feb 22, 2009

I will do a program then save it and close it out but when I go back to open it it won't open. It just sits there. I'll click on Recent Projects and they won't open. I'll click on Open Project and select a existing file and it will just put it in Recent Projects but won't open it up.

View 2 Replies

Running VB 2008 Programs On Windows 7?

May 16, 2010

I've coded this program in Windows XP 64 Bit. I also compiled it in Windows Vista 64 Bit. I've ran this program on 32 bit machines before and never had any problems. I purchased a new laptop with Windows 7 on it and i'm getting a "Not a valid Win32 Application" Error.

View 3 Replies

VS 2008 - Communication Between Programs (Tag Property)

Apr 19, 2010

Is it possible to get the Tag property of another .NET form running in a seperate process?

View 11 Replies

VS 2008 - Get HDD ID In Textbox When Programs Loaded

Oct 20, 2011

I am new to VB and want to make a software that as soon as the programs load, the HardDisk id of the pc appears in a TextBox...

View 5 Replies

VS 2008 API To Get List Of Installed Programs

Dec 2, 2009

I'd like to mention that getting a list of the installed programs via the registry is not a viable way to receive a full an accurate list. The two main areas where the programs in the registry are stored, are mainly MS programs. Some manufacturers put their keys here as well, but most don't. And since it's impossible to know where the manufacturer has stored the key, let alone the name of the key that would give the list and the uninstall capability, it's not ideal to use the registry.

That being said, I was told that there is a COM API that Microsoft has made and uses in the Windows OS and was hoping someone knew what that API is and how to maybe implement it in VB.

View 38 Replies

VS 2008 Get A List Of Programs From Registry

Oct 29, 2009

Is there a way to get a list of programs from the registry?

[Code]...

View 1 Replies

VS 2008 Listing All Installed Programs?

Apr 22, 2009

I'm trying to find a way to get all of the programs that are installed by accessing the information from the registry. I googled it and was able to find the following code

Private Function Getinstalledsoftware() As String
'Declare the string to hold the list:
Dim Software As String = Nothing

[code].....

View 8 Replies

VS 2008 Program To Monitor Other Programs?

Nov 3, 2010

This question may be vague but I was wondering if anyone has ever implemented an application that basically creates a UI to list and monitor all running applications you have running. This applies to many developers who might have multiple programs running continuously and it would be great to have an app that monitors these programs..or does anyone think it is just unnecessary.

View 1 Replies

[2008] Monitoring Programs Starting?

Jan 14, 2009

First of all, Hi to everyone, I'm new here..I'm currently investigating a way of doing the following and seem to be coming up with dead-ends!I am trying to create a windows service that sits in the background waiting for programs to be started. When the programs start I want to be able to check a unique bit of information for each program (I believe GUIDs may provide this) to see what the program is. If the program is not allowed, I aim to provide a warning to the user and possibly close the program. The aim of the application is to identify when users are attempting to install additional software on to the computer so simply monitoring for a certain executable wouldn't work as msiexec is called for all MSI's and as I only want to stop blacklisted programs...this wouldnt work.

View 14 Replies

Minimal Active X SDK Installation For VB 2008 Programs?

Jun 22, 2009

1. Is there a way to use a smaller Active X SDK installation rather than the full (~450 MB) one to play MP3 in VB 2008?2. Is there a loop command (as with a wave file) in case using Media Player to play MP3 in VB 2008?

View 1 Replies







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