okay here we go this one is a pian in the neck... I havea griview set up for duplicate data. Now if the date is true duplicate its forecolor needs to be RED. I can not for the life of me get ...
I've a few questions that I would really appreciate some help on.
I understand what interfaces are and how they are implement etc, my question is related to the system/in-built/predefined ...
hi
Can we automate the Word 2003 viewer from c#.
I want to know the best approach for embedding Office Documents in Win form application.
Hi
I am reading a text file which has characters in one line separated by comma....
item1,item2,item3,item4,item5..............
I want to read it into a data grid so that these apper ...
I am trying to add printing functionality to my web application. I have tried adding window.print, and do.print to my buttons onclick action in the source code but i am not having any luck. ...
I will like to have a relationship using combo / Dropdown box with contacts and then display all related information in another combo / dropdown box.
i create two table in sql 05. the inform...
I have a web application and I am trying to create a logon window that will display when the app is run. I want it to be about 250px by 250px (or about 3 inches by 3 inches on the screen). H...
I know I can build a list of all databases on MSSQL 2005 by running EXEC sp_msForEachDB 'PRINT ''?''' however I want to populate a drop down list with this data what is the easiest way to do t...
I want to store all custom application messages in the system in a common place so that they are easy to locate and update. Ideally I'd like to be able to send them to our copy writer to write...
I have a web page that calls a web service I created. The application gets the info from the web service compiles that into a drop down list. Each drop down list is associated with a recipie...
I kind of understand what an interface does -but I am not too sure why I would use a built in Interface (ie. IClonable, IFormattable, IEnummerable) are they like some kind of template or is...
I have an issue with a c# app. I need a quick way to see which versions of .net are running. Can anyone help?
I'm a C#.NET developer interestd in getting going with some .NET 3.5 technologies. And have been told LINQ is one big benefits of 3.5. And am wondering if I can get LINQ without getting 3.5?...
deployment .net 3.5 framework to test environment
deployed 3.5 code and tested sucessfully
deployed sp1 to test environment
retest of code failed with following error
I have developed an application in VB.NET. When I run setup, it does not allow me to install two versions on the same machine so I can run a "production" verison and a "test" Version. for us...
Everytime I try open a screen I get this error message:
"Object of type 'Infragistics.Win.Appearance' cannot be converted to type 'Infragistics.Win.AppearanceBase' "
These errors come up...
I have two processes that run on the same machine. I'm the developer of the processes now. Currently, the processes communicate by writing and reading files. HOwever, what other things could...
How would I add a second BCC to the code below?
private void SendBrokerEmail(string EmailAddress)
{
string localAddress = EmailAddress;
MailMessage msg ...
upload of files
i have another problem in asp.net FILE UPLOAD
okay i ahve a bin folder with dlls
now on server there is http docs folder where all my aspx file goes
within this fodler he...
Okay, this is driving me insane. I've spent two days on it, and need a very clear, very concise answer. It will need to have a working code example, not a link to yet another of the 1000 web...
I have a large application that this pertains to but I'll use a hypothetical to keep it simple.
I have a form. It has 20 text boxes on it. There is a button on the form.
When the focus...
I have an image that gets loaded into a byte array for storage in a DB. Is there any way to modify the byte array in a way that adds a fractal or pattern to the image, like an overlay? Or pe...
Trying to figure out why this isn't working...the background image always shows...even when I run page.aspx?pg=1
Styles---
<style type="text/css">
.concTable
{...
Hi
I have a visual basic .net website and at one point I send an email message but I also want to display that message on screen.
It's a long message that I have to build up so I tried to ...
Can anyone tell me the easiest way to identify at runtime using VB.NET code whether the OS is 32 bit or 64 bit?