Hi,
I have created a crystal report that is linked to a dataset. I am trying to find out how I would show this in a c# crystal report viewer contained in a winform. The code I usually use i...
Hi,
I am working on datagridview using vb2005.
How do I get the row of the user click?
Thank you.
Using: VB.NET 2005
I have a Windows service that calls a stored procedure and then uses UDP to broadcast the resultset to listeners on a specific port. I also have a Windows application. Up...
I need to take the data stored in the stream called StreamRef and somehow output the data to a picturebox. Would rather write the data "JPEG" to a temp location on the hard drive and then just...
I have to write a little in-house program that uses DOS commands for zipping tens of thousands of files.
I want to have a Windows interface with a console on the form itself, like a panel, th...
I need two cascading dependent dropdowns for the user to select a ShipName then a ShipRegion from a gridview to return several fields in the Northwind database.
The attached code snippet ge...
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 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 ...
Just installed Visual Studio 2008 and would like to install the SQL Reporting Services project tempate(s). How do I do that?
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...
OK -- apparently this is nasty bug/glitch in .net. My C# web site build and run just fine -- perfectly fine -- on my local machine. However, when I simply upload to my server, some error in th...
I have a form in windows based application. I add a combo box at design time with no items added. I need to add at runtime the value and text to the combo box.
Also, I need to then read the v...
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...
In winforms VS2005 C# I have a datagridview.
If I have many rows in the gridview. how can I make paging in it like the gridview in asp.net?
Anat
I need to FTP a file i created using VB.net.I am writing a console application.
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 ...
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...
We have an application that we migrated from Visual Basic 6.0 to Visual Studio.Net 2008 Professional using the migration wizard. The app contains 540 forms. We used Component One's True DBGr...
Hi,
I am converting an existing ASP.NET application from VS 2003 to VS 2005, and I'm having difficulty converting the Global.asax.
After digging around on the web, I have created a Globa...
Short on time and I need a working example of Matt Dotson's GridView extender from:
http://blogs.msdn.com/mattdotson/archive/2006/03/02/real-world-gridview-excel-like-frozen-headers-for-asp-...
I want to know how to point VS 2008 (or 2005) to a custom DLL path:
1. I create a DLL (my.dll) for common symbols, helper functions.
2. I put the dll in C:\mydlls and add that path to the ...
I have a Winforms application and using the code below to populate combo box
Dim dt As New DataTable
dt.Columns.Add(New DataColumn("Text", GetType(String)))
dt.Col...
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 have not worked with exporting data to excel since visual basic 6. I know everything has changed and I really need help learning how to export a datatable into Excel 2003. We have MS Offic...
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...