Advertisement

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: 351 - 375 of 402
 
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...
I am working with visual basic 2005 and passing the following argument.  I need to display an image that I have included unde rmy resources without making any other declarations.  My "Properti...
<tabstrip1><tab1><tab2>,...<tabN1>    <tabstrip2><tab1><tab2>,...<tabN2> For each tab on tabstrip1   show tab on tabstrip2 tabstrip2 never changes.   Click a tab on tabstrip1,  shows ...
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. ...
my service is taking action when a file is added to a map. I want my service to run another exe program with a specific user and password. But it does not work. I'm trying with notepad for t...
I'm writing an application in VB.NET that requires the use of a database for the user to lookup information. If the user happens to already have a database available to them, that's fine they ...
I need to work with an array of data that looks something like this      strName1, dblTotalAmount1, booActive1      strName2, dblTotalAmount2, booActive2 I need to be able to manipulate a...
Under Windows Vista our application written in visual studio 2005 runs extremely slowly. The cursor on some windows hardly follows the position of the "cross" on the screen area. If one enters...
Dear Experts: I created a simple project last night using my home computer. When  I tried to open  the project at other computer this morning, I got the above error message. What did ...
Hello, I'm new to .NET applications and urgently require some help on the following issue. I have created a context menu on a gidview using the MSDN.contextmenu. When I right clcik on a...
ipaulino has just answered a previous question about my datagridview but using a GridLineDataGridView component. I just can't find this on the Visual Studio toolbox anywhere. Could somebody...
I have been running into some memory problems debugging a visual studio 2005 window application.  I suspect that part of the problem is that I have 42 crystal reports that should possible b...
Good Day: I am using WinForms VB.NET 2005 with SQL Server 2000.  I get an error that reads Incorrect syntax near ')'. for the following code: sSQL = "INSERT INTO NodeChild_t(ID, Child,Us...
Dear Experts, I  Have a DropDown with the following Lists Thisweek, Lastweek, ThisMonth, LastMonth and the textboxes  (Date1 & Date2). What I want by selecting DropDown List it will also...
I have a .NET visual Studio 2005 question...  I have a client app that runs off desktops across the world.  It allows the user's to run in their local culture.  All of the database access is h...
I created a DataGridView with 2 columns that are Comboboxes using the GUI. I need to fill the entire columns dynamically though. How do I do this without punching a hole in my monitor?
Hi all, I have the following that works perfectly fine: Dim da As New SqlDataAdapter                 Dim conn As SqlConnection = New SqlConnection("Data Source=SQLRPT;Initial Catalog=CorpR...
Good Day: I am using VB.NET 2005 WinForms DataGridView control.  I have a requirement that requires the user be able to get to the next row by using the Enter key instead of the Tab key.  T...
I've got 3 datasources on a .aspx page and they use exacly the same session parameters in the <SelectParameters> For maintenance reasons, rather than having 3 instances of the <SelectParame...