Make When Error Shows "can't Find Main.exe To Have Sound"?

Apr 6, 2010

How to make when the error shows "can't find main.exe to have sound"[code]....

View 18 Replies


ADVERTISEMENT

How To Save Sound They Make And Catshing A Sound Recorder

Aug 14, 2009

im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find

View 1 Replies

Main Form Shows At The Same Time As Splash Screen?

Feb 16, 2012

My main form shows at the same time as my splash screen.

ApplicationEvents.vb:
Partial Friend Class MyApplication
Protected Overrides Function OnInitialize( _[code]....

View 1 Replies

Forms :: Question After Splash-screen Shows Main Form Is In The Back?

Sep 24, 2010

I have a splash screen, the default from Visual studio. It loads up, is shown for a few seconds, then, when it disappears, the main form is loaded. Now here is the problem: the main form appears in the back, behind the windows explorer window I load the application from.

The weird thing is that this only happens on some computers, particularly Windows XP machines.I tried a lot of things like BringToFront() or TopMost = true in the on Load event of the form but nothing seems to change this.

View 3 Replies

Find A Video Or Website That Shows How To Build An Exam?

Jan 9, 2010

I am getting ready to start EMT Basic class and would like to create multiple choice exams. Apparently UnitTest thats in VB isnt the type of test that I need. Does anyone know where I can find a video or website that shows u how to build an exam?

View 1 Replies

.net Program Shows Error : InvalidOperationException Was Unhandeled An Error Occurred Creating The Form

Jun 2, 2011

I got a serious problem. Though I have made my program newly it shows error. I have used 1280,1024 animation only for first form then used 1280,1024 image for every form. Today I was checking then it was showing me error message for 19th & 20th form. If I use On Error Resume Next then it shows error for another form ; if I use same code there in the menu item I mean so that I can get rid of error when I click to show a form it shows another error. First error message is "InvalidOperationException was unhandeled An error occurred creating the form. See Exception.InnerException for details. The error is parameter is not valid." and second error is "OutofMemoryException was unhandled Exception of type 'System.OutOfMemoryException' was thrown". I have noticed it that it doesnt show error message for those form which have few labels and text boxes. It shows error message for those forms which have 1 menu bar, 2 picture boxes(one is 1280,1024 & another is 250,456), 2 group boxes, 40 labels, 3 combo boxes, 38 text boxes & three buttons. Please help me I need to get rid of this problem. Does it mean that I cant use unlimited control there in my form?

View 2 Replies

Add Music - Make A Button Make A Sound Out When Pressed?

Jun 21, 2010

I wanna ask how to code to make a button make a sound out when pressed? Can you add sound files to it, like a mp3 file?

View 3 Replies

Cant Seem To Find Class Which Shows Co-ordinate In A Little Tooltip By Mouse Cursor

Oct 7, 2006

I am using Nplot at the moment, all is fine and well but I am trying to capture the co ordinates of where the user clicks on the graph.I can see the co ordinates when i float over the graph, but i cant seem to find the class which shows the co ordinate in a little tooltip by the mouse cursor.

View 2 Replies

VS 2008 : Find The Mixer Handle For A Specific Sound Card?

Oct 5, 2009

How can I find the mixer handle for a specific sound card?I'm trying to build an application that will control the sound mixer of a specific sound card but I'm completely stuck in the getting the handle part.

View 6 Replies

.net - Mono - Could Not Find A 'Sub Main' In ''

Apr 26, 2010

I started a new solution (with multiple projects) and am trying to get it to build. Initially I was getting an internal compiler error and thought maybe it had to do with MySql, so I removed all references to MySql. Now I am getting the error "Could not find a 'Sub Main' in ''". I have made sure that all of my projects have a Main subroutine like this:Public Shared Sub Main()End Sub2 out of the 7 projects will compile. I don't know what makes these projects different from the others, and the error message isn't very helpful. Any experience with this one?

View 2 Replies

Make A Program In VB Make A Sound When It Starts?

Jun 9, 2011

Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.

View 2 Replies

Error 3 'Sub Main' Is Declared More Than Once In 'SystemInformation': SystemInformation.Program.Main()

Jun 14, 2010

I have a solution with more than one project and the main project contains buttons to open forms from different projects that are in the same solution. Say Project1 is the main project and Project2 is the different project that gives the following error when i compile it:

Error 3 'Sub Main' is declared more than once in 'SystemInformation': SystemInformation.Program.Main(), SystemInformation.My.MyApplication.Main(Args() As String) System Information II

I have already seen other threads with this question but it does not work for me because i have more than one project.For Project2: Application Framework is disabled and the startup object is "SubMain".

View 2 Replies

Make A Beep Sound?

Jul 16, 2009

How i can get the beep sound in vb.

View 3 Replies

Make A Sound Recorder

Aug 18, 2009

how to Make a Sound Recorder . Who Record System sounds

View 8 Replies

Make A Sound Recorder?

Sep 1, 2009

Speak in basic, i dont know alot about vbI like.[code]...

View 1 Replies

Registering A Com Dll Shows Error

Apr 13, 2012

I have created a com dll in Visual Studio 2010, vb.net. The dll is supposed to compile in the framework 3.5 for X86 processor. Should run anywhere right? I reference this from an Access application using vba. All works well on my development machine. I must also say that the project references an eBay sdk dll called ebay.service.dll. This file supports converting the .net commands into the appropriate soap commands to communicate with eBay.

All this works well on the development machine when compiled. The files in the bin/debug folder are eBayListing.dll, eBayListing.tlb, and eBay.Service.dll. I can reference eBayListing.dll from Access and everything works well on the development machine. On the laptop I registered the eBayListing.dll and eBayService.dll using the visual studio regasm at: C:WindowsMicrosoft.NETFrameworkv2.0.50727RegAsm.exe. Both files appear to register as I get the registered message from regasm. I run this as administrator.

When I try to set the reference from the Access application in the VBA references I can only see the reference to the file as it was on my development machine. I can tell because it has the path the the bindebug file. I don't see the version of the dll supposedly registered on the laptop. The file obviously isn't there so I browse to the file on the laptop that is theoretically registered, but get an error.

View 2 Replies

Make A Progressbar That Shows The Current Progress?

Sep 27, 2011

i'm making an emailing app that send emails, from one account to another by smtp client and importing system.net.mail

i want to make a progressbar that shows the current progress, like, when the email, is successfully sent the progress bar value = 100, but how to do this?

View 1 Replies

Make All Values In Datagridview Shows Rectangle Instead Of Only One?

Feb 5, 2011

when i select a cell in datagridviewbuttoncell the rectangle should show on the selectedcell in datagridview but instead it shows two columns further and rectangle also shows on the last add value in the datagridviewcell..how can i make all the values in datagridview shows rectangle instead of only one? [code]

View 2 Replies

How To Make A Specific Key Event For Each Sound

Oct 17, 2009

I'm making an application in VB Express in which when a key is pressed (for example- the 'f' key) a sound plays. How could I make a specific key event for each sound? I have seen the KeyPress event, and I don't know if this is what I'm looking for.

View 3 Replies

Make Mp3 Sound Files In Resources Available?

Aug 5, 2011

I made a program that has mp3 files in resources when I published it I found that it doesn't work in other pcs only mine now what should I do?

View 1 Replies

Make The Sound Repeat Itself After It Is Done Playing?

May 10, 2011

Here is the code that I have that plays a certain sound

Dim Alarm As System.Media.SoundPlayer = New System.Media.SoundPlayer(Steven_Anderson_HW5.My.Resources.Alarm)
Alarm.Play()

Well, is there a way to make the sound repeat itself after it is done playing?

View 2 Replies

Application Shows Error When Install In Another PC

Jun 3, 2011

I have created setup file of my program. I have tried to install it there in two pcs to test it that its working properly or not. One pc has visual studio & my program worked there after being installed but another pc doesnt have visual studio & my program doesnt work there after being installed. It shows error message that "WindowsApplication1 WindowsAoolication has encountered a problem and needs to close. We are sorry for the in-converience." What does it mean? Does it mean it that I couldnt create setup file properly?

View 4 Replies

Install The VB Still Shows Error For Framework

Apr 4, 2008

when I want to install the VB.net from that CD, I can't. it said I should to install framework from the internet. I have install the framework, but when I want to install the VB.net, it still said that i should install the framework. actually,i want to install this VB.net because i want to learn about this compiler more.

View 3 Replies

Program Shows Error When Install It There In Another Pc

Jun 10, 2011

I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following error message: WindowsApplication1 WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost.It has what data does this error report contain link. From this link I have collected following information.[code]

We do not intentionally collect your files, name, address, e-mail address or any other form of personally identifiable information. However the error report could contain customer-specific information such as data from open files. While the information could potentially be used to determine your identity, if present, it will not be used.The data that we collect will only be used to fix the problem. If more information is available, we will tell you when you report the problem. This error will be sent using a secure connection to a database with limited access and will not be used for marketing purposes.

View 5 Replies

Make A Progressbar That Shows The Load Time Of The Next Form?

Jul 4, 2009

I'm trying to make a progressbar that shows the load time of the next form.I've tried alot of different ways to do it, but it and the speed is always the same whether the next form loads faster or slower.I'm not sure what variables to use or anything.

View 3 Replies

Make A Progress Bar That Shows When Acces Some Items On A Listbox?

Dec 1, 2009

How can I make a progress bar that shows when I acces some items on a listbox. It fills only when I click on listbox items, and then gets empty imediately.

View 2 Replies

Make A Progress Bar That Shows When I Access Some Items On A Listbox?

Dec 1, 2009

How can I make a progress bar that shows when I access some items on a listbox. It fills only when I click on listbox items, and then gets empty immediately.

View 4 Replies

Make A Program To Record Sound From The Microphone?

Apr 10, 2010

How can I make a program to record sound from the microphone? I've tried lots of thing but they don't work. Can someone show me how to do ths using winmm.dll or DIrectx?

View 4 Replies

Make Program Wich Can Sound Voice?

Jan 12, 2010

how to make program wich can sound my voice when i push on the button and say something using microphone?

View 1 Replies

Error Shows When I Leave The Tab And Move To Another Tab And Return To Last Tab?

Apr 13, 2010

when i leave the tab and move to another tab and return to last tab

this message show to me

http:[url].....

View 1 Replies







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