Builds And Saves The Program As A 32 Bit On A 64 Bit Computer?
May 18, 2011
At college we run 32 bit computers and at home i build my programs to bring in but i have a 64 bit computer, i need to know if theres a way so it builds and saves the program as a 32 bit on a 64 bit computer.
View 6 Replies
ADVERTISEMENT
Dec 21, 2011
I want to make a program that saves your profile image. My idea is to play with settings:
View 5 Replies
Mar 5, 2012
Is there a simple way to make a save button in a program that saves it. MY program has text in it, pictures in it, and both can be remotely changed and there drag able.
View 10 Replies
May 31, 2010
I am attempting to create a program which saves customer information for a business e.g first name, last name, address etc. but i am having trouble coding the save , new, print, next/previous record buttons.
Would someone be able to link me to a tutorial which explains how to do these?
View 3 Replies
Nov 18, 2010
how to transfer files from 1. computer to the computer with the program made in visual studio 2008 (visual basic)
View 3 Replies
May 2, 2012
This would be easier if I were able to have the external computer get its own name and just pass it to a web service as a variable, but I'm not able to do that right now. There are a variable number of computers from several different entities that regurarly access a web service on one of our servers. Changing only some VB.Net code on the server and nothing at all on any of those external computers, how would I be able to get their names programmatically in VB.Net?
View 2 Replies
Mar 21, 2011
A VB2010 program fails to build because it doesn't recognise left() and right(). mid() works, though.
Microsoft.visualbasic.left() works ok.
Yet, in another VB2010 program, left() and right() work ok.
View 3 Replies
Mar 16, 2011
It appears there is a major change in behavior with my projects now that I've installed SP1 for VS2010.
[Code]...
View 5 Replies
Feb 2, 2011
Got Visual Studio 2010 Express Edition and have been building an app on Windows 7 64bit, then bought that app into work to continue work on Windows XP 32bit.When I load it, it will run first time happily but when I try and run it again it either says The Operation could not be completed or just freezes, crashes or does not responding, yes if I build the app to an exe file it works fine everytime?Due to the fact of odd errors etc I am really baffled and frustrated why it's so random?
View 23 Replies
Mar 10, 2009
I am totally new to Microsoft Visual Basic 2008 and the programming language itself. how to make a browser. The browser works in debug mode, and I clicked build under build at the top. At the bottom it says build succeeded, but I have no idea where the program was actually saved to. I have Windows XP SP3.
View 5 Replies
Aug 21, 2007
I have a setup project in my solution. There are interop dependencies on msADOX and oledb32. On my Vista build machine these dependencies don't show up in the "Detected Dependencies" list (only the two interop assemblies), and my solution builds just fine.
On the production build machine (XP), the build fails with two errors: ERROR: 'oledb32.dll' should be excluded because its source file 'C:Program FilesCommon Filessystemole dboledb32.dll' is under Windows System File Protection.
[Code]...
View 3 Replies
Jan 9, 2011
I am moving from vb6 to vs2010. I installed vs2010 but no vb program, even the simplest will run. As soon as I load a solution either vshost32.exe or vshost32-clr.exe will shut down.If I create a vb application, even with just a form, a button, it will not run but will exit with the following.
'WindowsApplication1.exe' (Managed (v2.0.50727)): Loaded 'C:WINDOWSassemblyGAC_32mscorlib2.0.0.0__b77a5c561934e089mscorlib.dll'
The program '[3000] WindowsApplication1.exe: Managed (v2.0.50727)' has exited with code -2146233082 (0x80131506).
If I create an exe it will run on other computers but not mine, exe's that are created on other computers will run there but not on mine, so it doesn't seem to be a vs2010 problem but something else. I removed and reinstalled .net framework, 1.1, 2.0, 3.0, and 3.5 but that didn't help either. Since exe's that I create will run on other computers but not mine, I suspect it's .net framework but other than uninstalling and reinstalling it, I have no idea what to check.
[Code]...
View 2 Replies
May 9, 2011
We have created our program in vb and we have a connection to a database as well, but we tried to run the program on other computer using VB it does not work it shows an error message because the data base has different path in my computer so if I run the program on other PCs it will not work.
View 6 Replies
Jun 3, 2012
How could you accese and other computer via localhost or internet wiht vb.net. Not controlling but something like a chat box.
View 14 Replies
May 1, 2010
on an xp computer .. i used vb-2008 professional to create a program i then used the (setup-wizard) to create the files and folders to deploy the program on a CD.i followed the walkthrough documentations on how to use the (setup-wizard) .. but when i install the program on a different xp machine .. i get the following message:
** the feature you are trying to use is on the cd **
** an installation package for (setup1.msi) can not be found **
here are the steps i took to create the deployment setup files:
.. i added a (setup-project) to my solution .. called (setup1).
.. on the (choose-project-output-to-include) screen of the (setup-wizard) ..
.. i selected .. (primary-output-from-MyProgram).
[code]....
View 3 Replies
Aug 15, 2009
I have been working on a program on my old computer. Now, I have gotten a new computer and would like to continue to work on it there. The program is not yet finished. I would like to copy my program to my new computer. How can I do this? I tried copying the folder from my old computer to my new one and it opened the project, but I could not edit it as there was no permission given to edit it. It shows it as a read-only.
View 3 Replies
Oct 16, 2010
I've made a program in VB 2008, but when i tried to run it on my other computer (XP Home Premium x86) a error appeard.It says: "Retrieving the COM class factory component with CLSID {D6BCA079-F91C-4EIE-B453-32A0477D02E3} failed due the following error: 800736b1".I tried the program on my third computer (Vista Ultimate x64) to see if it worked, but the same error appeard : What should i do?
I went to ConfigurationManager -> Active solution platform and tried to change it to x86, but no difference :(
View 20 Replies
Feb 21, 2009
When I copy my executable to another machine and try to run it, I get
"Only part of a ReadProcessMemory or WriteProcessMemory request was completed."
View 13 Replies
Oct 24, 2010
I have written a program using Visual Studio 8 that simulates engine balancing. To simualte the forces I have used teechart, and have also programmed a genetic algorithm to optimise the system. However, I have just reformatted my computer, and now I cant get the program to run. I can access the code (in Form1.vb) and there are no problems, but 2 errors, and 5 warnings exist in Form1.Designer.vb.
The errors codes are:
'Type AxMSFlexGridlib.AxMSFlexGrid is not defined'
'Type AxMSFlexGridlib.AxMSFlexGrid is not defined'
View 1 Replies
May 3, 2011
Is it possible if I want make my program only work for certain computer user?
Means the program will check the current system user... and If the user is allow by the program... the program will Run...and If the user not allow by the program the program will display Message..."You are NOT ALLOW to use this program" and the program will close.
View 3 Replies
Jul 15, 2011
I get this error :
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: tuto.exe
Problem Signature 02: 1.0.0.0
[code]....
View 1 Replies
Dec 12, 2009
i was wondering if it is possible to changed the background of the actual computer desktop. i've searched, but all i can find is how to change the background of the form.
View 1 Replies
Jan 5, 2011
what should to do,when the computer doesn't accept the program.
View 6 Replies
Nov 29, 2009
I have a major problem, I took a class in VB, to get into my Computer Science Bach. Program and I am so far behind in VB, is there anyone who is willing.I just want to pass this class, so I can get my Bachlors and transfer to a University.. If there is anyone willing to help me please please please give me a message,
you can either email me @ {email removed} ; MSN Messenger is {msn removed} or my AIM SN is {aim removed}
View 5 Replies
Apr 8, 2011
I'd like to make sure that a program could run on a specific computer and get information like pc's identity. This way it won't be possible to run on another computer.
View 7 Replies
Jul 4, 2011
i want to make a program that will lock the computer when the program will run and will ask for a password in order to unlock the computer again.
View 2 Replies
May 18, 2011
i want to make my program to where when you install it, it will automatically start up with your computer everytime, but will start up in the background to where you can't see it....is this possible?
View 3 Replies
May 24, 2010
I made a program it is a Program that tells you information about your computer and CPU and much more but I am having an unusual erro here it is.
Error = Sorry I have my moms computer and dont have the project but I do remember it said something about a CatagoryName.
View 5 Replies
Mar 4, 2010
I have developed a small application and now i want to protect it.
I want to run it only on my own computer and i have developed it for myself.
View 4 Replies
Dec 30, 2009
how to add an application from my computer into my program. Do I add it as a resource or a reference? #2-How can I start that application in vb from a button? This is what I tried: (a button's code)
Process.Start(My.Resources."program here")
View 5 Replies