Hi
I am trying to gather the values of a ListView control into variables on the selection_changed event but am getting an error. The code is as follows:
Dim s1 As Object
...
I am using the publish feature to distribute an application. I would like the shortcut to be added to the startup so the application startup when windows loads. Is this possible?
Hi,
I have a timer which add some text (information) to a textbox, and since the textbox is small, I would like it to automatically scroll the textbox down as text are being added. Is it po...
I have a bound combobox on a form. The combobox is populated from another table. Here is code for populating:
I have tried both this:
==================================================
Di...
Please review and please give me the correct syntax for my loop.
for (int i = 0; i < cnt; i++)
{
GridViewRow row = grdApplications.Rows[i];
if (Convert....
We have an applicaiton that is currently written using VB6 which call reports created by CR 8.0. These reports are passed a record set and use a .ttx file to define the fields for the report...
Hi,
Im having a bit of trouble. Can anyone point me in the right direction? Im trying to read data from a com port in vb.net 2005, but without using the vb6 comm control. The vb6 comm contr...
Hi,
I created a web service project. In this I have namespace OrdersService and a method as follows:
=========================================
namespace OrdersService
{
[ScriptSer...
Hi All,
I have a "QueryBuilder" form in vb.net 2005 by which users can build their queries and run it to show the results in another form wherin I have a datagridview. I need to show the rec...
Hi
Is there a way to disable all functionality in an Excel spreadsheet except the cut,copy, paste and formatting?
Thanks
hi there,
I need to create a multiproject solution using VS2005 and VC++, I have a scene (VEGAPRIME) API, and I wrote a Physic library to it, so I want my physic api to be in a seperate proje...
Hi,
I develope PDA Application using RDA Pull and Push. I configured IIS, and able to view SQL Server Agent on Browser. After execute the program, i am getting Header information is either c...
I have a web method that works so long as it return void. But once I return a List, I get this error.
Any ideas??
Server Error in '/GpsGetter' Application.
----------------------------...
Hi,
I want to set the background color of button when mouse is over the button.
This is a windows form.
Please help how to do it.
Thank you.
using a multi-line textbox, what code can I use that will cycle through the first 10 lines of text, if they exist, and "grab" each new line of text into a string variable?
Hi,
I am desperate, my VS project had a reference to a CAIS_Library.dll version 1.0.0.5. , deleted the references under the bin folder and added the reference to the new .dll CAIS_Library.dl...
Hi
I have a function that returns a collection of parameters , sometimes after ive called this function i want to be able to add a SQL parameter to this parameter collection.
Publi...
Is there a function I can call to verify if a string variable contains integer value?
I have an Object which inherits from system.collections.collectionbase which needs to be deep cloned.
public class a
inherits system.collections.collectionbase
end class
How do i insure...
Hi,
Could somebody please explain to me what the click once manifests are and why do I need to get them signed in order to be able to deploy my VB.NET application in VS2005.
I am using a...
My client wants the ability to send Emails using the SentOnBehalfOf capability. They also want to check for Read Receipts / Delivery Status on the Emails sent. My understanding is that the rea...
I have a VB.Net app I'm developing in VS2005, SQL Server 2000. On the Windows form I have two DataGridViews.
Everything worked fine until I updated some existing records in the database. ...
I have VS2005 and I'm trying to get a handle on structuring solutions and projects. Everytime I create a new web site project the solution file and user control file is placed in: C:\...\MyDo...
Hi,
What is equivalent to small icon in vb.net for listview
Private Sub ListControls_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles ListControls....
Hello,
If I was going to build a POS system using VB ... does anyone know of modules that can assist with the reading and processing of credit cards?