| Thread | Last Post | Replies |
|
| xsl Question | 09 Jan 2008 18:56 GMT | 7 |
Hello again... Im using XMl/xsl to generate text report from a service getting data to xml from sqlserver 2005 xml generates ok
|
| LinqToSQL CancelUpdate | 09 Jan 2008 18:31 GMT | 2 |
I'm writing an application using LinqToSQL. Basically the application works as follows: - Read a file - Add rows to the database (the rows belong to more than one table).
|
| Load New Record | 09 Jan 2008 18:14 GMT | 2 |
Writing C# front end for SQL Server 2005 back-end database. I have a form I want to use to enter new workorders but I don't want to retrieve existing workorders on the system. I only want to retrieve a new record. This is do to overhead concerns. I have been able to
|
| Textbox background color | 09 Jan 2008 17:10 GMT | 8 |
How can I change the background color of a textbox when it gets the focus? I can handle the "Enter" event and do this private void txtDummie_Enter(object sender, EventArgs e) { txtDummie.BackColor=Color.Red;
|
| wrapper for unmanaged c++ DLL | 09 Jan 2008 17:01 GMT | 3 |
I have trouble with a C# wrapper for an unmanaged DLL. The code is: int WINAPI DcpDll_GetFoundDevices (int piIdx, /*[in] Device index in the internal list(0..MAX_MEMBER)*/
|
| when i build someone's project, and right click a function "goto definition" is disabled. how to reconfigure a .net project to support "goto definition" when i right click on function calls? | 09 Jan 2008 16:31 GMT | 4 |
when i build someone's project, and right click a function "goto definition" is disabled. how to reconfigure a .net project to support "goto definition" when i right click on function calls?
|
| Assertion failed | 09 Jan 2008 16:19 GMT | 1 |
I wrote an ATL windows service that combines a c++ unmanaged code and a Com visible dll file created in c# both complied in a debug mode. and another c++ unmanaged dll file compiled in unicode debug (OS - windows 2003).
|
| Problem with COM Interop | 09 Jan 2008 16:09 GMT | 1 |
I have a .NET 2.0 C# assembly. The interfaces and class has the requiered attributes. The assembly is signed, installed in the GAC and I created a TLB to use it in VB6. In VB6 I can declare the members. When I try to create the objects I receive the following error (translated ...
|
| Word 2007-like tooltip (C# WPF) | 09 Jan 2008 15:45 GMT | 1 |
I want to create a tooltip like Word 2007 shows when you select text. http://img167.imageshack.us/img167/9809/floatiefq4.gif I have no problem with putting buttons etc in the tooltip but the tooltip closes when I navigate with my mouse to over the tooltip before I can click
|
| Yet another marshalling question | 09 Jan 2008 15:37 GMT | 1 |
I am very new to C# since my job consist to design/develop CE drivers but a client wants to use my C API into a .NET envrironment. I have 2 functions I would like to get help with. 1- BOOL WriteDataSyncCard (unsigned short Address, unsigned char* pBuffer,
|
| CreateProcessWithLogonW's process does not have the envrironment variables | 09 Jan 2008 14:37 GMT | 1 |
I am trying to create a process with the API: CreateProcessWithLogonW. The process (say, CMD.EXE) which gets created doesnt have the environment variables which I have explicitly passed into it as the parameter. The
|
| System.Media.SoundPlayer and sound speed | 09 Jan 2008 14:01 GMT | 1 |
Is it possible to play wav files slower or faster than the default speed of the SoundPlayer class does? I'm writing a small tool for guitarplayers and one feature would be a
|
| deleteing photo edge | 09 Jan 2008 12:29 GMT | 2 |
plz help me to write c#.net code to delete photo white border basicaly i dont have any idea about this image processing. EggHeadCafe - .NET Developer Portal of Choice http://www.eggheadcafe.com
|
| LINQ Queries vs Stored Procs | 09 Jan 2008 09:45 GMT | 19 |
I've been looking at LINQ and it seems very nice to be able to make queries in code, but I use stored procs for efficiency. If LINQ to SQL only works with SQL Server and stored procs are more efficient, what use is LINQ to SQL, other than to have a simpler way to call my stored
|
| C# 1.1 DataGrid set to not deletable | 09 Jan 2008 09:22 GMT | 1 |
In my C# 1.1 Windows Form, how do I limit a DataGrid's rows not to be deleted, but still can be edit. Thanks for help. Jason
|