VS 2008 Run Application From A CD ROM?

Mar 27, 2009

Is there a way to run a VB.NET application from a CD?, most of my users don't have admistrative rights, therefore can't install the application. I know how to convert the application to a Dll file, Is there a way to execute the DLL from the .exe file?

View 4 Replies


ADVERTISEMENT

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

Recommended Application(s) To Test SQL Server 2008 Queries For Application?

Apr 11, 2012

I am new to working with SQL databases (and databases in general) so I do not have a lot of experience with how queries work and how I can practice them. When I was first learning xml and XPath, I found XPath Visualizer incredibly helpful after someone on stack overflow mentioned it to me.Due to this, I am wondering if a similar tool exists for SQL databases?Basically a tool that will allow me to connect to a database,enter queries and see somehow what the results would be like.

I have looked online a bit, however I have found relatively few options in terms of any utility that would do what I want, and that looks reliable.I will ultimately be writing an application to interact with an SQL 2008 server in vb.net, however for now I am just experimenting so I will know what I am doing when I actually want to create my application.So far I have managed to connect to the database using an OLE DB connection, but I am now looking for a way to experiement with queries without just querying and figuring out a way to interpret the results in my program. Basically I want to be able to remove the programming aspect of things so I can experiment with queries without needing to question anything in my code that is unrelated to the specific query.

View 7 Replies

VS 2008 Change The Application Version Without Publishing The Application?

Sep 23, 2010

Is it possible to change the application version without publishing the application? Because I'm going to make an auto updater which needs some version information to work, but I don't want to have an installer.

View 3 Replies

When Developing A New Windows Application And Web Application Using VS 2008/2010

Dec 7, 2010

I want to learn programming techniques so can make both windows and web applications more user-friendly, faster, safer, reliable and easier to deploy.

View 4 Replies

VS 2008 Launching Default Application From 2008 Under Windows 7

Nov 5, 2009

Within my application we store objects i.e images,word docs, etc etc. These are stored in a listview and when the user double clicks the item it launches the default application assigned to the file type i.e a bmp will launch paint, doc will launch word etc etc.

Everything works great in all versions of windows except the new Windows 7 where i am getting this error message:

Im guessing this is something to do with permissions etc, but can anybody shed more light on this and where to look?

View 6 Replies

VS 2008 Sharing .NET 2008 Application EXE?

Jul 3, 2010

We are rewriting our VB6 application in VB.NET 2008. The application contains several VB.NET dlls and one COM OCX control.We want to keep our executable file in shared folder of Server and want to create a shortcut in all other PCs. (This is the way we deployed our VB6 application)We know that using .NET Code security option we can give permission for sharing exe of a VB.NET 2008 program and .NET Framework is necessary to install in Client and Server PCs.

1.In which place we need to change .NET Code security: Server or Client?

2.Our application has a COM OCX control. Will it affect our sharing?

3.Which resource will be used for running application: Server or Client?

4. We want to use local resource of client such as reading registry setting, INI file etc. Is it possible?

5.Where to put DLLs of the application: Server or Client?

View 2 Replies

Can't Run Application In VS 2008

Oct 16, 2011

I create one form and i choose AxViewer(CRViewer) from COM to draw on my form. When i run my exe on client machine it show error. (In my pc no problem) What should i do to run it on client machine ?

View 9 Replies

VS 2008 Log Off The Application?

Jan 14, 2010

I developed a payroll software and i want if any body login to the payroll system and they leave application ideal then after some time it will log off the user automatically

View 3 Replies

Application Crashing On Sbs 2008?

Nov 16, 2010

An application working fine on Microsoft Small Business Server 2003 (Windows 2003) 32 bit when installed on Microsoft Small Business Server 2008 (Windows 2008) 64 bit crashed with the following trace;SUB: MyApplication_UnhandledExceptionException Type: System.TypeInitializationExceptionMessage: The type initializer for 'IV.modMain' threw an excep

View 2 Replies

Converting 32-bit Application To A SQL 2008 64-bit DB?

Nov 13, 2009

We are currently running a 32-bit VB.NET 2005 application with a 32-bit SQL 2000 data store. The network guru is going to be upgrading the server and SQL to a 64-bit version on both. Will the 32-bit application still connect to the 64-bit data files? I am guessing I will somehow need to tie in the 64-bit drivers somehow, but will those work on a 32-bit development system?

View 4 Replies

Developed An Application In VB 2008?

Dec 26, 2009

I have developed an application in Visual Basic 2008. I really love the product.I am 99% done but am hung up on a Publish issue.I know the Publish feature is not a full install program - but it handles downloading the application prerequisits so well I really want to use it.My problem is the Install path. It installs my application is the strrangest drectory appdatalocal 615252-191891-919 (goes on for ever)

I can set the install directory to something simpler. Would love to get it in Program Files but will settle for AppData if it can be a reasonable directory name. If I have to tell a customer to look in that directory for some reason I would have to read off about 60-70 alpha numeric characters for the directory path - that isn't feasable.

View 3 Replies

Get The Code Of An Application .exe Done With VB 2008?

Apr 5, 2009

i have an application .exe done with visual basic 2008 and i don't have anymore its project files,etc.Is there any way to get the code of an application .exe done with visaul basic 2008?

View 1 Replies

IDE :: Can't Create Asp.net Application Is VS 2008

Mar 3, 2009

When I try to create a new asp.net application in vb.net vs 2008, visual studio just hangs without any error messages. It does create the virtual directory on iis but nothing happens. I have checked and iis is installed, then i re-installed vs 2008 and used the aspnet_regiis -i command to register aspent. but sitll no success.

View 3 Replies

Use In .net 2008 Express Application?

Aug 25, 2009

I downloaded an itextsharp DLL that I would like to use in my vb.net 2008 express application.In which folder should it be placed?I went into choose items in the toolbox and tried to add it but I got an error

This is what I downloaded:[URL]..

View 5 Replies

VB 2008 Application Hangs?

Mar 6, 2011

I am writing my first application in Visual Basic Express 2008 and the program conistently hangs (Not responding in the Task Manager) midway through execution. The operating system is Windows XP Professional SP3 running on a 1.20 GHz Intel Core Duo CPU with 2 GB of RAM.

The application has very deep layers of subroutines and functions, all of which are using lots of math routines. There are no recursive routines anywhere in the program. The program creates and destroys quite a few class elements, and I have written dispose methods for all of them using IDisposable, setting all the properties to Nothing. I also use GC.Collect() to force garbide collection, and GC.WaitForPendingFinalizers(). As a result, I don't think there are any memory leaks.

I think the depth of sub and function calls are causing a stack overflow, but I'm not certain. I have tried without success to increase the stack allocation to 2 Mb using Editbin.exe after reading some forums, but nothing changed. I then searched my machine and did not find EDITBIN.EXE.When the program hangs up, the background of the forms on the screen turn to solid white and the controls are no longer visible.It looks like a window pops up but it disappears too quickly to read anything. If I view the task manager while the application is running it hangs immediately. I have not published it, I am still developing and running it out of the VB environment.The more complexity (sub and function calls) I add, the earlier the program hangs.

View 6 Replies

Vb.2008 Security Application?

Feb 8, 2012

im finish my application and im finish ex�cutable the my application. and my question he's, if posible somebady want open my executable the my application with vb.2008.is that posible

View 1 Replies

VS 2008 - Batch Run Application?

Nov 12, 2010

I have applications that need run many times. Currently I use dos batch file to run .exe file generate by vb.net or c#, but to be honestly, I hate dos command/batch. How can I avoid it?Saying a simple example "Hello World!" I need run it 10 times.

View 5 Replies

VS 2008 - Can A VB Application Return A Value

Jan 20, 2010

I have 2 vb.net applications (App1 & App2). What I'm trying to do here is have App1 call App2 via shell command, and have App2 return some results back to App1 after App2 is finished running. How do I do that?

View 8 Replies

VS 2008 - How To Put A Application On Facebook

Mar 27, 2009

How To put A app on facebook that i made in Visual basic.net 2008 express?

View 5 Replies

VS 2008 : Get Back Application 3.5 To 2.0?

Nov 12, 2010

how to get back application 3.5 to 2.0 i set my apps to 3.5 almost done... but i want dontnet 2.0 to use.

View 1 Replies

VS 2008 After Installing Application?

Nov 3, 2009

I want to distribute this program I've made and it has a database it needs to install. So I made the setup project and put the database in the "application folder".

I built the setup project and ran it. It does successfully copy the database file into the application folder. But when I run the program it says file cannot be found, even though the file does exist and at the path specified where the program says it cannot find the file.

View 4 Replies

VS 2008 Application Appear Above Taskbar?

Oct 28, 2009

So heres a image of what I'm trying to do [URL].. My application is a toolbar sort of thing.. I want it to be stuck to the user's taskbar and the '::'s in the example will be draggable areas so they can move the toolbar left and right above the taskbar.

What I need help doing is: 1. How can I get my app to stick to the users taskbar? I know I cant set the position to mine because different screen resolutions etc, is it possible to do?

2. How can I make the draggable areas only drag left and right and not up and down?

View 2 Replies

VS 2008 Application Disappearing?

Jul 20, 2010

Me.Show()
Me.WindowState = FormWindowState.Normal
nfi.Visible = False

[code].....

View 3 Replies

VS 2008 Application Does Not Displayed?

Sep 15, 2009

My application was built with VB.NET application. It's EXE application. It's already running well on dozens of Windows host (as independent app - without development env). Now I try to run it on Windows 2008 server (as independent app), but the form does not displayed. Nothing is displayed. When I debug, I see that it's running all "form_load" subroutine, but then nothing is displayed. It works fine on many other Windows machine. What can be the reason? What should I check?

View 9 Replies

VS 2008 Application For Pocket PC

May 28, 2010

I'm developing a aplication to run in Windows Mobile 5 I was design the first form, but when I try run them in the VB emulator, only appear the PPC with the Operating System. In the emulator, how can I try the sotware????

View 2 Replies

VS 2008 Application For Pocket PC?

Jul 29, 2010

I'm developing a aplication to run in Windows Mobile 5I was design the first form, but when I try run them in the VB emulator, only appear the PPC with the Operating System.

View 1 Replies

VS 2008 Application Icon?

Nov 20, 2009

I'm at the code cleanup/little fixes stage of finishing my program and I'm trying to set the application icon. In the project properties I've chosen my icon file. It displays correctly in the taskbar, detail view, etc. However, it does not display when viewed on the desktop ("tiles" view) or when Alt+Tabbing.

How can I fix this so the icon displays properly everywhere?

View 15 Replies

VS 2008 Application Not Loading?

Mar 6, 2010

I'm trying to get my program to launch another .exe within the project folders. At the moment I am using:Dim oasicer As Process = System.Diagnostics.Process.Start("oasicer.exe", "hammer_8_8.txt")but the program starts and stops straight away. the files were originally in a folder called OASIC in the debug folder, so I had "OASIC" before them, but that didn't work either.

View 11 Replies

VS 2008 Application Settings?

Mar 8, 2011

Are the settings you create bundled with the application? Or are they written to some kind of file or the registry?If it is bundled in the assembly, I was thinking about at run-time of the application, getting the date, version and other system specifics and creating an encrypted value to write to the registry, but only if their "key" setting is "" or nothing.

If the 'key' setting is set, I could just go to the subkey I wrote the encrypted value to, and check to see if the application's 'key' setting matches that which is written to the registry. If not, then their trying to use their copy on another machine (bad).

View 2 Replies







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