What Components Of .Net Framework Should A Professional Developer Typically Avoid
Apr 19, 2009
.Net is a huge framework with some functionality that appears to target beginners or becomes problematic if much customization is involved. So what functionality available in the .Net framework do you feel professional developers should avoid and why? For example, .Net has a wizard for common user management functions. Is using this functionality considered appropriate for professional use or a beginner only? One component/feature/class, etc per answer please so votes are specific to a single item.
View 9 Replies
ADVERTISEMENT
May 27, 2011
Does it exist? Or is there some way to avoid these kinds of compatibility issues without having to have 2 separate components in 2 projects for 2 types of computers?
View 4 Replies
Aug 3, 2009
I am upgrading from VB6 and started working with VB.Net (VS2005). One problem I have was controls avilable in VB.Net. I can use a slider bar in VB6, but couldn't find any quivalent in VB.net(.Net Framework Components)!! I don't know why I can choose one in COM components, but these requires project generated DLL's to run. I want to distribute just the executable.My questions are:
-Is there any slider bar in VB.Net Framework Components?
-If there is none, Can I use COM component and bundle everything into one Executable? Also is it possible a list of controls in .Net as I find in vb6: url....
View 2 Replies
Aug 18, 2010
About what audio components are exposed by the .net framework?
Can I work with .wav files? What kind of things can I do with .wav files as far as vb .net is concerned? Can I record? What should I look for when looking for info for .net related audio at msdn. Where else can I find info on this?
View 3 Replies
Sep 1, 2011
I have spent the past week trying to get my copy of Visual Studio 2010 Professional to work on my Windows 7 Professional 64-bit laptop, with no avail.
Every time I try to create a new form using Visual Basic, an error message saying that Microsoft Resource File To COFF Object Conversion Utility has stopped working, and I cannot even run the new form to see if my coding is correct.
I have managed to find that it has something to do with the cvtres.exe file, but after a solid hour of research, I have found numerous others with a similar problem, but no solutions.
I have done registry scans, reinstalled Visual Studio about 3 times and have done many other suggested fixes that have done nothing but waste my time.
View 16 Replies
Jul 23, 2009
In CRUD application development we have to face the issues with concurencies in Ids such as Generate and display UNique EmployeeIDs on forms. Currently i'm writting .DLL file that has a class that will handle concurrencies.
But i'm puzziled with the Question, is this concurrency handle is part of the software developer or Database developer?
View 9 Replies
May 21, 2010
I am work on VB.net 2003 Framework 1.1 for last 3.5 years in windows Application.We are currently migrating to VB.net 2008 framework 3.5, but i don't know about the features which related to ADO.net and which is important to performance. I know linq to SQL but our architecture is made in .net 2003 so we should follow this.Any features which is very important to enhance the performance?
View 2 Replies
Feb 2, 2011
I want to develop an EDI 837 Professional project and I don't understand from where to start. If anybody knows about this & have worked on it then please help me & give me advice where do I start from ?
View 1 Replies
May 10, 2009
When someone else install my program on another computer, how do i get a professional setup with terms and so on??
View 9 Replies
Jul 1, 2012
Today I'm having a play around with VB.NET and looking at making a little Task Manager kind of
thing; I've completed the little bits like populating the running processes and such, but noticed
that on the Task Manager provided by Microsoft, the Memory updates at a regular interval butnothing
else refreshes, where when I try and reload the running processes to get the updated memory usage,
the whole thing refreshes which doesn't look professional.Also, while I'm on the subject - how can
I make a DLL call to "kernel32.dll" to gain more access of the processes, IE controlling the
windows and such.
View 3 Replies
Feb 2, 2012
I'm trying to have my NotifyIcon show the native context menu of the Operating system. When I use ContextMenuStrips they have the custom skin made from Microsoft which I dont want. I want to use the original menu that all other applications use on my computer. How Can I use that menu? I have tried using the "old" ContextMenu control but It doesnt work with NotifyIcons, it only displays with other controls.
View 1 Replies
Dec 13, 2010
I'm using vb10 express. How do I upgrade to vb 10 pro? I've been to microsofts web site [code]...
View 1 Replies
Mar 26, 2009
I'm a C# programmer who needs to pick up some VB. The syntax differences are easy enough to figure out, but there are other things I'll need more of a tutorial on. For example, VB's "strict" mode in Visual Studio is something essential to me, but something I wouldn't have learned just by comparing language syntax. Any recommendations on how to pick up VB quickly, yet thoroughly? I can't stand to work through a 1000 page book introducing VB to novices.
View 10 Replies
Feb 4, 2009
I need to get a copy of VB for work, and I need to tell the purchaser what to buy, but I can't figure out the difference between the Visual Studio Standard Edition and the Professional Edition except that the Pro Ed costs $500 more. What is the difference?What I need to do is generate a VB front-end to an Access DB, so I only need the VB language. Can the Visual Studio be purchased with all of the troubleshooting tools, such as debugger, but only contain VB?
View 4 Replies
Jul 3, 2010
I don't wanna to use webbrowser component because it's not so flexible! How can I optimize my webbrowser by loading special parts of the page? for example in IE you can load all page but images.
View 3 Replies
Mar 7, 2011
I would like to enquire how I would go about population a chart (bar graph) in VB 2010 Professional?
I am pulling the information from a MS SQL Database.
View 5 Replies
Jan 16, 2012
I'm working now at a project with another person, but every time when we want to put our projects together this process is time consuming. I worked soon with an already done SVN in a java project which.
My question is: how can I make something similar for my project? I'm programming in vb.net using visual studio 2010 professional. There is a tool already?
View 1 Replies
Dec 29, 2010
I have seen a similar thread. But it is not answered. The Auto uninstall tool link given in that answer is not working. I want to uninstall .Net Pro Trial and going to install express edition. can anyone please tell me the order of programs to be removed?. Or please give the link for Auto uninstall tool for .Net Pro 2010.
Note: I have some software which are based on .Net Framework. so I should not remove the Framework. Is it possible to install Express Edition without removing this Framework?.
View 2 Replies
Oct 27, 2011
i have got the copy of the VS 2008-professional currently i am using & all my projects are in VS-2008 EXPRESS how can i upgrade?
View 4 Replies
Apr 5, 2012
i am using Visual Studio 2008 Professional SP1, i need some help with the syntax error. Below is a full part of the coding appear syntax error. The program stop working at "cmd.ExecuteNonQuery()".
[Error Message: Syntax error (missing operator) in query expression 'Product_Amount='.]
Temporary1.Text = CInt(ProductAmount.Text) + CInt(StockAmount.Text)
Dim cmd As New OleDb.OleDbCommand
cmd.Connection = con
cmd.CommandText = " UPDATE product " & _
[Code]...
Any advice that how to solve this problem cause by syntax error? well, i new in programming.
View 4 Replies
Feb 19, 2010
I've seen some aplications developed with VB.net 2008. The layout of the forms and the entire application is amazing..The toolbars, is like office 2007. All the forms have a blue color, instead the horrible grey of the VB.net How can I do this?
View 2 Replies
Dec 25, 2009
Firstly Merry Christmas everyone I have been asked by a family member to create an application, but one thing that I have decided that I should do with this application is make the UI more professional.Up to now I have been creating applications which when I need more information I would open up a new form, but I would like to create an application which all is within the main form.
After researching this I think the solution for this is to have the different bits in different panels and then only show the relevant panels at a particular time.But the problem I am having is getting my head around the problem with all the code. Using the panels method all the code would be in the main form, which when you have only a small amount of code then that would be fine but I'm thinking that with a larger application would make that a little more difficult as you may have hundreds of different panels.
So while I will be using OOP, so there wouldn't be much business logic code on the form, there would still be a lot.So I am wondering if anyone had any suggestions on how I should go about doing this, if I'm using the wrong method then I would like to know what the more appropriate method would be.
View 12 Replies
Jul 19, 2011
I updated a VB.NET application from Visual Studio 2008 to Visual Studio 2010 and made a few changes to it. Now it works fine on my development workstation but when the user tries to run it, it fails. The error detail is below. I've searched for System.InvalidOperationException and found several suggestions but none of them have helped. There isn't any static initialization code in the application. I changed the compilation to x86 instead of AnyCpu. None of these has helped. The project is compiled for .NET 3.5 and that hasn't changed. Both environments are Windows 7 64-bit.
Does anyone have a suggestion as to how I might determine what is causing this?
[Code]...
View 6 Replies
Apr 20, 2009
I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load
Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader
[code]....
View 5 Replies
Nov 9, 2011
I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?
View 3 Replies
Jul 8, 2009
I went for an interview last week, and the interviewer asked me a question that i failed to answer.
He asked me, how did i store the password in the database. Then i answered that i would encrypt it then store it in database.
Then he said after encryption, developer or admin still able to view the encrypted password. But he didn't want developer or admin to be able to view the encrypted password.
I thought of cookies, but if user clear their cookies file, everything will be gone.
View 7 Replies
Jul 28, 2011
I've been an ASP.NET VB.NET Web Developer for the past 4 years, but its been mainly self-taught so I think theres a fair few basics I have probably not learnt along the way.I'm interested in switching to C#, and was wondering what book would be best to buy to learn this.Is Jon Skeet's 'C# in depth' book a good place to start learning, or would this be too difficult for me to start with?
View 4 Replies
Jul 6, 2011
I'm trying to install Microsoft Speech SDK 5.1 on my Windows XP Professional computer for a VB.Net project I'm working on and I'm getting nowhere. I have Office 2007 Pro. Can anyone confirm or deny that this cannot be done? I have an old Office 2002 disk. Would it do any good to put that on the computer (due to the fact that you're supposed to install Speech through Office and Office 2007 does not do this)? Will installing Office 2002 interfere with Office 2007?
View 6 Replies
Jun 18, 2011
I want to lock (or completely hide without allowing to see with show hidden folder check) a folder with C# for windows platforms. This should be work for both FAT and NTFS file systems. I do not wont to use encryption since it is slow.
Also I need this as a robust solution so changing CLSIDs is not working.
Also removing permission with FileSystemAccessRule with AccessControlType.Deny also not working for me. Because that only work on NTFS and also if it is worked then user can right click the folder and remove deny AccessControlType.
View 3 Replies
Aug 31, 2009
I have a very simple program that can run and work perfectly.The only trouble I have is when I install it.I double click the setup file that it created and a window is displayed with 2 buttons 'install' and don't 'install'.What I want it to do is run an installation wizard like when you install an offical program like 'Microsoft Office'.Is there any way to do this in 'Visual Basic 2008 Express Edition' if any other 'free' program is required then I would also be happy to use one.Here is a list of a few extra things I would like to do but I'm mainly posting to find out how to make the installation:
> A Desktop Icon is created
> When it is displayed in the all programs it is called 'Email Validator' not 'xxxx' as it is at the moment
> There will be an uninstall button (So the user doesn't have to go into Control Panel > Add or Remove Programs
View 5 Replies