Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
xsl Question09 Jan 2008 18:56 GMT7
Hello again...
Im using XMl/xsl to generate text report from a service
getting data to xml from sqlserver 2005
xml generates ok
LinqToSQL CancelUpdate09 Jan 2008 18:31 GMT2
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 Record09 Jan 2008 18:14 GMT2
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 color09 Jan 2008 17:10 GMT8
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++ DLL09 Jan 2008 17:01 GMT3
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 GMT4
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 failed09 Jan 2008 16:19 GMT1
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 Interop09 Jan 2008 16:09 GMT1
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 GMT1
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 question09 Jan 2008 15:37 GMT1
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     variables09 Jan 2008 14:37 GMT1
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 speed09 Jan 2008 14:01 GMT1
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 edge09 Jan 2008 12:29 GMT2
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 Procs09 Jan 2008 09:45 GMT19
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 deletable09 Jan 2008 09:22 GMT1
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.