This was a previous question .. http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24680506.html
The problem is I sometims have NULLS and need to check for thi...
I am having a problem on a Windows XP SP3 system. When I try and apply the updates from windows update and install .NET 3.5 SP-1 I can no longer run the following command on the system:
C:\...
Combobox in Windows form will not display selected member value, Continue to show first item as selected. I have a standard Windows Form application built in Visual Studio 2008. I must be miss...
Hi X-perts,
I am building an installation package for Excel + .COM VB.NET applications. The problem step-by-step:
1) I have created an installation package using InstallShield. Checked o...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24791732.html
For the next part of the class:
public OutputMask O...
I have a report created in BIDS.. The report has parameters that need to be selected by users..
My issue is that users complain that there is a long list of customer selects(my paramete...
Hi,
I have 2 issues, and I hope that you can help me out.
I'm developing a Windows Service, in VS2008, that has a timer that consumes a web service.
1ยบ Question
What is the best way to d...
I need to sort a generic list with multiple keys ... for example, I want to sort a list of person objects by Age within Department.
I can sort the list to Age OK but when I then re-sort thi...
http://www.codeproject.com/kb/reporting-services/ssrs_pdf.aspx
i'm trying to use the following project. No problem using it. My issue is that i'm trying to actually have access to the ren...
How do I bold a row in a datagridview?
I couldn't find a way to do it, so I decided to try to bold columns. This code returns "object not sent to an instance of the object"
...
I have one label with multi lines (8 lines) and i want to animate it to show 3 lines animated from top to bottom (or bottom to top).
I have experimentet with:
Private Sub timer_Tick(ByVal...
I need to dynamically skew images based on data. This would be similar to a graph or chart that adjust on values, but basically I need to create a downard slope or upward slope (similar to im...
I need to deploy a .NET Framework web service on Windows Server 2008, but am having trouble.
I have created the directory, used IIS 6.0 to create a new web site, published it from Visual St...
Hello - I have an existing asp based website that uses an MS SQL database for authentication. We want to host a wiki for the same group of users and would like users of the wiki to use the sam...
I've found a number of sites that describe how to enable Vista's MobilityCenter on a desktop via the registry and sites that tell me how to listen for Presentation Mode notifications using QUN...
I have a string that looks like "01, L". I need to split these to values into two different strings and it will always be split on the comma. So, not sure how to do this. The end result s...
Dear Experts,
Continuing from here:
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24792639.html
Now that the SearchDocumentsInput class seems to be com...
Dear Experts,
Continuing on from here:
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24789315.html#a25506501
How do I use the following part?
publ...
1. Do you have any good resources that teaches .NET platform from the ground up for beginners?
2. Will .exe (simple console and gui - Hello World) that is created by .NET (VB or C#) language ...
In the following code, I get error "BeginInvoke is not a member of SpeakDialogs.Edit"
This code is located in a class in a DLL.
I'm trying to make an animated control for .net
At the moment, all I do is move a pre-drawn picture around a 150x250 sized bitmap, and it seems to jitter allthough I use double buffering.
...
Previous question.. Resloved making the List box longer inside a web part. Once user clicks report the new IE window is rendered by SSRS and the code for the web part that made the list long...
Hi
I am using (\d{1,6})(\.[0-9]{1,2})? to enter a decimal value. But, when the number is just a fraction, the user will enter dot then 2 digits. Unfortunately, this is now working. He has t...
I have created a windows service on my local machine, and I have added an Installer.
I am able to successfully install this service on my local machine.
How do I deploy this service on oth...
Hi Friends,
I have developed a application in C# using VS 2008, now this applciation targets .net framework 3.5 and if i am not wrong, it will need the same framework present on the user co...