.net - Active X Development: VC++ Or VB Or Other Technologies?
Mar 6, 2010
We are in the process of creating active-x controls used within our application. Since Microsoft stopped supporting classic Visual Basic, is it wise to use Visual Basic to develop the Active X control or the latest VC++/ATL/MFC libraries provide more feature where we can create controls faster by leaving Visual Basic flexibility?
We will not be able to use .NET/VB.NET/C# since the application is supposed to work inside containers and containers may not support latest .NET runtime.
View 4 Replies
ADVERTISEMENT
Sep 6, 2011
For those that are having problems using VB with other technologies or finding samples/content or requesting new VB Language features then there is another way to provide this feedback to Microsoft so that we can work to provide useful content.[URL]..These posts will be actively monitored by Microsoft product team members who are interested to hear from developers.
View 1 Replies
Mar 30, 2009
I want to get the active control (control which has the focus or where the cursor is on) each time the cursor moves to another control or each time a control receives a focus.
View 5 Replies
May 9, 2006
I'm a developer for a College we have an active directory.I need to query Active Directory with the Pc name and return it's path in the Active Directory tree.
View 3 Replies
Apr 2, 2010
I have a standard Visual Studio 2008 VB.Net WinForm application, running on Vista Business. One of the forms has a timer that passes Me.Handle to FlashWindowEx. This works as intended as long as none of the windows that belong to this application are the Foreground window. If this program is running and another application's window is the Foreground window, then it flashes as intended. If, however, any of this application's windows are the Foreground window, then it doesn't flash.
[Code]...
View 2 Replies
Feb 4, 2011
Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.
View 2 Replies
Mar 31, 2010
I am working on a VB6 project and my organization is planning to upgrade the technology from VB6 to VB.net. As I am new to VB.net windows application development, I dont know where to start and what to include in code. I have read that VB.net windows applications code should have AssemblyInfo, CultureInfo, Windows Security authentication etc. But I have still not found any article, code sample or VB.net windows application sample that could give me a complete list of features that an organization level VB.net windows application must have.
View 2 Replies
Feb 18, 2010
I am completely new to ASP.NET programming, and was asked to work on a small project involving ASP.NET, VB (which I am new to as well) and Microsoft SQL Server 2005.Being used to php/java I was hoping to find some kind of similar API to php.net and the javadoc. It would be very useful to have as I would prefer to work with a text editor, instead of using DreamWeaver or Visual Web Developer.In the project I basically only need to use ASP.NET to read from a SQL 2005 database and write to JSON files. where to find a clean and decent API to work with?
View 4 Replies
Jul 18, 2010
Which language, VB.Net or C# is the best language to choose for development right now? Needing users to have the .Net framework is something that I see as a drawback to Vb.NET, but what are the pro's and con's of each language? What can be achieved with one but not the other?
View 1 Replies
Jun 9, 2010
I know this might sound a little silly. but I'm confused as to what language does sharepoint code behind uses? do they use vb or c#? or is it possible to use eithe
View 2 Replies
Feb 17, 2009
I am new developer and i need code for my tools which i had to develop for my desktop Application like pan add data show attribute table
View 1 Replies
Oct 8, 2010
I've programmed a text editor and controlled through its sound as a program, but I want to distinguish it from other software
View 5 Replies
Jan 12, 2010
I currently develop VB programs on a Dell Dimension 9150 with XP Pro SP3 that I bought in 2006.I use my computer to develop VB 3.0 to VS 2010 programs. I also use Microsoft Office 2007, Expression Studio 4.0 and other email and internet searching and reading.I'm not a game player or music player. I mainly do just development and other utilities to aid in my programming efforts.
I am going to buy another computer and I was wondering what others would recommend as far as how much memory and hard drive space
and which processor to get. I would also like a recommendation as to which operating system to get, Windows 7 I'm sure, but which version?
View 1 Replies
Mar 1, 2010
I want to develop a software that can be used to design and print plastic Id card. The software will consist of toolbox where user can select item for drawing and data entry, i.e. label and picture control. The Label could be linked to database and should give user to save and retrieve the project in the feature.
View 3 Replies
Jun 24, 2010
compile this game hack. I get syntax error and GetModuleName.
#include <windows.h>
#include <detours.h>
#include <d3d8.h>
#include <d3dx8.h>
#include "log.h"
[Code]...
View 2 Replies
May 26, 2011
I've been trying to find the answer to keeping an application from allowing "scaling" of controls and forms to the user's settings. I have set the autoscalemode to "none" on one form but it doesn't seem to work. I'm using Visual Studio 2008 Visual Basic. My users are on using either XP or Windows 7. I think we are all using Framework 3.5 but not really sure.
I knew this problem would eventually become an issue but ... Now the problem has become an issue. I have a user that has dual monitors and has the text setting on medium. Now the label controls overlap the input text fields.
View 1 Replies
Apr 27, 2010
I usually create N Tier applications with ASP .Net applications as per the advice at ASP .Net (data tutorials). Recently ive tried to create an N Tier Windows Form database application and found the method im use to (i.e. ASP .Net) doesnt really work (unless i was doing something wrong).
View 7 Replies
Sep 18, 2010
Despite the fact that Lisa and Luca anounced on 13 may 2009 that C# and VB.NET would have a Co-Evolution i am dissapointed that there is still no VB SDK for Windows Phone 7 development ( afaik complete XNA isn`t supported yet ) .
View 6 Replies
Jun 11, 2011
how to develop application software and doing research regularly.Is there any powerfully software available that automatically create software without and coding knowledge. still conceptualizations and sketch is important part.Like we have Macromedia Dreamweaver, through which we can see ontime our design and coding accordingly...is there any software available to create any custom software on same theme.May be one of the example could be "Real Studio"?
View 5 Replies
Feb 3, 2011
I am facing a problem in VS2008 while I am debugging the program its giving error like "Unable to run ASP.Net Development Server". I tried in Google and check the solution but it not works to me and my Operation System is Windows 7.
View 4 Replies
Jun 13, 2009
Initially I added an Access database to my project and handled ommunication/manipulation with the Db this way. When I made changes to the Db they did not reflect in the Database in my project so I began manually writing code to get to my Db. The original Db remains in my project, along with all the objects it created (tableAdapters, etc.) only they are not used at all. As I stated, I communicate manually.
Now, almost a year later, I figure there has to be a way to add the Db to a project and it reflect the Db as it evolves. Essentially, I want to use the objects I've created in my Db (Reports, Queries, etc.) in my project. Maybe there are classes/methods/objects available to get to these Access Db objects manually as well? I've searched, but nothing definitive.
View 2 Replies
Jun 17, 2009
I've started to develop a small rpg style game, I've got all the movement of the character and map and the collision detection done but now I'm actually writing the GAME.So I start off with a message displaying saying "hello blah blah blah"My problem is how do I link from that message to the next one, started when the player moves.
Here is all my code, as you can see I start a Next_Event sub but I'm just poking around in the dark if someone could give me some pointers, that would be excellent!
[Code]...
View 8 Replies
Mar 5, 2010
I have been assigned to a project where an existing developer has been working on a web app on VS 2008 storing all files on his local workstation.I need to assist and eventually take over deveolpment of the web app development. My workstation only has VS 2005 but I will be installing VS 2008 in the coming days.
My question is: what is the best way to access all of his work, and make it so that it is acessible to other developers as neccesary.
View 4 Replies
Jan 18, 2012
I'm in the market for getting a new laptop and not sure what version of Windows 7 I can get buy with for Software/Web Development. What's the census out there?
View 4 Replies
Mar 29, 2010
why the buttons in the development and in the runtime look different?
Top is how the button looks like at runtime. Bottom is how the button looks like at development.
View 5 Replies
Dec 13, 2009
What are the improvements in vb.net compared to vb6 that make developing such an application easier?
View 3 Replies
Apr 8, 2009
With Use of VB.NET, SQL Server, ADO.NET How can I develop an application for video rental management with the following specifications:
1. Keeping track of available videos
2. Accumulating surcharges for detailed videos returned
3. Warning subscribers through emails when rental period expires
4. Generating monthly report for the transactions
Special respect to extended functionalities such as reports on customers with surcharges when two dynamically specifiable dates are entered
View 1 Replies
Feb 9, 2012
I have been asked to develop a small application for a friend. The current app is in Excel format but he would like it converting to a downloadable piece of software.I have been looking for well designed applications and found: url...Are there any good resources about learning to design/ develop a similar interface? Or good software design inspiration sites?I am typically a PHP web developer with VB experience but thought i'd give it a go.
View 3 Replies
Jan 24, 2012
I have an application written in ASP.NET and using EF. I want to make a copy of the live database, have my application point to the copy, and be able to run the application against it as if it is live...but making updates to the copy.
I know I can manually copy the database and manually update the web.config files...but I'm wondering if there is a better, more automated method for achieving this with VS 2010?
Also, if there is anything I need to know about setting up a live/dev version of a database while using EF4.
View 2 Replies
Mar 1, 2010
how to run a Windows application within the VB.NET development environment. How can I 'build' or save my VB.net application, so I and others can run this application without runing the Visudal Studio?
View 2 Replies