| Thread | Last Post | Replies |
|
| Sending StandardInput.WriteLine to a C++ Console Application | 15 Dec 2006 22:34 GMT | 2 |
I have a C# app that spawns several processes each containing a console app written by another developer in C++. The console app was written first to be just like a console app: it starts, you type a command it does a command and returns a message. I thought I would be able to
|
| Mailmerging to a pre-defined template | 15 Dec 2006 22:00 GMT | 1 |
Morning all, I'm putting together an App that reads data from a database and then, depending on the users decision, outputs the data to a mailmerge document for either an address label or an envelope.
|
| Sun Java System Directory Server Authentication | 15 Dec 2006 21:07 GMT | 18 |
I am new to LDAP and Directory Services, and I have a project that requires me to authenticate users against a Sun Java System Directory Server in order to access the application. I have found dozens of examples of how to authenticate users against Active Directory, but AD
|
| Stopping Automation | 15 Dec 2006 18:33 GMT | 4 |
I am writing a program that will automate a series of application installations. I want to give the user the option of stopping the program's execution in between installations (for example, give the user the chance to stop the program after the second installation
|
| csharp skipping lines of code after a call...? | 15 Dec 2006 18:20 GMT | 4 |
Hi - I have some code that looks like this: widget_DragDrop(object sender, DragEventArgs e) {
|
| [Delegates and Events] | 15 Dec 2006 17:56 GMT | 3 |
Using C#, VS2005 .NET2 I have a custom usercontrol. Here i have a picturebox (Close) and a CheckedListBox A public delegate void for CloseControlHandler();, and event for that
|
| Loaded module list. | 15 Dec 2006 17:47 GMT | 2 |
I'd like to get the list of loaded modules by my assembly, like VS does at debug time in the loaded modules window. I load some assembly via Assembly.LoadFile() and I'd like to retrieve these assemblies in some way.
|
| Working with FindAll() and predicates. | 15 Dec 2006 17:18 GMT | 3 |
Hi, let's take a look to this code that we already know.: List<string> dinosaurs = new List<string>(); dinosaurs.Add("Compsognathus"); dinosaurs.Add("Amargasaurus");
|
| How To Use ResourceManger for String management | 15 Dec 2006 16:48 GMT | 3 |
Can someone just give me a dead-simple example of how to find, read, and use resource files from C# using the VS2005 IDE? I need to call some strings from a resource file and am having a hard time understanding how to use ResourceManager. I can find
|
| Payroll model. | 15 Dec 2006 16:17 GMT | 8 |
There are four pay types standard shiftpremium doubletime
|
| Left or Right Tab Alignment missing text | 15 Dec 2006 15:39 GMT | 3 |
I want to create tabs in the TabControl that are aligned on either the right or left side, but no text shows when doing this. Is there an issue here or a work around. Text for tabs on top or bottom are just fine. I'm using VS 2005.
|
| KeyedCollection serialization with SoapFormatter | 15 Dec 2006 15:13 GMT | 3 |
I'm trying to serialize a KeyedCollection with the SoapFormatter, however I'm getting the exception: System.Runtime.Serialization.SerializationException: Soap Serializer does not support serializing Generic Types :
|
| How to convert .xls file into text file. | 15 Dec 2006 14:51 GMT | 8 |
Hello friends, I want to convert .xls file into text file.So can anybody pls help me out. Thxxxxxx,
|
| Data access layer generator? | 15 Dec 2006 09:54 GMT | 4 |
Does anyone know the top few 3rd party products for data access layer generation? We're looking into DeKlarit but don't know if they're the most popular/common out there for VS2005 integration. Thanks,
|
| [winforms]swiching focus with ENTER key | 15 Dec 2006 09:50 GMT | 1 |
I have a many forms with many controls and users are used to use ENTER key to move/circle through controls on a form. How do i do that without refferencig all controls on a form to a function? Thankyou!
|