Hi,
I want my application to show thumbnails of images (the images would be from a folder in disk), just like ACDSee
http://www.softpedia.com/screenshots/ACDSee_1.png (the middle panel)
...
I will like to have a generic form to test my forms. The idea is to show a Listbox with the public types defined in the application, display them in a ListBox, and let me select from the listb...
How to add background images on MDI forms?
that empty semi gray background where childforms appear?
i am using the directoryservices class in vb.net and need to be able to return all the users that belong to a particular group.i have code that returns all groups that a user belongs to. here ...
Hi Experts,
I have a C# .Net 2005 application using Crystal report integrated with .NET.
The reports run fine on the developpers computers but when I make a deployment
project and try to ...
I'm trying to write a little app that moves all files from folder A to folder B. If files in folder A already exist in folder B, add the date to the beginning of their name and then move them ...
Hello,
I using a backgroundWorker to execute a time consuming operation and print the result as they come an a listView. I'm basically doing something similar to the following:
private v...
Hi all!
I am using Crystal Reports in a Windows application.
On one of the reports I am showing some subreports.
All these subreports contains headers in the Page section and some fields ...
Hi all,
I need help with ComponentServices. I am getting following error that i am unable to solve: "Invalid ServicedComponent-derived classes were found in the assembly. (Classes must b...
I would like to retrieve the value of a dropdownlist on my aspx page using javascript. This must be easy but I can't find anything to lead me in the right direction. Any ideas?
Good Day
Experts:
I found the below couple lines of code here on E-E. This was exactly what I needed. However, I would like to do the same if the User hits the Enter key. Only problem...
I need a control that looks like a datetimepicker control, where I have a drop down box selection with the calendar at the bottom. DateTimePicker control provides that, but I also need to "bo...
We would like to get the Hard Drive Serial Number to generate a licence key of software. If you can help us with the piece of code that would be great. Program should able to read the Serial N...
Greetings experts, I hope this will be an easy one.
I have a project where a website hosting service does not allow SQL linked server tables. I have two tables located on different SQL se...
Hi
I am programticaly creating GridViews, up to 200, im using ajax to they arent all present at once!
I have created a gridview in designer, with all the bound fields etc that I need, W...
Hi experts
i have this short code in C#
public event EventHandler<LogAddedEventArgs> LogAdded;
private void OnLogAdded(LogAddedEventArgs info)
{
if (LogA...
I've been searching the web about loading XML files into .NET datasets and haven't found the right info yet.
I know the DataSet class has a ReadXml method you can use for the task and there...
I'm trying to insert a new row into a table in a SQL server. I am new to this, so I'm guessing I'm probably missing something real simple.
Here is the code. It throws a System Error excepti...
I have a file with odd characters in it.
The following code IGNORES those charcters:
Dim ssContents As String
Dim soReader As System.IO.StreamReader
soReader = Ne...
I am attempting to refresh a crystal report and then export it to a new location via a console application. I can get everything to work fine except for my refresh. If I comment out myreport.r...
Hi
I need to split a string such as the following
C:\Users\murbro\Documents\Demo1.xls
into C:\Users\murbro\Documents\
and Demo1.xls
I'm trying to read/write to an excel file. I successfully updated rows in my excel file, but not all the rows were being updated. I did some research, and I was missing the IMEX=1 in the con...
I use sqldatareaders to traverse records, I run into trouble when I have more than one user hitting this function at exactly the same time, this happens randomly, at times seems to be wor...
Hi, I'm creating a registration page for a website. On it, the user needs to enter their birthdate. I have 3 textbox controls, one for month, one ofr day, and one for year for the user to in...
In VB.NET I have the following code:
Imports System.DirectoryServices
...
Dim AD As New DirectorySearcher(String.Empty)
AD.PageSize = 1
AD.Server...