473,774 Members | 2,105 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

0
756
thread by: Tony | last post Jun 27 '08 by: Tony
Hello! I'm reading about ado.net and there are something that I don't fully understand. It says "In addition to the standard functionality of a DataAdapter, TableAdapters provide additional typed methods that encapsulate queries that share a common schema with the associated typed DataTable." What does it mean with typed methods? Is it...
1
1,702
thread by: Metehanma | last post Jun 27 '08 by: =?Utf-8?B?TWlzYmFoIEFyZWZpbg==?=
I am creating Library (dll) with visual studio. Not windows, console, or aspnet application, just a library(dll). Later i will use this dll with my application. When windows app or aspnet app, Use app.config or web.config to put connection config files. When i do dll app where would i put my configuration of connectons..? i hope i clear.
0
1,006
thread by: Cor Ligthert[MVP] | last post Jun 27 '08 by: Cor Ligthert[MVP]
See my reply in the other newsgroup "DR" <softwareengineer98037@yahoo.comschreef in bericht news:uY9FDG0nIHA.2292@TK2MSFTNGP03.phx.gbl...
9
3,895
thread by: =?Utf-8?B?UGhhbmlkaGFy?= | last post Jun 27 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
Hi, I'm developing a Winform application in C#( .net 2.0). I've a dialog box where user can input text and that text would be sent across to other machine using sockets. When the user enters ASCII character which are non-printable like ASCII 20 ( using ALT+20), this character is converted to ASCII value 194( or something like that). What...
7
7,774
thread by: =?Utf-8?B?TWFuanJlZSBHYXJn?= | last post Jun 27 '08 by: Jeffrey Tan[MSFT]
Hi, I am using StreamReader to read an ASCII file that contains blank lines. How can I omit reading blank lines? I tried somting like... FileStream inFile = new FileStream("c:\HTAC10A.PRN",FileMode.Open); StreamReader inreader = new StreamReader(inFile); string line = inreader.ReadLine();
1
1,194
thread by: Jason Huang | last post Jun 27 '08 by: Larry
Hi, In my C# Windows Form Form1, I have a ComboBox CB1. What do I need to do to the CB1 so that it won't let user enter value by Typing, and only allow Select. Thanks for help. Jason
3
2,235
thread by: =?iso-8859-1?Q?Vicente_Garc=EDa?= | last post Jun 27 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
Hello all, I am searching for a language to work with aspect oriented programming on the .NET platform with Csharp. Also, I would like that the language can be integrated on Visual Studio 2008. I've tried ASPECT.NET but it only works on Windows XP and I prefer Windows Vista. May anyone please advice me? Thanks in advance
4
998
thread by: John B | last post Jun 27 '08 by: John B
Considering the below code, is it a bug that I can return IEnumerable<AnyTypeinstead of only IEnumerable<IFuas constrained in the base class? It is not possible to add a constraint to the concrete class implementation of GetStuff as it errors saying that it inherits the superclass constraint(s) (which makes sense). interface IFu {
0
980
thread by: =?Utf-8?B?TWFya19C?= | last post Jun 27 '08 by: =?Utf-8?B?TWFya19C?=
I have a webbrowser that loads a page and displays a java control. It works great on this machine but when I run the application on another machine it fails to load. I am able to open the page and view the Java control in IE on that machine. I seen some stuff on setting JAVA_PLUGIN_WEBCONTROL_ENABLE. But I am unsure of how to set...
0
1,395
thread by: Ben Voigt [C++ MVP] | last post Jun 27 '08 by: Ben Voigt [C++ MVP]
Chip Gore wrote: Actually, because you are using the C++/CLI compiler, microsoft.public.dotnet.languages.vc is the most appropriate place to discuss this. To be useful from C# and other .NET languages, the member functions of your ref class should accept parameters of type System::String^. The C++/CLI compiler provides some pretty...
0
164
thread by: Scott M. | last post Jun 27 '08 by: Scott M.
See my reply in other NG. "DR" <softwareengineer98037@yahoo.comwrote in message news:uY9FDG0nIHA.2292@TK2MSFTNGP03.phx.gbl...
6
3,405
thread by: =?Utf-8?B?emFsZHk=?= | last post Jun 27 '08 by: quasar
Hi! I have a question.. How can csharp read a text file and execute it in another application? What I mean is that, Im doing a drawing using Tekla Structures. But instead of doing the same thing over and over again, I want to create an exe file that allows it to read a text file and execute it in Tekla Structures. All I can do now is to...
4
2,855
thread by: Christian | last post Jun 27 '08 by: Marc Gravell
Hi, how i can save the rows in a DataGridView in c# 2008? i haven't a DB but only datagridview...
1
4,608
thread by: Phil Townsend | last post Jun 27 '08 by: Peter Duniho
I have an application that needs to respond to events that occur outside of the application itself. My project, called "ShowDetection" declares the event. I have a console app called "TestEvent" that I would like to use to test the event handler. Any action in the console app would be acceptable, such as a keystroke. I am at a loss on how to...
0
882
thread by: Larry Smith | last post Jun 27 '08 by: Larry Smith
Hi there, Can anyone explain why the assembly qualified names seen in the ".resx" file for each form in an application aren't kept up-to-date by Visual Studio. For instance, if a dialog uses a user control from some other library in the same solution, the user control's assembly qualified name will appear in the dialog's ".resx" file. Each...
1
5,808
thread by: Wendi Turner | last post Jun 27 '08 by: Rich P
Configuration Error from Visual Studio 2005 .NET 2.0 This is an ASP.NET Website with a Report Viewer Component - Microsoft.ReportViewer.WebForms & .Common included in project output Trying to install on a remote server with websetup project and the error is ... Error(s) on Browse IE: Parser Error Message: Could not load file or...
1
1,082
thread by: =?Utf-8?B?QUEyZTcyRQ==?= | last post Jun 27 '08 by: =?Utf-8?B?QUEyZTcyRQ==?=
How do I get the version of a running exe using managed code? I can using API calls. Objective: display the version in the exe's about message i.e the code will be inside the exe itself. Thanks.
0
747
thread by: tshad | last post Jun 27 '08 by: tshad
I want to change the default folder where the msi of my service is going to create to put my files into. When I originally setup the installer in my solutions, it was created with Setup1 and that was what it showed in my Solution Explorer. I then changed the name and that worked fine. I also went to the properties and changed the name...
8
1,489
thread by: Sapo19875 | last post Jun 27 '08 by: Jon Skeet [C# MVP]
Hi all, I need to sum two classes in this way MyClass CT = myCollectionOfMyClass; MyClass C1 = myCollectionOfMyClass; CT = CT + C1; In myClass exists the method to overload + operator and the method looks like this:
1
123
thread by: Christian | last post Jun 27 '08 by: Christian
Hi, i must create a program to save my list of DVD but i don't have a DB like SQL or Access o file... it's possible??
0
903
thread by: George Johnston | last post Jun 27 '08 by: George Johnston
Put your namespace inside of curly brackets. string ns = "{" + xd.Root.Name.NamespaceName + "}"; IEnumerable<XElementd = xd.Descendants(ns + "People").Descendants();
2
3,068
thread by: =?Utf-8?B?QyNub3ZpY2U=?= | last post Jun 27 '08 by: =?Utf-8?B?QyNub3ZpY2U=?=
Like my name says I am a total novice at C#. I am trying to following examples in a book that I have but unfortunately they do not provide you with code for the whole project. Up till now I could figure out what is causing my problems but now I am stuck. I added in the books code into a Windows Application: using System; using...
1
4,694
thread by: 2X4Man | last post Jun 27 '08 by: Chris Shepherd
I am creating a webmail solution and need to be able to display HTML e- mails in a placeholder without screwing up the styling of the rest of the page. I know that I could use an iframe to do this, but the problem that I am running into is that iframe's require a src which points to a file, I don't have an HTML file to display I just have the...
1
3,169
thread by: Ronald S. Cook | last post Jun 27 '08 by: =?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?=
Hi, I have a grid (Infragistics UltraGrid but I don't think that matters) that is bound to data source IEnumerable(Of Employee). How do I add a row to the grid (i.e. to the underlying data source, I suppose? I';m used to my data sources being DataTable so easy. Not sure what to do here.
0
839
thread by: =?Utf-8?B?R3JleWhvdW5k?= | last post Jun 27 '08 by: =?Utf-8?B?R3JleWhvdW5k?=
I need to write a C# application that creates a report using SQL Server Reporting Services and publishes that report to a Sharepoint site. Can someone please point me to an article that comes close to explaining how to do this? Thanks

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.