Do not use on any
shared computer
September 7, 2008 05:52am pdt

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Visual Studio .NET 2005 Solutions: 326 - 350 of 402
 
I need to play sound effects in VB.NET, using vb.net managed code. Preferably something I can pass a stream object to but I won't be picky. I would use My.Computer.Audio, but it can only p...
Hi, I my project on about screen i like to show all the DLLs reference by the project and their version numbers. Does anybody know how to achieve this by programatically. Thanks Jyotika
Hi, I have a web service which gives me a dataset with 5 tables to a fat VB.Net client. I have a function that i call from teh fat client which returns my built dataset. I need help please w...
In vb.net, I realize that data adapters will connect when needed.  However, it also appears that the data reader needs to connect (or use and existing connection) in order to return data from ...
Hello Experts, I received an access to a DB. NOT sql credentials, but a windows account which can login to the sql server by using "Windows Authentication". For example, if I need to connect...
I'm using the CreateWizard to create userids in my application.  How do I capture the Email entered by the user and pass that value to the next aspx screen?
HI experts I am working on making a website which links to an sql database.  For part of the website i want to have a group of text boxes which a user can fill out and then click on an upda...
hi, I have 5 checkboxes an a windows form how can i get all the ones that are checked? Thanks, jsctechy
If I'm going to deploy web applications developed on Microsoft Visual Studio on a production server, do I need to install the whose Visual Studio Package on the server or just the .NET framewo...
hi, I'm copying files between directories were on certain criterias, but i'm getting an error when the files already exist on the destination directory. how can i check if exist first and if...
In my datagridview (VS2005) if the user backspaces to change the date in the cell (of type datetime), an error, System.FormatException - string was not recognized as a valid datetime, occurs....
hi, I have this code but it does not work: For Each item As Object In ListBox2.SelectedItems             ListBox2.Items.Remove(item)         Next it looks like the iteration will chang...
I am developing with visual basic 2005 and do know how to create a deployment project correctly.  what I need to know , however, is is it possible to create an exe file without deploying the p...
Hi to all, I reinstalled to my notebook vista. I've installed sp1 also. I use vs 2005 javascript debugger also.But i can't attach a process. Because it's disabled. what can i do? Thanks..
When you press ctrl + alt + e, a window that says exceptions pops up.  how do I get an icon to that in my vs 2008 toolbar?
I'm getting a strange exception. I thought that setting variableName = Nothing was a simple reference assignment, and that no exception could possibly occur by essentially removing a reference...
Hi, I am using asp.net 2005 I would like to create a property for an array. I know that for default types I could do something liket this: public myClass { string myStrField publi...
Can anyone revise the code snippet below so the messagebox will cancel the form show? Thanks
I am writing a program in vb using visual studio 2005 to create "tickets" within our organization.  One of my hang ups is trying to specify the ticket based on the ID in the table.  I have a b...
I'm starting to discover ASP .Net programming. I want to develop a small application that I want people on my company to use using the browser instead of developing a VB .net application that ...
I may simply be asking too much but I have a  GridView embedded in a page with the following control nesting. Page > User Control > GridView > Panel  (in GV Cell) > User Control > GridView. ...
Hi, I want to copy only CSV files from a folder. I just want copy files tht only modified within one hour. Example time now 11pm. I only want to copy files tht had been available in folder...
Is there a way in MS Visual Studio to make it so that when you add a bookmark it also highlights the row to a custom color?
I would like to programatically allow users of my program to store an image (their company logo) to a Microsoft Access database (MS Access 2000 format), and be able to later retrieve that imag...
I have a drop down list and woud like to know if it is possible to display more than 1 data field inside the drop down list. As default, it ASP.Net only allows me to use only 1 data field. ...