I have a .net c# solution which is a assembly dll, The base class/interface is included and the assembly versioning is hardcoded to 1.0.0.0. But I don't think this is part of the problem becau...
Hi experts,
I'm really going nuts with this here. I'm using VS 2005 and I'm just trying to publish a simnple C# application. Using the built-in Publish Wizard this should be a piece of cake...
I'm importing a CSV file into VB.NET 2005. I'm storing the CSV file in a dataset, and I want to manipulate that...NOT the original CSV file. This dataset is then being displayed in a DataGri...
Hi,
I am creating a Server control (Lookup - like datepicker)
I have 1 Textbox and 1 Image Button, when i am clicking that image
button, it shows lookup and it contains number of re...
In my project settings I have enabled "Automatically increment version revision" (See the attached image). I want to know how to display the latest version information on my Form's caption. Wh...
Hello,
Programming in VS2003-ASP.NET 1.1, I have this problem: Using DirectoryEntry and without any admin user, how can I check if a domain account, that try to login, has expired?
Scenario:...
I have a query on a table in a dataset in VB.net.
the Query (GetDataByIDAccount) is something like:
Select * from tbl_Account where IdAccount = @myIdAccount
the IdAccount field is a n...
I am very curious what this error message is:
Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its de...
I have static class variable HashTable var
that will be filled with <String strA, object<String, enum>>
- I want to get from strA object and I not values now - so its defined with class.
...
Hi:
I'm looking to extend a standard (dropdown) combobox control to show tooltips for list items who's length exceed visible limits (similar to the gridview control behaviour).
I was su...
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.
The ComboBox control would always be in column 2 for example for only in particular rows.
Any i...
Hi Experts! I have a WCF service/client. The client specifies an identity. After I create an instance of the client proxy class I find that Client.Endpoint.Address.Identity = nothing
is ...
I know that I can have an xpath query ignore extraneous whitespaces before, after, and inside element/attribute text, so that nodes that look similar but differ only by whitespace are treated ...
I need a simple program that will record a score when someone says the name of the team. All of the SAPI speech recognition samples from Microsofts site are from the old versions of Visual Ba...
This blows up on debug with the message:
SqlException was unhandled... Line 1: Incorrect syntax near '2'
The value "2", is from a Windows form control for a date selection and the "2" is...
Hi,
Any one know how to convert PDF to JPEG/TIFF. I can't use Adobe Acrobat Professional.
Please provide the solution which should be free.
Hi
I've have a Dataset displayed on a Datagridview.
I want a navigator for the datagridview. Using the following, the navigator is bound to DataSet (1...x records are on navigator), and dat...
I need a simple way to incorporate speech recognition into a Visual Basic .net program. All of the information I can find about microsoft's speech sdk's revolve around previous VB versions an...
Ok, what I which to acheive is to send my page to an email everytime a person views it.
The emailing part is ok, but how can I save the response.outputstream of my aspx page into a string, ...
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 a page that has 2 image buttons on it and of course it defaults to the left one and I want it to default to the right one. Seems simple, I've looked at a few postings including:
http:...
I have a one datatable dt1 with some data
I need to create a new datatable dt2 and I shud copy the structure of dt1 without copying data.
is it possible ?
I know it is possible to cop...
I get this error when attempting to read directories on a mapped drive using the DirectoryInfo.GetDirectories method, when there is a difference between the clock settings on the workstation v...
I can I create a textbox to show a pop up window below the textbox showing intellisense type information as the user types?
Shell("ping 216.239.37.99 > c:\pinger.log", AppWinStyle.Hide, False)
The above isn't working. If I change to AppWinStyle.NormalFocus I see a cmd box pop up for a split second. The output ...