| Thread | Last Post | Replies |
|
| Opening Folder Browse Dialog On Client Side Options | 22 Nov 2007 10:05 GMT | 3 |
I am writing a website and I would like to write a user control (ActiveX? DLL?) that can open the Windows Folder Browse Dialog from the client. I do have a user control (a DLL project) that opens the relevant
|
| VS 2008 available in french? | 22 Nov 2007 10:02 GMT | 2 |
does anbody know when the VS 2008 will be available "en francais", in french. I also would take a french trial if available. Great would be a Team Suite as a trial. I have some fellow developers who prefer the french
|
| Adding items in listbox | 22 Nov 2007 10:00 GMT | 2 |
i have a problem in adding new listbox items i don't need to allow adding multible items with the same textvalue ex: if current items are: green
|
| Identifying C# job failures in SQL jobs | 22 Nov 2007 09:14 GMT | 4 |
I have written a C# batch windows application (.Net Framework 1.1) that is executed via a SQL Server 2000 job step. Everything works fine except, when my program traps a failure, I record the error in a log, use Application.Exit, and SQL Server is
|
| IPC between unmanaged and managed code | 22 Nov 2007 09:10 GMT | 7 |
Hi all, my current project is completely written in native C++, and for some reason I need to write a standalone .Net program to do some work for it. Therefore, I need to find an effective way of IPC between my unmanaged code and managed code. What's most appropriate IPC
|
| Just curious .... | 22 Nov 2007 08:13 GMT | 11 |
anyone have any idea why there have been (at least) 82 VS 2008 post-release messages here on the C# board but only 5 on the VB.NET board; are the VB crowd just not interested?? strikes me as a significant difference but I'm not sure what to make of it
|
| Write a program for modifying a file | 22 Nov 2007 08:03 GMT | 2 |
Hello!! I'm supposed to write a program that modify a file with data that has been entered in the installation program(inno setup). This program will start after the install file has been created.
|
| How to Get Values? | 22 Nov 2007 07:55 GMT | 1 |
I am perplexed and probably not approaching this right, but I have the following in code: _dsSessionSer.Merge(ibrDBAccess.SybaseRetrieveDataset(lsSQL, "SessionSer"));
|
| Triggers and stored procedures in C# | 22 Nov 2007 07:53 GMT | 6 |
i have read that with Visual Studio 2005 it's possible to create stored procedures and triggers for a Sql Server 2005 database. I must admit that i have already written the stored procedures and triggers for my database using T-SQL,but i noticed bad performance (its kinda
|
| Printing issues on Vista | 22 Nov 2007 07:45 GMT | 1 |
I programmed a software on XP with the .Net framework 2.0. In this software I use the following code fragment to setup the printer: PrintDialog myPrintDialog = new PrintDialog(); myPrintDialog.Dialog.AllowCurrentPage = false;
|
| Windows Installer problems | 22 Nov 2007 06:28 GMT | 3 |
(Visual studio 2005) My windows installer Setup project needs to install a desktop application plus an optional Windows Service, into a single destination folder. Both applications share the same assemblies and are part of the same solution.
|
| Universal String (4 Byte Canonical Encoding) and UTF-32 | 22 Nov 2007 03:19 GMT | 2 |
BMP Strings are a subset of Universal Strings.The BMP string uses approximately 65,000 code points from Universal String encoding. BMP Strings: ISO/IEC 10646, 2-octet canonical form, Universal String: ISO/ IEC 10646, 4-octet canonical form.
|
| Assembly.Load(string name) | 22 Nov 2007 03:12 GMT | 4 |
for some reason i have code in a projcect that uses this method and it works. i have almost the exact same project/files (i just renamed some stuff) in another directory. the code works in the 1st application and the name of the parameter is just the name of the assembly, real ...
|
| Program crashes after a few executions | 22 Nov 2007 03:02 GMT | 13 |
i am learning c# and have created now a simple project that just creates 6 random numbers. My form includes a button and 6 labels for the random numbers. The program seems to work correct,
|
| Wait For Multiple Events | 22 Nov 2007 00:48 GMT | 3 |
Hello, Newsgroupians: Again, I'm still migrating from Win32 to C#. I've a question regarding some event handling in C#. I have created an EventWaitHandle object and pass that to my worker thread.
|