VB Application Book - Entire Development Process Of An Application (Prefered: WPF ,LINQ ,ADO)
Apr 17, 2012
I am looking for a VB.net book that strings me through the entire development process of an application (Prefered: WPF ,LINQ ,ADO). I have read a few books on OOP and VB.net with small code samples demonstrating the specific idea of the chapter.I think it would be really helpful if there was a book that programmed an entire application that uses a sql database (Northwind , Adventureworks).
View 1 Replies
ADVERTISEMENT
Sep 17, 2011
How can I share something on Facebook, using my vb.net code.I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures etc. with my intervention.
View 1 Replies
Apr 20, 2012
explain what is the difference between worker process,application pool and application domain?or application domain and application pool are same?
View 2 Replies
Feb 27, 2010
I'm using Process.Start method to launch another application from my application. Until today, there was no problem. But I have tested my application in a different OS, Windows XP (SP3), and my application didn't work right on that. I'm also using arguments to run that application. I guess for some reason my application couldn't send arguments to other application correctly under Windows XP. Maybe it is related to my code. But you should know, it works great on Windows 7.
[Code]...
View 3 Replies
May 29, 2010
I am writing a simple Address Book Application using Typed Dataset & Bound Controls. 1<sup>st</sup> Form for Entering Addresses 2<sup>nd</sup> Form for Adding New 'CITY'. To select a city for address I am using a data bound combo box which shows a list of Cities.
While entering with a address if user found the required City Name is not found in the Combo list, he opens a 2<sup>nd</sup> Form to Add a City name to database & returns to Form1.
Here the expected newly added city doesn't appear in the combo list, so I tried to Refill the underlying table with following code
[Code]...
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 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
Jul 23, 2009
Am using vb.net windows application.Application containing one process with for and while loops.When i click on stop button then it should stop processing and it should losd gui.
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
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
Jun 5, 2010
I have to develop a new application in windows. in which i have to develop following thing but i am not getting how to develop it.I have to develop following are the two points:1)To show the http addresses that are visit by other computers on the wireless network.
[Code]...
View 6 Replies
Jun 6, 2011
My developer has lost access to the source code of a program that I have asked him to develop. However I have the folder containing files such as
[Code]...
How do I go about editing the application or the files, I want to add new functionality to the program but need to be able to view the code.. or even just help on what these files are about.. the developer has gone awol
View 1 Replies
Jun 27, 2012
I'm developing a game and I'm there a lot of things that change after a few minutes, so I created a New Game button where I use Application.Restart() to clean everything and get a new fresh game, but the problem is that this exits the game and starts a new one. What I want to do is to restart a game, but without the players noticing that the game exits. How do I do this?
View 1 Replies
Sep 19, 2011
I have an application with roughly a dozen forms and I am attempting to change the font property for each form when a button is clicked on the main form.I have found the my.forms namespace and I am able to change the font there. But I need to be able to add more forms later without having to change the code each time Is there a way to iterate through a namespace and manipulate a subclasses properties?
View 3 Replies
May 15, 2012
I done my opencv code using windows console application vs2008 than i make that as a dll and used it in windows application vb.net. while running i got this error.i didn't get where i did mistake.The error is like this
unhandled exception has occurred in your application if you click continue the application will close immediately.unable to load aranga.dll.The application failed to start because its side by side configuration incorrect.
aranga.dll is my dll having my coding opencv coding part.
View 1 Replies
Jan 19, 2010
I am at the stage of planning the application which will conect to a Ms SQl database, and process some data to Excel files.The problem is, that i would like to make a base pure application, without any functionality, and then add functionalities by adding some external files with code to program folder.I`not sure if what i just wrote is clear. To simplify:I would like to have an application which connects to a database, but let`s say when after 1 year, i will be in need of some more functionality, i woun`t have to change the code of whole application, but can just add a new file, and when I run the application there will be one more function to be chosen from the list.
View 13 Replies
Apr 17, 2010
Ever since upgrading to Visual Studio 2010, I'm running into an issue where the first web request of any type (WebRequest, WebClient, etc.) hangs for about 20 seconds before completing. Subsequent calls work quickly. I've narrowed down the problem to a proxy issue.If I manually disable proxy settings, I don't experience this delay:
Dim wrq As WebRequest = WebRequest.Create(Url)
wrq.Proxy = Nothing
What's strange is that there are no proxy settings enabled on this machine in Internet Options. What I'm wondering is if there is a way to disable proxy settings for my entire project in one shot without explicitly disabling as above for every web object.
The main reason I want to be able to do this is that I'm trying to use an API [URL] which uses web requests, but does not provide any way to manually disable proxy settings.I have found some information suggesting that I need to add some proxy information to the app.config file, but I get errors building my program if I make an edits to that file.
View 2 Replies
Sep 1, 2009
I want to make it so that no matter which control has focus, it will do my event. So that I dont have to write a keydown event for all 137 of my objects. Is this possible?
View 2 Replies
Jul 28, 2009
I've recently began to use OOP in my application and now I'm stuck on how to use it properly.
View 2 Replies
Jun 7, 2012
I have an application that performs several network tasks like query AD, add pc to domain, execute netowrk programs and scripts, etc. I need all tasks to run using credentials I provide in text boxes in the application can someone teel me what method or class or anything to get me pointed in the right direction? I have been searching Google forever but nothing
View 2 Replies
Apr 14, 2009
what database i need to use for PDA application? EDIT: Title edited to be more descriptive
View 2 Replies
Apr 27, 2012
I want to design a application which can support two different types of databases same time e.g; when we install, it will ask which db it has to support and based on initial selection it should work with any db without changing anything in the application.In short it has to be developed keeping in mind that user may have either MS SQL or MySQL. It should support both.
View 4 Replies
Jan 25, 2011
This page lists a way to change the default LookandFeel for a .net application using DevExpress 10.2. It's not working for me.[code]...
View 3 Replies
Jan 12, 2012
Basically i am creating a vbnet system software. I want to create a shortcut key to lock the system with out affecting the windows explorer (just my system only). Is it possible to create one for that? Or let's say create a procedure that triggers anywhere whether the focus is on a control, on a form (whether shown as normal or modal), or on any other that has the focus on it.
View 1 Replies
May 24, 2010
I am a self taught "developer".I use the term loosely because I only know enough to make myself dangerous. I have no theory background, and I only pick up things to get this little tool to work or make that control do what I want.
That said, I am looking for some reading material that explains some of the theory behind application development especially from a business standpoint. Really I need to understand what all of these terms that float around really talk about. Business Logic Layer, UI abstraction level and all that. Anyone got a reading list that they feel helped them understand this stuff? I know how to code stuff up so that it works. It is not pretty mostly because I don't know the elegant way of doing it, and it is not planned out very well (I also don't know how to plan an application).
View 3 Replies
Jun 14, 2010
Is there any code to download entire website to my start path of application?
View 14 Replies
Apr 30, 2010
I have 2 forms. I want to close Form1 without closing the entire application but it doesnt work. It closes the whole application even though i say Form2.show()[code]When it reaches the End Sub then it closes the application.
View 6 Replies
Jan 27, 2011
I'm looking for a book that is pretty much A-Z for LINQ programming from Visual Basic. I am particularly interested in LINQ to SQL. I've found "Programming Microsoft LINQ in Microsoft .NET Framework 4" and while its description sounds interesting, there is no discussion on the book at all . Do any of you have any experience with this book? If so, what do you think of it?
View 3 Replies