Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Visual Studio Express Solutions: 1 - 25 of 63
 
I am trying to navigate to a website and enter in my userName and password and submit it. But the code only opens up the website and enters in only the username not the password or the submit ...
I need to search through thousands of Word docuemnts that list user info.  I wrote a VB program using Microsoft Visual Basic 2008 Express Edition, that will search for a user name in each of t...
Hi, I have created a database under the SQL Server Management Studio, but when I tried to open this database from Visual Studio C# or Visual Web Developer I get a permission error saying "Th...
I need to create a quick report form for the sales manager with vb.net. The problem I am having is with the array function. How do I properly store and display all the totals?
Hi I am using aso.net 3.5/c#, silverlight 3.0 i created silver light applicaton, it created mainpage MainPage.xaml,MainPage.xaml.cs in silverlight application proj  and also created Mypr...
Hello All I am very confused, I have two forms and i wand to make the second form as default startup object. I have been trying from a while but cannot get any sol. please help I am workin...
I would like to have a label or textbox that would work like a scrolling marquee in my Visual Basic .net application.  Is there anyway to do this?  Chad
Hi, My question is simple: why does the first block work when the second block doesn't? Thanks!!!
Hi All, I am creatiing a little web app for tracking energy usage and everything fine but I have to add the company logo as branding. i am using visual studio 2008 web developer the belo...
I am drawing a blank here.  In a VFP 7.0 app, I have a text box which does NOT have a control source.  I want the user to be able to add only currency amount so any number upto $9999.99. How c...
Hi Guys, I have created a small windows application in VB.Net, I take photographs as well as a bit of coding, I have a working application and can browse to a folder find all the jpg files, t...
I want to disable copy and paste in a text box(Ctrl+C & Ctrl+V also using Mouse)in my VB6 Form.Kindly Help me in this.
Hello expert, I want to write a program in VB.Net where populate data from database to the following controls: 1. Lostbox 2. Combobox 3. Treeview Give a simple example as attachment.
Hi, I am working on VS2008. When i install my application with the crystal reports on the test machine, i get a error. This works good on the development machine. This fails only on Test ...
I know it's not possible to define two functions the same way within the same class, like I did below. But variables can be defined over and over again. But what exactly is the reason why that...
Hi Im trying to insert into sql from vb web form in web developer. I have teh below code but keeping getting error inserting record to table  The Name"'1"' is not permitted in thsi context cal...
I have an application where I need to display about 8 jpeg images, each in its own pictgure box, but all on one form. I need to be able to click on any of these images(pictures) and have a cer...
I am creating an ASP.NET application. One page has a Check box list with 26 different elements (they are the names of functions that a given user has signed up for). When I load the page, I wa...
I have created a master page with an image in it, and for some reason the image will not link when I create a new .aspx page in a sub folder. I have the masterpage in the root and the .aspx pa...
Hi, Can any one tell me as to if it is possible to create rdlc (Reports) in Visual Studio Express. Also, Can you provide me with any url by microsoft where it states that. Thanks,
I have installed an evaluation version of SQL Server 2005 enterprise version (180 days trial) on my vista home premium system 1 month back. I have been using only BIDS so far. As part of SQL s...
I am writing a program in Visual Basic Express. I do not want to design a new form but is there any way I can (1) increase the size of the message box, and (2) increase the size of the font.
Is it true that there is no way to create 64 bit output from Visual Studio C# Express 2008?
I am supposed to figure out if the class that I just defined below will be inherited implicitly from the Object class. As I understood, it's the other way around. Doesn't every class inherit t...