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


ADVERTISEMENT

Acronym Or Full Title Are Minimal?

Apr 13, 2011

I failed to get any interest/response with this question on the VBExpress forum. Surely most of you have to write help documents to go along with your programs. I have used HTML Help files for years to support my programs and before that WinHelp but in 2002 MS indicated time change to Microsoft Assistance Markup Language (MAML). I am a little behind. Google hits for the acronym or full title are minimal. What are you guys using today?

View 3 Replies

Minimal Interaction Preloader Application?

Jun 3, 2011

I have a preloader app that runs before the Main application and performs an Update check.. (and then installs the latest update) it's come in very handy at the current client I'm at as there are going to be several hundred installations of the App on site.. Also it's a Live Development.. (One app that handles the Full Plant Monitoring and maintenance) .. But that's not the problem..

The Preloader simply checks on the server if there's a new Update, Copies it down and then runs the Main app.Now there are several Configurable routes through the app: Quick, Skip, Auto, For now the Default is Ask.. and in this mode, if there is an update, the Preloader will ask if you want to install it, if not it will wait 10 seconds and start the Main app.

My problem is If there is no user interaction with the Preloader, windows thinks that it terminated incorrectly, and throws up one of those "This program has stopped working" (similar to image below).

If the user however simply clicks the Done that clears the timer, or clicks the Yes/No for the update, no problems.

[Code]...

So the problem .. If there is NO user interaction, Windows (XP Sp2 mostly) thinks it crashed.What can i include to let windows know that the application does not require User Interaction.

View 3 Replies

Deployment :: Combine WAMP And Application Installation Into One Packet Installation?

May 24, 2009

I just made an application using MySQL for the database. I use WAMP.Can I combine WAMP and my application installation into one packet installation ?

View 2 Replies

Whats The Bare Minimal Need To Connect To A Irc Server Then Join The Channel

Aug 4, 2010

Whats the bare minimal you need to connect to a irc server then join the channel? vb6 use to use winsock whats vb.net equilivent?

View 2 Replies

Bind Multiple Combo Boxes To Same Data Table With Minimal Code?

May 13, 2011

Bind multiple combo boxes to same data table with minimal code

View 19 Replies

VS 2010 Stream Voice Without Using Alot Of Bandwidth With Minimal Delay Between Talking?

Aug 4, 2010

Anyone have any examples, or source code or SDK's that are FREE?I'd like to setup a simple voip program to play with.Was curious whats the simplest way of doing it, using UDP across an IP.I planned on having a server program, as i'd want multiple clients.My question is, how can i stream voice, without using alot of bandwidth with minimal delay between talking?

View 1 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 2008 VB 2008 Express Edition Softare - Specific Installation Directory For A Program?

Aug 9, 2009

Where in Visual Basic 2008 Express Edition Software program do you specify a specific installation directory for a program?

c:Program Filesfinished program

I want to publish my program to try it out on another system and I want to ensure its installed in the directory structure I want.

View 3 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

Installation .NET 2008 Without Uninstall VB6?

Nov 18, 2008

I have VB6 and i want to install VB.NET 2008 without uninstall VB6. Is possilbe? Can i works correctly both?

View 1 Replies

VS 2008 Finding The Directory Of Installation

Jul 8, 2009

Alright, my program requires a folder to put the save files in, and it works fine to create it when I know where the program was installed to. I want to assume that everyone will install to C:/Program Files... however, one cannot assume. Is there a way for me to find out where the program was installed to ie. D:/WorkPrograms/ProgramHere, instead of the Program files? Specifically, is there some sort of code that I can run at startup to find where the program file is, so I can keep all the save files in there?

View 3 Replies

VS 2008 Starting An Application After Installation

Dec 16, 2010

I have created a setup project that after the installation, starts the app that is being installed. To do that I have added an Installer class to the app I want to get started and I am using it's commited event to start the app (Process.Start("...myapp.exe").

While this works fine on XP, on Windows Vista the application gets started as a "System" user which makes some parts of the app missbehave i.e. retreiving special folders of the user etc...

This is the question: way to start myapp as the logged in user? Mind you I will not have the credentials of the users.

View 2 Replies

VS 2008 Use Code On Security Installation?

Aug 30, 2010

How to use this code on security installation?

Public Function GetHDSerial() As String
Dim disk As New ManagementObject(_
"Win32_LogicalDisk.DeviceID=""C:""")

[CODE]...

View 4 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

Create A Complete Installation Package In VB 2008?

Sep 12, 2010

I have developed a windows application in VB 2008. Now I want to make an Installation Package (setup) of my Project. But I don't want to create only the Setup. I want to include the .Net Framework 3.5 and Crystal Reports and all the files that are necessary to run my Application. so that when I run that setup (installation package of my application) all the necessary files installed automatically.

View 1 Replies

IDE :: Installation When Executing A VS 2008 Developing Program?

Jul 15, 2011

Why am I getting a request to configure DAO when I start a program I am developing in VS 2008? After I execute several cancels, the program runs fine.

View 1 Replies

Specify Installation Directory For Vb 2008 Express Application?

Apr 27, 2009

I am using VB 2008 express. I created a setup file for installation using the publish command. When I install on another computer, it installs under the documents and settings directory. I want it to install under program files like most other programs.

I've search everywhere on the web for this. The closest thing i could find was talking about the DefaultFolder under the projects applications folder. I don't see that option. I can specify all the publication directories - but these are strictly for where VB creates the setup file at - not where the setup file installs it. Frankly it would be really nice to be able to allow the user to specify the directory as an option, with program files as the default. But for now I'd be happy to just be able to change the default install directory for my app.

View 5 Replies

VS 2008 Shortcuts Created By Installation Running MSI?

Aug 22, 2009

I seem to be having an issue with Building my application. THe programs builds just fine,but when you install the program and then run the program it wants to act like its configuring the program, prior to running the actual program.I get a windows box that pops up stating its configuring the program and then it runs.But it only happens when I access the program through the shortcuts that I have the program create when it installs. If I go directly to the program directory and click on the program there, it starts just fine.

View 4 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

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

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







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