473,586 Members | 2,652 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

EXEs

I have noticed that my application runs much smoother in the Visual
Basic Development Environment, than it does using the .exe located in
the project's "bin" folder. Is this the right .exe to be using? Also, if
it is, is there any way to make the .exe work as smoothly as it does
inside the Dev Environment?

Thanks,

*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #1
5 1020
"A. Gaubatz" <an*******@gmai l.com> schrieb:
I have noticed that my application runs much smoother in the Visual
Basic Development Environment, than it does using the .exe located in
the project's "bin" folder. Is this the right .exe to be using? Also, if
it is, is there any way to make the .exe work as smoothly as it does
inside the Dev Environment?

How do you determine if the application runs "smoothly"?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #2
The application involves animations, and they play smoothly in the dev
environment, wheras with the .EXE, they are very jerky when the app is
first opened.

*** Sent via Developersdex http://www.developersdex.com ***
Nov 21 '05 #3
"A. Gaubatz" <an*******@gmai l.com> schrieb:
The application involves animations, and they play smoothly in the dev
environment, wheras with the .EXE, they are very jerky when the app is
first opened.


Which control do you use for plaing the animations?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #4
I noticed that you said that the animations were jerky when the app was
"First Opened". When an application is opened, I don't think that code is
loaded and converted to machine language until is actually called and used in
the app which can take a bit of time. However, after it's loaded and used
once, it should run faster than from the IDE.
--
Dennis in Houston
"A. Gaubatz" wrote:
The application involves animations, and they play smoothly in the dev
environment, wheras with the .EXE, they are very jerky when the app is
first opened.

*** Sent via Developersdex http://www.developersdex.com ***

Nov 21 '05 #5
I would suggest that this is the reason for the differences you are
experiencing. One of the issues we often see is that debugging causes the
app to behave differently (especially when multi-threaded) than it runs in
release. The solution is to test test test test and test again and for you
to always run the tests in release mode.

Nick

"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:20******** *************** ***********@mic rosoft.com...
I noticed that you said that the animations were jerky when the app was
"First Opened". When an application is opened, I don't think that code is
loaded and converted to machine language until is actually called and used
in
the app which can take a bit of time. However, after it's loaded and used
once, it should run faster than from the IDE.
--
Dennis in Houston
"A. Gaubatz" wrote:
The application involves animations, and they play smoothly in the dev
environment, wheras with the .EXE, they are very jerky when the app is
first opened.

*** Sent via Developersdex http://www.developersdex.com ***

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
1778
by: Xero Limit 126 | last post by:
Okay, I am completely new to Python, and I really dont understand much, but I was wondering how to make a python script/program into a standalone .EXE? I dont understand py2exe at all, so if someone could tell me or find me an easy (For a newbie) to convert Python scripts to EXEs, please let me know! Thanks for any help!
6
7730
by: Jon | last post by:
I have 3 VB.net executables that reference the same 3 VB.Net DLLs. How is the best way to distribute the EXEs without putting 3 copies of of DLL on a user's machine. I looked into Private assemblies and the Global Assembly but I am having a hard time figuring them out. Ideally, I would like to have one install that puts all 3 EXEs and all 3...
1
326
by: James | last post by:
I'm having a problem using the System.Net.WebClient to download .exes from a web server. I'm testing everything on localhost, and the same code works fine with all other types of file. I even tried renaming the .exe extension of the file in question to .exe2, and that worked! Is there a security setting that doesn't let me download executables...
8
2387
by: Dave | last post by:
This may be a simple question, but I'm new to .NET and not having much luck finding out the answer. I'm writing a Windows Service and want to develop a separate program that provides a user interface so the user can control the service. They are both being developed in Visual C# .NET. What is the best way to get them to talk to each other?...
2
1333
by: mb | last post by:
I was curious if the new .NET 2.0 has optimized things to make the EXEs run faster? Thanks
2
1239
by: Benny | last post by:
If you rebuild a solution without change anything, the new generated EXEs still has some difference. Is there a way to find out whether two EXEs are functional same?
1
1475
by: pavanip | last post by:
Hi, I have one windows application in that i created multiple exes.Now I am trying to build my application and combine multiple exes to one exe.But i am unable to that can you tell me the procedure to combine multiple exes to one exe and build that exe. If I build each exe seperately the application is also running seperately for each exe. ...
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8202
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6614
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.