Does anyone know how to make windows forms applications look good? Some kind of skin maybe.
2. Best Codeplex sample for showing best coding practices? - Asp.Net
3. Strange problem working on C# Windows Forms app at work and at hom
I started an app at work (VS 2005 + SQL Server 2005). I added a UserControl and use it in 6 forms. At home I have the same setup. Connection string is set to localhost so data access works in both places with no problems. When I leave work, I copy the whole folder and db files to USB key. I can build and run at home, but I cannot open any form with the user control on it. I get error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) I assume somewhere deep down the name of my machine at work is in a connection string, but I can't find it. Even rebuilding doesn't solve the problem. Any ideas?
4. Need a sample or VBA code to open a C# windows forms in Excel using Macro - Excel
5. Looking for C# ListBox which works like Windows-XP's Add/Remove programs ListBox.
Hi, Im looking for ListBox which works like Windows-XP's Add/Remove programs listbox. where can i get this kind of listbox ? I want to show a text in ListItem & it should expand with its description when user selects a particular item. Also i want to add a button into to ListItem. it is same like Add/Remove programs ListBox. anybody help me. -Thiyagu
6. C# Windows Form Databound Listbox Problem - Help!! - CSharp/C#
7. Q:) Need sample code for a best practices Windows Form app
Is there anything like Petshop or Duwamish but more of a regular client/server windows forms based app that demonstrates good Window Forms coding practices? Or something that just demonstrates the right way to bind controls to data for a c/s app? My .Net experience is mostly web app based so I'm used to opening datasets and going back to refetch records on subsequent server roundtrips, etc. I'm not sure about the best way to work with data sets and bound controls on a client/server type of app where I can be fully coupled to the database. I used to work with Delphi which had components for persistent database connections and table objects that you opened once, wired your grids and edit boxes up to, and did all of your updates through. I know .net can do that but everything seems oriented towards disconnected apps. Then again, maybe thats the better way, either way - some pointers would be helpful... Thanks bill wiw at nyc . rr com
8. Looking for good c# sample NetworkStream BeginRead/EndRead... - Microsoft .NET Framework