Hello there,
I have a slight problem.
I have a DataGridView with 4 Columns, the last of them is a ComboBox Column.
The 3 columns are databinded with a BindingSource object, filled through...
I want to be able to upload a zipped file, created with winZip, to my webserver. Then I want to unzip it. I understand the security implications pretty well. I am looking for VB.NET code to...
I use VS 2005 and can not find the Stack Trace tool. Can someone suggest how to find it again?
I use C#.NET
Thanks,
newbieweb
I have a need to rename a file in VB.NET 2005 (and keep it in the same directory).
I know that it is possible using the System.IO.File.Move method, however I was wanting to know if that actua...
Hi,
I am currently getting into asp.net. I have a form with 2 .net text boxes one being txtuser and the other being txtpassword. What I am trying to do is query the database to see if the p...
I have a gridview created blank on the fly. At the end of every row, there's an Add/Remove link button that will add/remove rows. I have one textbox field they have to enter.
As they add new ...
This is pure insanity, IMO. I had been used to VS 2003. And made the move to 2005, but I hadn't really done anything but .NET and web services (though I had serious issues w/the stupid 'Web ...
Hello Experts,
I am attempting to convert a .NET 1.1 application to .NET 2.0. Part of this conversion is calling a stored procedure from VB.NET to retrieve 3 fields for a document selected ...
i have a editable datagridview in this iam having a image column but the user enter any thing in the last row a new row is created with the image i dont want the image to be created in new ro...
Hello.
Each day, I'd like to this programmatically using VB.NET (Visual Studio 2005)
1) Delete all rows in table Table1 of a SQL Server 2005 Express DB (no DTS available)
2) Re-populate wi...
I am new to the gridview in .net 2.0.
i am tying to get the id for the record that i select in the grid.
this is my code
Protected Sub GridView1_RowEditing(ByVal sender As Object, ByVal e ...
Hi
I'm creating a web setup project in Visual Studio 2005 which works fine when only .NET2.0 is installed on the server.
When .NET1.1 and 2.0 are installed, the website defaults to .NET...
I have an Access Database (2003) with enough forms to not want to recreate them. The data is in SQL, is there a way to export/import/convert the forms so I can open them and further develop t...
I have used created an ActiveX control in VB6 and used For... Next to loop through the control array. But VB.NEt 2005 does not support control arrays. What is an alternate way? I need to plac...
I am trying to figure out how to use the System.Diagnostics.Process.Start() functionality in VB.NET. I am testing with MS Access to get the correct syntax for opening an Access application wi...
How do you SetFocus in VB.NET? I have a VB.NET application that has a button on the main form called Merge. When Merge is clicked, there is a loop that reads image files from a directory and...
I'm getting an error trying to read an xml file. Can someone pin-point me in the right direction. Thanks
This is the error I'm getting:
Note: Server Type Must Be Client To Perform This.
...
I have created a cs-file in the app_code folder which I understand makes the complier include the namespace into the project automatically.
However, when I need to call a function from with...
Hi,
I'm writing ad add-in for Excel, using VS2008 and VSTO.
I have 2 questions:
1: How do I get the name og the active worksheet ?
Globals.ThisAddIn.Application.ActiveSheet. ???
2...
I am trying to connect windows application to a remote sql server database over the internet.
The application connects ok to a server over a Lan.
All the ports are configured correctly.
...
I am working on a program for customers,, Simply,, I have two forms:
Form1 contain datagridview to show all the customers..
Form2 contain Customer ID, Customer First Name, Customer Last Name...
I would like to be able to Maximize (resize when minimized) & Bring Focus to (bring to front) an external program. To set focus i have used the AppActivation command but was not satisfied ha...
My datagridview has checkbox columns, one for "Odd" and one for "Even". When user checks Odd, I want to uncheck Even, because they can't both be checked. I have 2 questions:
1. What event...
Suppose I have an application built in VB.Net and I want to create a CD so that I can sell this CD in the market.How I will create and installation CD? In other words what is the deployment p...
Hi,
I am working on datagridview using vb2005.
How do I get the row of the user click?
Thank you.