Create An Application That Supports Addins?
Jan 13, 2009
I have 5 different applications that I have written for my business, they are all interfaces for a point of sale system. I TCP/IP interface handling part of the application is rock solid, problem is that occationally I will come across a small issue, such as a memory leak that I came across a few weeks ago. After I fixed it, I had to then fix said leak in 5 different projects as they all use the same interface base code.Now, if things were different, say a function that all my applications used I would just write it into a class in a dll and have all my applications use the function from that class. Problem is however, using a parent/child explanation unlike my example here where I have interface 1 - 5 as my parents using common.dll as a common child. I need to have InterfaceParent using 5 different children with different attributes.That being said, there are a few stipulations, depending on the customer I may only need to install interface 1 and 3, or 2 and 5, or 1,3 and 4.
View 2 Replies
ADVERTISEMENT
Jun 15, 2010
How to use the new MEF to make Addins for an vb.net application?
View 1 Replies
Mar 29, 2009
I have been developing windows and web application using Visual Basic 2005 for a long time. Now i want to change from Visual Basic 2005 to Visual Basic 2008. I would like to know what ever projects i have done in visual basic 2005 will works in Visual Basic 2008. Will the existing code in visual basic 2005 supports Visual Basic 2008 or do i need lot of modification. I haven't used VB 2008 but i hear that most of the code which written in visual basic 2005 supports visual basic 2008. What are the things i need to take care when working the existing projects in visual basic 2008.
View 3 Replies
Jan 28, 2010
I would like to fine-tune their work tool.The basic idea is to load different libraries etc CppThere in my working environment, such as files - *. dsm.Read the information from them is no mean feat.
View 2 Replies
Feb 26, 2011
Does anyone know of any good tutorials for creating Excel Addins?
View 1 Replies
Feb 6, 2009
Tags as in <Html> and such (ie. <center> and </center>) but ive come to a problem, I cant seem how to check the TAG to change the text's color.
View 2 Replies
Jan 26, 2010
I know .NET no longer supports DDE however unfortunately most "Finance" related programs (ie, charting and data vendors) use DDE to tie into their data. (Ie, esignal, Marktfeed etc). I've been toying around with NDDE however I'm having a hard time implementing it...unless I'm just making 1 request then it's fine. My question is would it be possible to take VB6 Label Control since it has the "Linkmode, LinkTopic, LinkItem, Label_Change" Properties/Methods and events in it....and create something like DDELabel.dll via Activex control project then use that as part of VB.net?
I tried doing it via the Control Wizard then using it in .NET however I know for a fact I'm not doing it right. Perhaps if someone much more competent could attempt it see if it does give the DDE functionality when used in .NET they can point me in the right direction...
View 3 Replies
May 25, 2010
Is there any object that supports column grouping in VB.Net. Because I've been trying datagridview with no success.
View 3 Replies
Sep 4, 2011
I want to use C# and VB.Net in Eclipse 3.7 Indigo.VB.netI could not find the plugin about VB.net in Eclipse.So I want to know is there a plugin for Eclipse that allows you to write C# or VB.net code using the .Net Framework 4.0 or 3.5?
View 1 Replies
Mar 6, 2010
how i would check to see if a given class supports the >, = and < operators?
Given an object passed in, I am looking for code that implements the following logic:
If GetType(someObj).SupportsScalarComparisons() Then ...
I don't know if this is a case for Reflection, or ?
View 2 Replies
Feb 5, 2009
If the tittle isn't detailed i need help on making a program that is color Coded for example (if someone types <center> hello </center>) both <center.> and </center.> will be blue. the only way I can do it (the only way i know.)
[Code]...
View 1 Replies
Mar 7, 2011
To avoid the TRY Catch Block, is there a way to determine if the control supports the specified event without having a try catch block?
[code]...
View 1 Replies
Jul 18, 2012
i'm trying to do some appointment book so i decided to use MonthCalendar control and date changed event for choose the date i tried dataset.table.rows.find() function on other tables which have int primary key and it works its finds my row/s i need but when i tried this func. on date type primary key it cannot find i tried to search with date type ==> fail search with string type like 03.07.2012 ==> failed etc.
View 3 Replies
Aug 4, 2010
Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.
View 7 Replies
Feb 26, 2010
How can I create a VB application in VS2008 without requiring the application be run on a computer with a .NET framework in place?
View 4 Replies
May 27, 2009
how to create a uninstall command for a Windows-based application in the Application Folder when creating a new setup project in visual studio 2008.
View 4 Replies
Dec 17, 2009
I understand this is possible but I am not sure where to start. I want to either buy or create an application that captures a resource from another application so that I can fire off another application. In other words, I want to start an application (which I did not write) that is database driven so the form has a number of text boxes. When someone keys something into that field I want to be able to validate the value, outside of the original application. For instance, if the program asks for a zipcode and it doesn't validate the zipcode, I'd like to trap for that and write something that would validate it. At this point I don't think I'd have to send anything back to the textbox/resource.
View 1 Replies
Oct 29, 2009
I am unsure about how to go at this, what I want is to create an application that can connect to others using that application. Things such as if I change something on the forum it will be changed on someone else who is looking at the forum, granted it would be a specific person who i am connecting with,
View 4 Replies
Jul 7, 2010
I want to create a web application where I can read and write data into MS SQL data base or an .MDB file (for testing), pls guide me what should be the mean of connectivity to database? ADO /ADODB /OLEDB
View 6 Replies
Apr 27, 2010
I'm working on a project with regard to college. I have been assigned the task to create GUI for a telecom related software.My task is to create a GUI for that application. My job is to create a GUI in VB.NET. My program has to remotely connect to a Linux system and execute a program there. All this has to happen in the background when my user clicks a button on my program. My program must be written on the windows system. I have consulted some people and they suggest the use of Remote procedure calls. But i don't knowhow to implement this in VB.NET. Please give me some tutorials,etc.
View 5 Replies
Aug 27, 2010
Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want.
View 3 Replies
Oct 14, 2009
Is it possible to write applications for Mac using VB.NET 2008 SP1 DotNetFramework 2.0?
View 1 Replies
Sep 1, 2008
I want to create an ink application in WPF. I also want the application to recognize the ink that's on the ink canvas. From what I understood- to recognize the ink I need to install the Tablet PC SDK. I downloaded v. 1.7 on my Vista, and ran setup. But in the middle of the setup- it said: "Windows installer has stopped working"- and it closed. What should I do? Is it not compatible with Vista? Are there other ways to recognize ink in WPF?
View 1 Replies
Jun 12, 2009
I don't know whether this issue has been post or not. I have been developing a COM+ application and already register the dll using regsvcs, If I test locally It works flawlessly but if I execute the client code on another computer It's always show can't create activex component.[code]....
View 3 Replies
Apr 15, 2012
I want to develop a application that send sms on any mobile. if any one done this project then kindly give some important consideration for developing this application.
View 4 Replies
Apr 30, 2009
for example after i finish coding some application using vb 2003 /5/8 how can i create a exe file so that if i were to bring over to another computer , i just need to install it and can use the application i created earlier without needing to install vb.net .
View 4 Replies
Jun 15, 2011
I try to create a localization of my application. I tried 2 versions:
1.http:[url].... but when I am changing in the combobox the language, nothing is happen.
2. the example from the Training Kit of the MCTS Exam 70-511: Windows applications development with Microsoft .net framework 4. The example works, but the problem is that I want to change the language in the current form not in another.
Also I meet next problem. In my form I have many components: labels, charts, calendar etc. When I select for example German from the combobox, the header of the calendar is changed but all other components are the same, you can not see anything changed.I checked the resources, but them are ok. I tried also to use me.refresh(), but it was useless.
View 1 Replies
Nov 24, 2010
I have a rather popular application, and I was wandering if I could allow users to create add-ons for this software. I was unable to think of a method of doing this, and I do not know where to start. If you have any questions in order to provide a better response, feel free to ask.
View 2 Replies
Aug 20, 2009
I am using Visual Basic 2008 Express Edition and I want to create a 64bit application, but don't know how.
View 9 Replies
May 31, 2012
I want to create a cd/dvd burning application
View 1 Replies