EXE Program Don't Work Debudding Of Program Work

Jan 8, 2012

I'm building a VB(2010) program to create the graphics for my laserprojector.The program works when I debug it in VB, but when I run the EXE program in the release directory, it doesn't work. The problem in the EXE program is theat I can't draw/view graphics in the picturebox..I coppied my whole program to a new VB project, but I'm having the same problem...In the original project, where the program works, there are no warnings or errors.

View 3 Replies


ADVERTISEMENT

VS - Program Doesn't Work Though Flash Player - When Click On Icon Of Program - Shows Error Message

Sep 30, 2010

I am really confused! My program doesn't work if I don't have Visual Studio here in my PC. To test it I have uninstalled Visual Studio. But my program doesn't work though Flash Player is present there (I have used Flash animation in the first form).

To be more sure about it I have installed Flash. But it's not working! That means the Flash animation file (.swf) is not making a problem! It needs support from Visual Studio to start. Doesn't it mean that some files are not attached with a setup file as a result it needs Visual Studio to run? Let me tell you how I create a setup file of my program.

CODE:

When I click on the icon of my program it shows the error message

CODE:

Reporting details: This error report includes information regarding the condition of WindowsApplication1. When the problem occurred the operating system version and computer hardware is use; your Digital Product ID, which could be used to identify your license; and the Internet Protocol(IP) anddress of your computer.

View 1 Replies

Cannot Get Guessing Program To Work?

Feb 19, 2011

Option Explicit On
Option Strict On
Option Infer Off
Public Class mainForm
Private Guess As Integer
Private Number As Integer

Private Sub exitBtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles exitBtn.Click
Me.Close()

[Code]...

what is wrong with this code, if possible please give me some directions or navigations so that I will try to think and fix my issue due to the fact that i'm a student and trying to do an assignment.

View 6 Replies

Getting A Progressbar To Work On Program?

Jul 1, 2009

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim antalpersoner

[code].....

View 12 Replies

Getting The Middle Name Work In Program

Aug 16, 2009

I'm stuck in getting the middle name work in my program if you guys can help me. So I'm suposed to break up fullname entered by the user into>firstname= middlename= lastname= I've done first and last name but I get stuck on the middle name. So there is my code.

[Code]...

View 16 Replies

How To Work On Program While Minimized

Jan 13, 2009

I got a program which needs to be used while it is minimized but don't know how to do this. I would control it by keyboard, my keys only work when the form gets focus.

View 1 Replies

Program Add-in To Work In Solidworks?

Mar 12, 2009

how can i program add-in to work in solidworks

View 2 Replies

Program Does Not Work With Some Computers

Aug 20, 2009

My program has Framework 3.5, and my friends' computers have same version of framework. But the problem is that my program says for him

[Code]...

View 11 Replies

Program Does Not Work With Some Computers?

Aug 20, 2009

I am using Vb.net 2008.My PC has vista 64bit. My program has Framework 3.5, and my friends' computers have same version of framework. But the problem is that my program says for him......It is look like this[URL] and some of them say like this picture...[URL] Actually, some friends said that you have to register the RealAudioObject ... and ... IWshRuntimeLibrary .... If this is a problem, how can I make this by code because I do not like the slow way...

View 4 Replies

This Program Will Not Work When Run As Administrator

Jan 7, 2011

I found a vb.net code, you can drap and drop the image files to picuture box, i have tested on Windows 7 OS, double-clicked the exe file, it worked well, but when i ran this exe as administrator, it did not work, why? i want to run as administrator. The code is below:

Imports System.Text
Public Class Form1
Inherits System.Windows.Forms.Form
Implements IMessageFilter

[code]....

View 7 Replies

Forms :: Monitor - Possible To Work Out What Program Is In Use

Nov 13, 2011

I am trying to build a program that monitors how other programs are being used and as part of it I need to figure out if it is possible to work out using VB code what window, program or process the user is currently using or Focused on.

View 1 Replies

Get New Window To Work With Program 2010?

Nov 13, 2010

The Windows > New Window command still does not work in Visual Studio 2010.

This is SO 20th century having to edit only a single window at a time, only having that split screen.

View 8 Replies

If Statement - Program Doesnt Work ?

Apr 11, 2012

I'm not quite sure why, but this program doesnt work as intended. It's kind of difficult to explain but if you tried it, it doesn't work properly.

Private Sub btnApply_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnApply.Click
'clears the changes box before going through if statements
Me.txtChange.Text = ""

[CODE]...

View 3 Replies

Links Don't Work In Published Program?

Jul 19, 2011

I included (as its a property compnay) photos, MS word docs and exel docs by creating links such as ths one:

Private
Sub
Timer1_Tick(sender As

[code]....

when i publish the program and export it to another computer these links fail and the pgm crashes.

View 1 Replies

Make 'try' Thing Work In My Program?

Feb 3, 2011

I need to write a program that uses 'try' in it

the program can only accept a number if its bigger than 3 otherwise it would give a error message and return to the start of the [code]...

View 16 Replies

Make Program Work In Windows 7?

Jul 11, 2011

I completed my VB project a while back and it worked great in XP.Now the same program is needed on computers that have Win7 installed.The program installs without any problems, but when I open it, it gives me an error saying the database is not accessible.

I used Visual Studio 2008 and SQL Compact to design the project.The database was included in the project and in the installation file. I also checked the Programs folder and the database was installed correctly into the correct path.What is the problem with my programs compatibility with Windows 7?

View 14 Replies

Program Does Not Work After Changing Icon

Apr 9, 2009

I am writing a program, and it worked just fine, then I changed the icon on the program and I get an error when I try to run the program. Attached is the window that I get when I debug the program.

View 3 Replies

Program Does Not Work On A Vista Machine

Jan 15, 2010

I made an application to give to my friends as practice for my learning, so the app works fine with XP but not on a Vista 64 bit machine. Will the app need re-coding? The app is used as a game mod, so it writes to process.

View 2 Replies

Set The Program So That It Only Work For A Period Of Time

Mar 12, 2011

I want my program to work for a certain period of time, may be one month.. two month..

View 1 Replies

Tabs And Code Program Does Not Work

Mar 23, 2012

im doing a program where you type a teams name into a text box and it displays each player on the team and there batting average. but i also have another program within the form on a different tab and the program on the first tab works fine but when i swith to the second tab my program does not work. I know the code is right becasue i made it on its own seperate form first and it works correctly but when i put it on the second tab page of my other form it doesn't run.

[Code]...

View 1 Replies

Why Same Versione Of A Program Doesn't Work In Same Way

Mar 22, 2010

i have 2 exe of my program and one of them works extactly and the other one not..the reason could be that i use 3.5 versione of framework and the other pc hasn't that version??

View 3 Replies

Application Doesn't Work - Edit My Program

Jan 15, 2012

I am using a vb 2005 and mySql as my database. I already created my project but it seems like when i edit my program.. it doesnt apply. What might be the problem? Is the vb.net application, MySql or the OS?

View 2 Replies

Black Screen Is Showing But The Program Still Does Its Work.

Aug 13, 2010

I've automated some things on my computer with some mousecommands. This works perfectly. However though when I'm away for a couple of hours and I've got my program running (which is needed) the screensaver won't kick in due to the mouse movements. Is there any way to bypass this? So that a black screen is showed but the program still does its work.

View 1 Replies

Can't Get The Program To Work - Randomly Takes Characters?

Nov 20, 2009

I am not recieving any errors, but the program is not doing what I had expected. I wish to make a program that randomly takes characters (well, not completely randomly. I used the table of letter frequency from wikipedia and included that data in my program by figuring out the max for the random numbers from the percentages in the wikipedia chart.) and adds them to a long list of characters ands saves the file every 5 minutes. I have calculated the timer interval so that the number of miliseconds shown is equal to 5 minutes. I am getting the textwindow, and it is showing (rather rapidly, as I need it to be) a long random list of characters (including spaces). The problems are (A) I am having difficulty saving the text as a file. You'll find the code that is supposed to do that at the bottom. The other problem I am having is once so many characters are added, the ones at the top start disappearing. I would scroll to the top, and each time I did so the letters at the top had changed (this is all during the same test), but I need all characters to be stored when the file saves. Granted, I haven't actually seen one of the saved files as I have not figured out how to make that work. One other thing, not sure if it's important, I haven't run a published version yet. I've only been running the debug builds. Does that affect how it handles actions with files?

Module RandomModule
Dim X, Y, contents As Primitive
Sub Main()[code].......

View 4 Replies

Get Notification Icon To Work When Program Has Launched

Aug 22, 2009

I have developed a program using vb.net 2008 that will allow you to open another program at a specific time. This is just a beta and that is why 2 way of telling the program when to close the program that opened and this program.Anyway this is my issue when I get everything set up to open the program once it opens i don't have focus on the main form or the notification icon. (When the program has not lauched the program I am able to use the notication icon. (notification icon does the follow: restores the main window to normal view and exits the program.) Could some help to get the notification icon to work when the program has launched.[code]

View 6 Replies

Make A Chat Program Work On All Computers?

Mar 14, 2010

From all the chat applications I successfully made each and every one of them required me to port forward my router so that the data can be received. Now my question is how can I make my chat program work on computers that have routers with most of the ports blocked, how do traditional chat programs do it? Perhaps The chat program intercepts packets then sends it to a known port such as 80?

View 17 Replies

Make My Program (with Database) Work On All Computers?

Mar 24, 2012

I know how to make a setup wizard but when I install my program on other computers, I get an error (SQL Error).

What do I need to install on other computers other than .NET Framework and my program ?

View 4 Replies

Multidimensional Array And The Variables To Get The Program To Work ?

May 5, 2011

I get what I'm supposed to do, and this is my 9th project in this class so I'm not new to the coding and how it works, but for some reason I'm having a hard time wrapping my mind around the multidimensional array and the variables to get the program to work. Here is the first part of the instructions I was given for the project:

Write a program that will determine the cost of a Yacht rental based upon yacht type, the size of the yacht and the number of hours the yacht is rented. There are three categories of yachts: Ranger, Catalina, and Excalibur; and three yachts sizes: 20 feet, 30 feet, and 40 feet. The rental cost is the yacht price multiplied by the number of hours rented. Create an array to hold the rental prices.

RangerCatalinaExcalibur
20 feet 95.00105.00125.00
30 feet110.00130.00150.00(prices per hour,
40 feet120.00145.00180.00 multi-dimensional array)

Use a data structure that contains the following fields: yacht type, yacht size, price per hour and cost of the rental. Limit the number of transactions to 20. Each time the Calculate Price button is pressed, look up the rental price from the price array and display it on the form along with the rental cost. Add the appropriate information to the data structure to create a transaction history.

Here's my code, the top with the variables:

vb.net

Public Class YachtRentalMainForm

'Variables

[CODE]...................

And here's my calculate button code where I'm having the most trouble:

vb.net

Private Sub CalculateButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CalculateButton.Click

[CODE]......................

I'm not getting errors anymore thankfully, but when I run the program... I choose my yacht type and size and input hours, it doesn't matter how many hours I put in - the price doesn't change. I know I'm missing something, maybe I've just been staring at it too long and need a fresh set of eyes to give it a look over and tell me what I'm missing? It also isn't calculating properly. 40 foot excalibur is supposed to charge $180 per hour and instead it's charging $125 flat rate.

View 6 Replies

Run Computer But Program Does Not Work As It Cannot Access Database

Mar 18, 2012

I made a program that i want to run on computers at school and it utalizes a MySQL database. When i try to run it the program does not work as it cannot access the database. I open the code up on my computer at school and it has errors saying ti does nto recognize the MySQL code as it does not have it in its .Net library. So i try to download it into the library but that does not work. So my question is, will programs using any kind of database not work unless the user installs the needed add on, weather it be a .Net library add on or a java add on for MySQL? That cant be right it.

View 4 Replies

Save The Result In Textbox1 Then Program Not Work (is Off)?

Oct 13, 2010

I have created a program and i want to save data.for example: I have created a program in this way: me.textbox1.text = me.textbox2.text * textbox3.text

and I want to know how to save the result in textbox1 then program not work (is off)

View 7 Replies







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