VS 2010 Can't Open Forms On Another Computer?
Mar 19, 2012
I've copied a project from one computer to another and while I can open the project and its one module, when I try to open any of the forms, I get this error:
Quote: There is no editor available for 'C:UsersDaBoyesDesktopWattsDBForm6.vb'.
Make sure the application for the file type (.vb) is installed. I can open the forms just fine on their own--I just can't open them from within the project.
View 5 Replies
ADVERTISEMENT
Aug 6, 2011
I need to open a form 6 times, I have the following
[Code]...
But when I click the button 6 times all the 6 forms open, but when I close one and click in the button to open again (since I only have 5 opened) the compiler says that I need to sure that the object isn't in use before using it again.
View 3 Replies
Apr 6, 2011
I want to know how to open My Computer, My Document, Recycle Bin and the Start Bar in vb.net? I mean a user has to click on a button and all of these must be opened. Its a prank I'm doing.
View 7 Replies
Sep 20, 2011
I've looked through several posts to find potential solutions to this problem, however I don't find them very suitable for my needs.Some included the user to run the application as Administrator However, even as I start VS2010 as administrator, starting or stopping my service continues to throw the exception.
View 1 Replies
Mar 31, 2009
They are all working on my computer,but they are not working on any other computer(I tested it on about 10 computers). They are working when i start making it,but after they are not working. When i try to run it on other computer it is not opening(there is not any error message), or there is a crash report(application crashes). So they are working on beginning of programming, and after they aren't.
View 1 Replies
Jul 7, 2011
I am making a VB .NET application using Visual Studio 2010. I want to know how to open/close ports of the computer. The application will be running in Windows XP only.Actually the thing I want is to close all ports but 80 but also have the ability to open a few more if I need them. Any ideas?
View 16 Replies
Jan 9, 2012
I use this code to open noatpad on remote computer, but this open just a process without show the noatpad:
strComputer = "computer name"
strCommand = "notepad.exe"
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\" & strComputer & "
ootcimv2")
[code].....
View 1 Replies
Sep 23, 2009
I have a program that needs to access the files that are open by another program on the computer.When my application comes up I can easily see if the other application is running with the .net Process.GetProcessesByName method
Dim MyProcesses() as Process = GetProcessesByName("AnApplication")
For Each Instance as Process in MyProcesses
If MsgBox("application is running - do you want to end it?", MsgBoxStyle.YesNo or MsgBoxStyle.Question, "Warning") = MsgBoxResult.Yes then
[code].....
The problem is that the Instance.Kill does not allow the application to end gracefully. In VB6 you could use the SendMessage API to send a close message to the application and it would end gracefully - i.e. give the user the normal closing prompt. This just slays the application - leaving any open files in their potentially incomplete state, etc.
View 4 Replies
Nov 29, 2009
I have written a small VB.net program to connect remote server and read the status of system Services(IISADMIN), here i am able to connect remote system, but while reading below error popup coming...
"Cannot open IISADMIN service on computer"
View 1 Replies
Nov 16, 2009
Im doin project in vb.net as front - end and sqlserver 2005 as back-end
View 8 Replies
Aug 21, 2009
is it possible to have the open programs on my computer viewed in a list, and have the abbily to minimize and restore if so, what are the codes for it and what do i have to attach it ro (butten etc) it is for my OS i am making.
View 1 Replies
Jan 15, 2010
I tried to make a winsock program.But when i run, i have a SocketException "No connection could be made because the target machine actively refuse it."Any suggestions on what i should do? Im using 17477 port.By the way Im using my own computer to test it. So i have no idea why.How should I open this specific port in my own computer?
Is it possible that I could include it to could into my program so that i don't need to open the ports of each computer? Below is my code.
[Code]...
View 6 Replies
Jul 4, 2010
I have a simple executor that when clicked, opens the CD tray.[code]On my computer it works fine but on another computer, it only opens the CD tray if there is no disk in it.[code]
View 5 Replies
Jul 22, 2011
I have a project I built in VB 2010 Express Edition. I copied the project's folder to a flash drive, pasted it into the visual studio 2010 projects folder on a different computer, and opened it with VB 2010 Express Edition on that computer. I can view the code, but when I try to open the design view, I get the following error:
[Code]...
View 6 Replies
Feb 3, 2012
I'm using vb2008 How can make the application work(load) when I open my computer?
View 4 Replies
Sep 1, 2011
I have no idea what I have done wrong here, so I'll just attach my project as a zip file and see if any of you are kind enough to look into it for me.I am reasonably experienced in C#.NET but having trouble using VB.NET for a school assignment.I cannot open half of my forms in designer view because "To prevent possible data loss before loading the designer, the following errors must be resolved".
View 1 Replies
Nov 3, 2009
i was doing a fair amount of programming many years ago, like 10 it feels like, so I'm sorely not up to date on how my newly downloaded Visual Basic Express expects me to communicate with it.I am writing a program that pulls a cell from a database after the user has gone through several forms to determine which cells they want. When I write it like that, it doesn't sound very efficient, but I've designed it this way for usability.Here's where I have a problem: Should I store the path the user takes in a string, an array, what?
Here's an example:Someone wants baseball stats and trivia. They run my program, main form pops up, they select National League button, the NL Form pops up. Now the way my program is set up right now, is there are two ListBoxes on the form, one is populated, and as the user selects a Team from ListBox1, it jumps to ListBox2. Once they've selected all the teams they want info for, they click a button Next.
What I now need the program to do is show the next form "Team: name" once for each team, and insert the name of the team on the form in the appropriate label which I'll have blank. This form will also do the Listbox thing except the first listbox will populated with Topics like HR Stats, Pitching Stats, Coach History, etc.
View 1 Replies
Jan 7, 2011
I'm using vb.net 2008. Just want to ask how to make exe file? Installation not needed but open automatically to other computer.
View 14 Replies
Apr 16, 2009
I have two forms frmMain and frmNew, and one module modMain. In modMain I hold public variables which are needed for application. My question is how to open and close those two forms when needed? I ask this because if i set frmMain as startup form, then when closed, application will end, and one of those two forms will always be displayed. Also if I set frmNew as startup form, then when I close this form, application will also end. Is there a way to do this from module or something so my application won't end after closing and opening any of those two forms?
View 2 Replies
May 10, 2010
So the program I have is an overlay for a bit of software that has a main Video out. Whenever I go between forms the video freezes for a tiny bit but is noticeable. I am using the following to go between forms,
vb
Form6.WindowState = FormWindowState.Maximized
Form6.Show()
Me.WindowState = FormWindowState.Minimized
Me.Hide()
Is there a better way to cause less work for the form, making there be no lag at all?
View 1 Replies
Jan 25, 2012
How can I check if a computer has multiple screens?And is it possible to move form to other screens aswell?
View 3 Replies
Aug 17, 2011
[URL] some properties aren't showing in my vb just like the one needed in the video..my computed column is made only by
-project
-add new item
-dataset
then i just changed the expression property
View 5 Replies
Jun 24, 2010
i developing my stock management system..in the welcome screen i want to put a enter button with a symbol as in computer keyboard.how can i get that symbol in button Text.
View 5 Replies
Mar 11, 2010
Private Sub LinkClicked(ByVal sender As Object, ByVal e As EventArgs)
Dim link As HtmlElement = WebBrowser1.Document.ActiveElement
Dim url As String = link.GetAttribute("href")
[code]...
Okay so here's the question how do I get the links that open in a new window to open in my main webbrowser control. The above code does some, but it's not fool proof.
View 1 Replies
Oct 16, 2009
I'm trying to display all services on a computer into column 1 under Processes and column 2 as services. I can't figure out how to do this with the WMI statements.
Here is my code......
Private Sub OKButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OKButton.Click
[CODE]..................................
View 4 Replies
Aug 18, 2010
I created a background image for the form with rounded corners. I filled the outer edges and empty space with Lime color (00FF00) and then set the same transparency key in the properties for my form. It worked well, the edges were transparent and the form appeared round-edged. This was accomplished with Visual Studio .NET 2005 on Microsoft Windows Vista Home Premium 64-bit.The very same application was ported to a different platform. Visual Studio .NET 2005 on Microsoft Windows XP Professional 32-bit. All the settings are the same and nothing has been changed. But the transparency effect is not appearing on the Windows XP platform.
View 5 Replies
Feb 24, 2009
if you guys have used office 2003 or better( i am sure all) then you would have seen that when the help window open it causes the active windows say of MS WORD to change accordingly so that this help windows fits with it along the right side and this functionality i want to implement in my VB windows application and have no idea how to do it Also i have seen this feature in GOOGLE DESKTOP GADGETS...
i want to implement that when my application opens which ever is the active window( of any application) snaps to the left and allows my application to fir in the right hand side i am developing my application in VS 2005 using Visual Basic.
View 1 Replies
Mar 2, 2010
I would like my forms to open as part of a "bigger" program, where there is a screen that fills the monitor and inside this screen is my form, centered. When a new form is opened, only the new form will be displayed...it will not be form on top of form.It would look similar to the screen in the following link, except the form inside the bigger screen would not have the minimize, maximize, or close buttons.I am just wondering if there is a property in VB.NET forms that will allow this to happen.
View 8 Replies
Jul 17, 2011
The program i made is an IP Finder. it uses MS WinSock, so i thought that would be the problem. I have already installed the powerpack and i got another program i made working
View 2 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