I want to create a context menu and want to allow the user to select multiple items in the context menu show. How can I do that for Win Forms, C#, .Net 2.0
Thanks in advance for your time.
Hi,
I am new to HTTPS.
Here we have a Microsoft .Net - C# WinForm client and connecting to IIS then request is routed to the actual Web Service is in J2EE deployed in Web Sphere.
When i us...
Hi all I have never used the code-behind for updating a gridview and am having a couple of problems with it. I am trying to have the buttons Edit/Delete work. When I push the edit button the...
If you use SQL Server as DBMS it's easy to write queries like;
Select * from MyTable Where ID = @ID
from Visual Studio's query bulider when adding a query to a adapter of a table in a datase...
I am developing with vb.net 2005 and here is my situation:
Every time I save a date to my access table, it does get saved great, but when I try to retrieve that date, it again populates great...
I need to search an Active Directory security group that may include nested security groups to see if a user is in the security group or nested security groups within the group. I am using AS...
Hi,
I am using C# in visual studio 2005
I need to create a console application that needs to run at 5:00 pm and run a process once per day. I have the following code. Please, see code sn...
Using a databound datagridview.
I need sample code to filter datagridview rows by a combobox value
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'm trying to create a highly interactive DataGridView using VB.net 2.0. This is a lot of work. I would like to be able to commit & save changes made to a text box when a user enters a value...
Trying to run a VB.net application on a machine causes a problem.
Pls refer to the attached error snap.doc file for the screenshot.
The error message says
"System.IO.FileNotFoundException: ...
Hi
I have a Crystal report in VB.NET 2005 application which shows a result from a view created in Sql Server 2005 and it is connected to Server Joe1. I want to change Server connection (Serv...
calling an SQL stored procedure? I'm using textboxes to send the SQL the search criteria. The gridview needs to appear as soon as a user begins typing in one of the textboxes.
The stored...
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...
My multi-threaded application makes many simultaneous requests from a web service on the internet. It appears I need to change values in the machine.config file to allow more connections and t...
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...
I created an application in VB.NET that will print to a Zebra TLP 2844-Z printer. However, I am running into some issues. I can only print to a printer that is locally install. If I try pri...
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 am used to using vb .net 2003. Now using c# .net 2005. I do I filter a dataset in c# .net 2005
I am used to the following below:
dataset.clear
dataadapter.commandtext.selectcommand = ...
I have a VB6 program that uses these 2 APIs
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As IntPtr, ByVal nIndex As Long, ByVal dwNewLong As L...
HI, i have Asked this question here before : http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_.NET_2005/Q_23333489.html l, but The expert said to open again . hence,...
I have text based configuration files I have been loading into a DataTable which I have then loaded into a dynamically built DataGridView. The column types I need are 'string/textbox', boolea...
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 ...
Dear Experts,
I want to make a LAN messenger in VB.NET using TCP or UDP protocol. If you have any tutorial, kindly tell me.
Thanks
Hey all
I have a comboBox, and I am using the selectedIndexChanged event to know when it has been changed. I populate it with a list of choices when the user enters a row in a datagridview...