Good Day
Experts:
When using the Crystal Report Viewer on a VB.net form, I click on the Export button and I do not see
what I expect to be the "normal" screen. No email Export option ...
please see attached app.config file, when i do this:
Database db = DatabaseFactory.CreateDatabase("Logging");
where Logging is an entry in my config file:
<configuration>
<configSect...
I'd like to search a listbox bound to a SQL query during load. I have the text box and a search button. First time I enter text and hit search. The selected item changes in listbox. One proble...
I am trying to remotely access WMI on machines on my network. There are a few however that are responding with the above error on the code below. I have shut down the firewall application(s) a...
Is there a radio button list control for win forms? Is there a way to mimic the behavior?
I have a table in SQL server 2000 that I am displaying in a vb.net 1.1 VS 2003 windows forms datagrid.
I am using drag and drop connection and dataadapter objects and generating the dataset i...
I am trying to run a progress bar based on the nymber of rows in a datagridview. I seem to not be getting a count, my progress bar does not run. Any ideas?
I get this error when trying to login to my .NET app.
Cannot open database "Referral" requested by the login. The login failed.
Login failed for user 'Referral'.
Here is my connection s...
Hi,
I have a windows service app that uses a filesystemwatcher. When a file gets created in a particular directory that I am watching it checks whether the file needs to be processed (by a...
I have a DataGridViewComboBox that is bound to a simple "lookup" dataset (5 sec = 500, 10 sec = 1000, etc.) How do I allow a user to manually enter a different time (i.e. 3400) in the DataGrid...
Hi All,
I got a query in LDAP, trying to figure out the exact syntax.
I wanted to get all the member details in the distribution list under
LDAP://OU=DistributionLists,OU=Mail,OU=Groups,DC=...
Hello Guys,
I am trying to use the console VB.net application script in the VB.net webform. Having no good knowledge of .NET I am having problems in the script attached.
The script should re...
I'm trying to write a little app that opens a text file and displays the contents of the text file in a RichTextBox and then use a picturebox to display the line numbers. I'm not sure if this ...
Hi. When you delete a record that is being referenced by other tables, you will have a foreign key violation. The following code which is extracted from my project handles the error. I've got ...
Dear Experts,
I am trying to write a nice looking application for work, hopefully to sell, but anyways- I'm trying to make it with a good design that looks and works good. I have no menubar...
Hi.
I've been looking at a basic example of a web application that allows you to specify between MS Access or SQL Server in the web.config. (see snippet part 1 below)
Now, as both these pr...
Dear Experts!
At my work, I've been given a new challenge, and it is something I've never done before. My goal is to allow the user to select any of 50 different possible fields in my table...
Hello there,
I have an application in VB.Net in which I import data from Excel to SQL server database.
I'm trying to retrieve a table in Excel 2007 worksheet, which has more than 255 col...
hi there, I have found several sources for code to mail-enable active directory accounts but they all use th Microsoft CDO for Exchange Management Library (aka CDOEXM).
Unfortunately this...
I have an autocomplete control, that after it executes looks up some data in a table based on the value of the textbox that was just filled (which is executed from the text box's on change eve...
All,
I am new to SQL Server. I have heard about this wonderful thing called stored procedures :-). I am trying to convert an Access database to SQL server 2005. I can use the upgrade wiz...
Requirements :
1. To create a windows service which sends fax (HTML files) using microsoft fax server
2. Must accept multiple requests and so decided that this would spawn threads for each ...
Question/Advice:
I have written and tested a .NET 2.0 application using VB.NET, which in essence, is a giant, specialized CRM-type system. The application connects to a SQL Server 2000 bac...
I have two tables in a SQL Server 2000 database; Worksites and Monitors.
I want to 'assign' a Monitor to one or more Worksites.
With table Worksites having columns keyWorksiteID, keyMonito...
HI EXPERTS,
I would like to create links from checked list box text... please see an example attached... This is similar to the Outlook mail rule wizard.
is this possible in vb.net>
R...