Hi,
I have programatically created a csv file that contains the degree symbol, °.
The problem is when I open the file in Excel it is displayed improperly, °.
Example:
90° 00' 00''...
I'm using URLRewriting on a project I'm doing. The object can be found here:
http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/
The problem I'm h...
Okay, now that I have my list of DeviceDetails built properly, I have a routine to verify the IP addresses are correct.
So, I'm building a list of those items, and want to (after the loop rou...
Hi:
I was wondering about this issue. If i have VS 2002 installed on the server, then I get the .net framework 1.x installed. Do I need to do something extra to get .net framework 2.x inst...
I am trying to get a program that will allow me to speak commands to the computer. I need a code sample for this for vb 2005. I have used the microsoft speech object library (COM) to allow t...
My class compiles and runs OK, nevertheless I am getting the following error when I try to view in design mode:
Method 'UD.KeyedListBox.AddRange' not found.
Hide
at System.Runtime...
Dear Experts,
I have a program which I've been writing over some time. We have many customers using it, and their data is important to them. The issue is pretty simple. They have older vers...
I am developing a console application in which the application reads in a logfile using XML, then it moves the file from C:\LogFile to C:\UpdateLog (run daily). When I move the file to the de...
Hi,
I have a windows service i have created in vb.net (vs2005) - how do i attach the debugger to the exe when its running?
thanks
Hi there!
I have one quick question. I want to publish my C# .NET Application on our Network using the "Publish" function (don't know if this is the correct english transl. as I am using th...
I am looking at usings system.net.webclient to download multiple files. The function .DownloadFileAsync only supports downloading one file at a time. My question is how can I get a file list...
Hi,
I am using VB.Net 2005 on SQL 2005 and i just wanted to check this,
I found that if i declared a variable as a Date type in vb.net and then passed that value thru a sql command object to...
I am developing a windows form application which opens a binary file for writing and later opens the same file for reading (see code snippet below). When I open the file for writing, I set th...
i am working vb.net desktop application, i am very new in LDAP so i have a problem to authenticate user group in LDAP, since i have authencated user, for user authentication i write this code
...
I have a db that was built by someone. It works when on the local computer but when I put it on the network Iget an error that states:
Application attempted to perform an operation not al...
I have a vb .net 2.0 application that I need to call a Perl script and pass some arguments to it. One of the problems I have is that the Perl script will prompt the user with a y/n questio...
I am working on the Windows application made in C# 2005
and in this I want to crystal report for reporting and i want creating dataset which should be passed to Crystal report through coding ...
Hi Experts! I have a vb.net forms app with a textbox. An external app has the hWnd pointer to the text box handle. When the external app writes to the text box, I can see the new text, howe...
We have a data review application based on MFC that reads data from CD/hard drive and renders waveform on screen. The whole dataset consists of hours worth of recording but at a time on screen...
Does Case Not work? Like if I wanted the condition to trigger on every county except Calhoon?
select Case county
case not "Calhoon"
do something
end select
Hello, I'm trying to catch an null ref exception if the url that the page that enter in does not exist. here is my code:
if (sName.Length > 0)
{
//Get Id Fro...
I have a data view taht i am using to bind to my drop down list dataview gives that gives multiple results of the same id I want to get distict commGrpID
lobj_MergedDatatable = lobj_Datavie...
We are migrating to AD but still have groups and users on our old domain. Is there a way to retrieve this information using DirectoryServices or do I still need to reference the COM Active DS...
Hi
I am trying to do some Error handling using the code below. The problem I am having is trying to display the full error in a textbox.
I am trying to use the "Server.GetLastError.Inne...
I want to call several entry points in a managed (.NET) DLL from unmanaged (COM C++) code.
The .NET callee is rserv.cs, and the caller is ruser.cpp.
I know the entry point names and paramete...