Application Wizard Cannot Be Found
May 9, 2012
Actually, I am just a beginner of VB. but I have written other languages like C , C# so I understand the basic knowledge of VB.
Now when I read one book, I found one page telling about VB application wizard which is easier to place bars... but as i am using Visual Studio 2010 for VB, I can't find its icon when creating new project.
View 4 Replies
ADVERTISEMENT
Jun 25, 2010
Whats the best way to go about having the user update the product? Im using VS 2010 and the publish wizard does give me an option to first uninstall the previous version which is ideal.
View 3 Replies
Jun 19, 2012
im trying to configure a button in a .net healthcare application with the aid of a wizard that allows 3rd party integrations with other applications.The process has been documented, including the scripting in a PDF document produced by the manufacturer (siemens) and distributed to me as an IT administrator.Im now trying to configure the integration button and thankfully there is a test button as part of the wizard that verifys the script - which is returning the error: "Expression is a value and therefore cannot be the target of an assignment"
here is the script:
Option Strict Off
Imports System
Imports System.Windows.Forms
[code]....
the line below "create command" seems be be causing the problem. This is the executable that should launch, displaying the same patient in ialauncher.exe?
View 2 Replies
Apr 15, 2011
I was following a tutorial to create a silverlight web application that uses a datagrid and fetches data from a table but I keep getting the server error with just NotFound and no further details. Not sure how else to trace the error.
Imports System.ServiceModel
Imports System.ServiceModel.Activation
Public Class Service2
[code].....
View 2 Replies
Apr 2, 2009
add serial number requirement to Setup & deployment > setup wizard for VB.net application
View 16 Replies
Nov 8, 2010
I'm trying to use ASP.NET MVC with older versions of IIS that have trouble with MVC's default routing. I found a suggestion to add .mvc.aspx to my routes. So instead of this:
routes.MapRoute( _
"Default", _
"{controller}/{action}/{id}", _
[Code]....
What do I need to change in IIS and/or my MVC application to get the default page to work correctly?
NOTE: I tried adding RouteTable.Routes.RouteExistingFiles = True per this answer, but that didn't seem to fix the problem.
View 2 Replies
Oct 1, 2010
We have an VB.net application that is being moved from one box to another. It runs great on the old box. The new box is configured the same as the old one but is on newer hardware. When I run the application on the new server it complains that the adobe toolkit that we use can not be found.
View 2 Replies
Jul 18, 2012
I've made an application and it connects to my database. But the issue is the details of the database can be found out through packet logging or something. How can I stop this from happening and secure it, without having to have a third party such as PHP script etc.
View 1 Replies
Jun 16, 2011
It does work on some machine's but wold not start on other computers. from the code line's I see the problem is related to devex components.
View 2 Replies
Dec 26, 2010
I'm trying to make this example (translated to VB) and i'm getting an error when i try to view in browser [URL] I have uploaded it to Skydrive
[Code]....
View 5 Replies
May 2, 2012
Excuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 2 Replies
Nov 30, 2010
I would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 4 Replies
Aug 12, 2010
i use a vb application in windows XP , and i have migrate my laptop to windows vista when i try to use my vb application is not work "vb6fr.dll could not be found", then i copy my old vb6fr.dll to directory system32,but always the same errors.can someone give me a compatible vb6fr.dll or give solution to resolve this problem
View 3 Replies
Aug 13, 2011
Currently I am using this code to check for Firefox on a 32 bit machine
Code:
Dim Firefox32 As String
Firefox32 = My.Computer.Registry.GetValue _
("HKEY_LOCAL_MACHINESOFTWAREMozillaMozilla Firefox 5.0in", "PathToExe", Nothing)
MsgBox("The value is " & Firefox32)
If the value is found then the above message is fine, but if the entry is not found I want it to display a message like: "Firefox could not be found" instead of "The value is: " What code would make this appear?
[Code]...
View 4 Replies
Feb 15, 2011
Is it possible to create a wizard in VB 2010.
[Code]...
And can I integrate a SQL database to store the data the users enter? It will be for automatic account creation. And I only want them to enter data once, and then I want to retrieve it for every signup.
View 5 Replies
Apr 28, 2012
How can i make a wizard using VB.net....
View 4 Replies
Mar 13, 2009
I've noticed that in VS 2005, there were plenty of new, great features, with good fixes and just a better overall system. However, it does not seem to have a very good setup wizard. You have less control over setup, and the wizard won't let me copy some files that my program needs with it.Is there a way to get a better setup wizard, or will I have to make my own? Also, how do you make a custom MSI?
View 9 Replies
Jun 9, 2012
I am trying to accomplish an Aero Wizard in VB.Net, shown here: Features in need include: Extended glass frameGlowing textRemoving original caption bar title and iconBack button
View 2 Replies
Apr 27, 2012
I have created an SQL Server 2012 database using the Server Managment studio and I want to connect to in in VB2010. When I run the connection wizard and locate the .mdf file it always tells me that the file is in use and to close any programs that have it open.
However VB is the only program I have open so I am not sure why it is telling me this order how to overcome it.I have tried creating a different database the same way to see if that help but it doesnt.
Is there something I might be missing in the creation of my SQL db that might be causing it?
View 3 Replies
Apr 23, 2010
When I add a datasource via the wizard the connection string is either writen directly in the dataset.designer or there is a reference to the projects settings. Either way I am figuring out if I could change it dynamicaly when my app starts up ?
[Code]...
View 5 Replies
Jul 11, 2011
how I can create a Setu Wizard
View 5 Replies
Oct 27, 2009
I am new to VS and evaluating VS 2010. I am trying to create a wizard type control, on which various controls are on each tab. I then want to turn off the tab description and outline and control which tab controls are displayed by programmatically selecting each or one specific tab. Also require to be able to place a control above a tab (not on any of the tabs, which will mean that the control is visible whenever the form is displayed
I am trying to duplicate the characteristics of the Clarion (Soft Velocity) language tab control.
I have noticed that the tab control does have a "visible" attribute and if turned off that none of the tabs are visible. I guess what I need is a "visible" attribute (most probably inhereted from the parent tab control ) which can be programmatically changed.
View 4 Replies
Apr 8, 2010
setup wizard creation in wpf
View 2 Replies
May 26, 2010
I know that VS 2003, 2005 and 2008 had the VB6 to VB.NET Upgrade Wizard. Now, on a email list I'm on a said that he cannot open a .vbp file to use the upgrade wizard in VB 2010. Is there no Upgrade Wizard in VB 2010?
View 13 Replies
Aug 25, 2011
I am an engineer programming in VB2010 Professional. I am trying to format a chart in Excel from VB, I looked at the following link. I wish there was actual complete code along with the structure.
[code]...
View 6 Replies
Aug 8, 2010
I'm wanting to burn the contents of a folder to CD from within a VB.net project.After a few hours of research it doesn't appear as simple as I thought it would.Is it possible to control the native CD writing wizard on XPWin7?All I need to do is add the folder, give the CD a name and start the burn - the Wizard would be ideal and save hours of coding.
View 1 Replies
Oct 22, 2009
I created a report using the report wizard in visual studio 2008. I put this line in my form_load event:[code...]
But when I debug my application the report that I created is not copied to the debug folder, so it can't find it. Does anyone know a solution for this?
View 1 Replies
Jul 9, 2010
I guess this explains why Microsoft didn't include the VB6 upgrade wizard in VS 2010.[URL]...
View 1 Replies
Dec 20, 2010
I have created a wizard with 5 different panels. It works perfectly in debug mode, and when I try it as an exe on my machine, it is fine also, BUT when on another machine the forms get all scrunched up. See attached picture. I checked the settings and they both have the same.
View 2 Replies
Jun 12, 2009
Is it possible to have a "Install Wizard Interface" in a program made in VB.NET? So you first has some boxes so the user can fill in, then when he click next, new controls comes up, without changing/opening/closing windows? I know about tabbed wizard, and thats not what i want.
View 12 Replies