ObjectARX - Wizard Doesn't Appear As An Option Under Installed Templates
Oct 25, 2011
Tutorial 2 asks me to create a new project using ObjectARX Wizard. I have installed this & tried to create a new project. The problem is that the wizard doesn't appear as an option under Installed Templates ! Create a new project using the AutoCAD Managed VB Application Wizard
[Code]...
View 1 Replies
ADVERTISEMENT
Jul 2, 2009
I have created a Customized Excel template for Office 2007 using VSTO. currently i am showing this template under my templates. is it possible to show under Installed templates?
like we have in office 2007 Billing Statement, Blood Presser Tracker, Time Card , etc. Is it possibe to show the template which is created by me; under Installed templates?
View 10 Replies
Jul 22, 2010
When creating a T4 template in VB.NET, how do you specify Option Explicit, Option Strict,and Option Infer settings? There's some sort of <#@ #> tag for doing this, but I can't find it.
View 1 Replies
Jul 16, 2009
I am using VS 2005 under Windows 2000, and have a requirement to interact with Excel.I figure the easiest way to do this is by using the PIA from microsoft so I can just Import the Excel Interop into my project.So, I got local admin rights and downloaded and installed the PIA. I then found that my version of office was not SP1 so I upgraded to SP3 and then installed the PIA again.However, back in my project I have added a reference to Excel, but I do not see "Interop" under Office, I just see "Core"This means I cannot use : Imports Excel = Microsoft.Office.Interop.Excel.Also, when I check references again after restarting, I do not see any Interop references under .NET or COM.Why is it that Interop just doesn't seem to be installed (I see it under Add/Remove programs)
View 1 Replies
Apr 22, 2010
Is it possible to make that an application doesn't have to be installed so it would be portable?
View 5 Replies
May 17, 2010
I am using the TableAdapter Configuration Wizard and under Advanced option I click on "Refresh the data table" and carry through to the end of the wizard. However when I run my code and want to update the dataset on the form I get the error message "Update requires a valid Update Command when passed with DataRow collection with modified rows". So, ok, when I look back at the Dataset with right click and configure I find that that the "Refresh the data table" under Advanced Options is no longer ticked, even though I had ticked it before and finished the wizard. Somewhere along the line the tableAdapter is losing this value.
View 1 Replies
Nov 7, 2011
I have a VB project that I created a simple setup project to deploy. It installs fine except for one problem. It crashes because it can't read its own application directory. Included with the program are an xml and schema file that it needs to read when starting.dditionally it may create a log file, also in its application directory. Either of these will return errors under the default install. This was not an issue when running the program in VS and if modify the program to work with another directly like C:Temp. I have a workaround in which I change the permissions of Users group to Full Control for the application directory
View 7 Replies
Mar 4, 2012
I have recently published a simple text editor(just as an exercise). the editor has been published using Microsoft Visual Basic Express. Once the program is installed i wanted to make it a default opener for .txt files, so i clicked openwith ->Choose default program and then i was asked to show the location of the .exe. It seems like the .exe of my installed program doesn't exist. where the .exe is on a windows7 or tell me of another way of makeing that program the default opener.
Here is the link to the publish page: [URL]
View 2 Replies
Jun 22, 2011
I'm converting one of my projects with Option Strict On, but I get a failure which I can't seem to solve.
Option Strict On doesn't allow late binding:I'm loading a combobox with a particular field from a .sdf. When I select a value from the combobox it loads other values from the sdf, but I get the error when Option strict on.
[code]...
View 3 Replies
Jun 30, 2010
Basically in visual basic 6 I could access word tables in existing templates with the code owordactivedoc.tables(1).select() where owordactivedoc refers to the active word document and tables(1) refers to the first table in the template.Trying the same code in VB 2003 just leads to errors. Secondly how do I access bookmarks or alternatively word variables.Furthermore how do one deploy web.services. For example the current program I am building is for another computer. Simply copying the web service to Inetpubwwwroot dont work because it is not picked up by the Internet Information Services program. I have to create the web service in vb2003 on the other computer change msconfig manually. Copy and paste the existing service vb file in the created folder replacing the empty vb file.
View 3 Replies
Jul 20, 2011
When I install my application, some forms are unable to connect to the database.
I say some because, when my login form works totally fine. Authentication happens.
But once I go into the main application, and open other windows, I start to get these error mesages:
[URL]
View 4 Replies
Feb 22, 2011
I really like the coding speed that vb.net provides, but I don't like the possibility to forget to declare variable types, return types of functions, etc. and that is why in each class I use[code]..
Is there a way to define those two options on the project/solution level?
View 2 Replies
Jan 26, 2010
the combo box style 1 has both the drop down option but also a manual entry option. I need to know how to code it so that when you manually enter data, it takes that data and places it in a text message "The shipping charges for "data" is $15" displaying in a text box. Shouldn't be hard but have developed a mind block.
View 4 Replies
Jun 1, 2011
I have been trying for days now how to create a process to the user to easily create a connection to any installed data types they have installed. I have found an example right inside vb2008. I never use this because I code my own connections, but this would be real nice if I could include it or duplicate it.
View 1 Replies
May 12, 2010
Does vb.net allow use of function templates like in C++, so that the function can be generic?
View 3 Replies
Mar 15, 2011
i am using vb.net 2008 express edition. I want to create a report using crystal report but there is no crystal report in my vb.net.
View 2 Replies
Feb 24, 2010
what does these two code means in vb.net: Option Explicit on Option strict on i think option explicit means the compiler is not going to do any kind of conversion and i need to do all of them by the code;also it becomes case sensitive i.e;
[Code]...
View 8 Replies
May 4, 2009
tell me the difference between the different project templates, or examples of when to use each? Or is there a good place I can find explanations? The short descriptions in the statusbar don't really explain well enough for me to clearly understand.
View 2 Replies
Jun 26, 2011
Im working on a Winforms application that reads an XML file containing html templates and generates some html to send to another application.Each template will have about 25 values to replace.I thought about using the String.Replace method for this but wanted to get some ideas from the people here.
View 10 Replies
Sep 6, 2011
I have VS 2008 installed and cannot seem to get the form template to show when I try to add a new item to a project. I have tried the dev /installvstemplates from command line and I checked my zipfiles are in the 1033 folder, I think that is where they are meant to be but still no form showing in add new item?
View 9 Replies
Aug 4, 2009
I am working on a project that will entail connecting to a SQL server. I have been looking at different ways of doing this, and was attempting to connect via Linq to SQL, but found that when I click on the Project menu, and select Add New Item, I do not have anything regarding Linq in the templates.
View 6 Replies
Oct 23, 2008
I started trying to do this... [URL]...and quickly ran into a problem because I don't have a Windows Class Library project template. The option simply isn't there.[URL]So I start a Windows Application and try adding an Inherited User Control to the project, and I get this error.[URL] Building the current application does nothing for this. I tried browsing to system.windows.forms.dll and nothing happened.
View 1 Replies
Jan 26, 2010
I recently installed Visual Studio 2008 Professional (Finally!) and I was going to use it for XNA programming. (I know XNA is C#) and my problem is that the templates for XNA aren't showing up in VS, how do I fix it?
View 5 Replies
Aug 19, 2009
How do I add Visual Basic templates to Visual Studio 2008
View 2 Replies
Aug 6, 2009
I'm looking to get into some of the more advanced features of resharper tamplates. I know just enough to be dangerous by looking at some of the existing templates.
View 1 Replies
Jun 17, 2009
I found very few project templates in my vs 2008 express edition, so where i can find more project templates on net to download?
View 1 Replies
May 27, 2011
Is there a quick and easy way to make a VB.NET user interface for managing the data in a normalized DataSet? I know that is a very subjective question, so let me explain. For a brief period early in my career, I used to create user interfaces in Microsoft Access. I developed a simple, but very effective approach to user interface design. Here are some details of that approach:
[Code]...
View 1 Replies
Apr 5, 2012
Is there a repository of localreport templates for printing standard type mailing & etc labels available for download anywhere that anyone knows of?
View 6 Replies
Jul 18, 2009
Having:
<asp:FormView ID="frmEmployee" runat="server">
<EditTemplate>
<asp:TextBox ID="txtFirstName" runat="server" />
[code]....
is there a way to reference this control statically, without having to use FindControl?
VB.Net
txtFirstName.Text = "George"
C#
txtFirstName.Text = "George";
View 1 Replies
Nov 28, 2010
I am looking to create several custom controls (PictureBox Derivatives) on during runtime. I've read that the best way is to create template controls that will be created, and duplicate them in the Controls array.
Well, that's all fine and dandy, but what's the best way to store the template? I considered a seperate form with all the templates laid out on it for easy access for my editing, and keeping them out of the user's sight. I also considdered doing a Struct for each template, and smply mirroring values onto the control being created from the Struct to the created control.
I'm looking for ease of development first and foremost, as I'm most likely going to have a vast number of these templates, and keeping the system as simple as possible will eliminate a lot of hair-pulling. After development ease, I'd go for optimisation.
View 11 Replies