We have a vb.net 2005 app that has a splash screen and a tip of the day dialog in addition to the main app form.
We have everything working, except that the start position of the forms isn'...
I have a button in a GridView. It has a command name "DETAILREC"
When this button is clicked I want to display the record in the DetailsView. how woudl I make this happen?
If e.CommandN...
Hi Experts,
I need to make .NET app wich will extract files from RAR compresor
The question is:
Is there any RAR dll or any .NET integrated library thant I can use for that task.
I found l...
Hey!
I need a free html editor for windows application in vs2005.
I know for web application the editors exist. What about windows app?
Thanks in advance.
[melack]
how do i add a .dll file into GAC?
global assembly cache in c:\windows\assembly
We are having a problem I am getting the above error when I try to connect to an oracle database. I have no idea why this is happening. The connection works fine on my machine but when I buil...
I have been studying up to get my MCAD certification these last couple of years, but recently had to put it aside, as I was too busy to study. I am at the point where a few weeks catching up ...
I am using windows 2003 server and have an a application. When I try to access the exe file, it throws security exception. There is no file access, no registry access, just a simple class with...
Here's the problem. We have a program installed on a Windows 2003 server that doesn't support .net 2.0. It works fine in 1.1. I've verified this many times on users end machines. Once you ...
Udpclient is a .net object
IPEndPoint is a .net object
UDPState is a class
ar.asyncstate is just a async operation that holds something or i have no clue
C#
UdpClient u = (UdpClient)((U...
As some of you may be aware of, until Nov 2006 you can download parts of Vis Studio 2005 Express Edition.
I have done this on my dad's pc, but i do all of my programming on my pc? What file...
Hello,
I used those lines in VBA to convert PS file in pdf :
...
Dim acr As ACRODISTXLib.PdfDistiller
Set acr = New ACRODISTXLib.PdfDistiller
acr.bShowWindow = False
acr.FileToPDF "u...
NCover and Nunit crashing when i try to run my tests. I have Nunit 2.2 installed along with ncover 1.3.3. using framework 1.1. When i run my test either ncover or nunit crashes, i think its ...
Our production web server hosts several web sites that send mail all using the same code.. on some of these sites the mail is sent successfully however others give the following message:
Co...
I have a machine with the following installed:
- Win XP SP 2
- Visual Studio .NET 2002
- .NET Framework 1.0, 1.1, and 2.0 (according to Add/Remove Programs)
- ASP.NET 2.0
I only recen...
I try to put the following code using Visual Studio 2002 Developer - Visual Basic .NET to write a aspx application (v1.1) but it return with the error "InvalidCastException: Specified cast i...
I have a table with author names, author ID and its status (0,1 or 2).
How do I modify the following c# code to adds the ability to display each item in dropdownlist with colored text accordi...
Given a service written in C Sharp I have come accross some odd .NET errors
in 2.0 .NET - Has anyone got an idea what is happening here?
The error seems to be network glitch related but wi...
i have the following code where i want to add link buttons dynamically in a tablelayoutpanel, but the controls don't appear
Dim lnk() As LinkLabel
Private Sub Button1_Click_1...
Hi there.
I am using a COM DLL, the documentation says that the methods return HRESULT, but when I actually type the method in the VS.NET IDE the intellisense tells me the method returns no...
unable to start mssqlserver on win2k.
the error i am getting is :
A connection could not be established to (local)
Reason: SQL Server does not exist or access denied.
I am working with the safilup software from softartisans.com and trying to get the file in database sample to function and keep getting the error "Type name is invalid" in the line
Dim rows...
Hello, I have an MSDN Subscription, due to expire in Nov '06.
The offer for renewal is $2,000 for VS05 professional with MSDN Premium, but a whopping $5,500 fo VS05 Team Edition.
a. What...
.net 2.0 is installed on two computers.
caspol does not appear to be present on either.
the configuration tool does not seem to be on one - and I do not have sufficient access rights to acce...
Does anybody know how to call a .bat file from within an MSI?
MSI need to do the following in this order:
1. Run unregister.bat
2. Copy files into the target directory (this I can do)
...