Advertisement

1 - 10 of 61 containing alltags:("VB.NET, .NET") (0.001 seconds)
Dear experts, Is it possible to change a web site's properties (ie, access control and other settings) using .NET? If not, how can this be done programmatically? For instance, I would lik...
Zones: .NET Framework 2.x, Programming, MS Visual...Date Answered: 09/09/2007 Grade: A Views: 8
Hi, Experts I'm trying to implements Drag & Drop between ListBox and DataGridView, but I have a problem to get data/object from ListBox. This is my code...   Thank's in advance.  
Zones: Visual Studio, Visual Basic, .NETDate Answered: 02/27/2008 Grade: C Views: 94
Hi, My string will be in the format of 19.59.I want to convert it into integer so that,i need to insert it in a database field which is Numeric type. I tried doing val(str) but it is making th...
Zones: MS Visual BasicDate Answered: 08/06/2008 Grade: B Views: 712
Hi guys,             Basically ive made a program to delete duplicate items in the print queue. The only problem is that you either have to have it on button click or on a timer. I dont really wan...
Zones: MS Visual Basic, .NETDate Answered: 01/31/2008 Grade: B Views: 11
Dear Experts I have an .ocx file which I used to use in vb6.  To use it, I had to register that ocx on all users computers which was a pain.  With .net, is it possible to some how wrap the ocx i...
Zones: .NETDate Answered: 02/07/2008 Grade: A Views: 10
Here's what I'm trying to do. I have two tables in a sql db, Stores and StoresDetail. From within the app I dont want the user to see two tables on the grid but make it appear to be just one. I cr...
Zones: .NET, MS Visual BasicDate Answered: 03/06/2008 Grade: A Views: 12
Hi, I must make an interface to an other program The description: Type     Length(bytes)     Range         Description Byte              1                    44                  'D' BCD        ...
Zones: MS Visual Basic, Visual Basic, Al...Date Answered: 05/07/2008 Grade: A Views: 4
I have a menu item control that I am trying to enable and disable at runtime on my main form (frmMain).  At start it's enabled property is set to True.  When I click it, it brings up a login prompt...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 05/13/2008 Grade: A Views: 0
I have a form with numerous checkboxes do to the fact the users need to be able to check and uncheck area to run reports on. I try to run through the checkboxes on the check_changed event with t...
Zones: MS Visual Basic, Visual Studio, .NET Framew...Date Answered: 05/14/2008 Grade: A Views: 0
what is error in this query? ==================== SELECT E_Name,Sal,MAX(Age) as Age FROM Persons where job='Programmer' ======================= when I make Start Debugging for my project I g...
Zones: MS DevDate Answered: 06/14/2008 Grade: A Views: 0