473,800 Members | 2,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

6
14,739
thread by: =?Utf-8?B?UnVpIE9saXZlaXJh?= | last post Jun 27 '08 by: Paul E Collins
I want use icons available in MessageBoxIcon to use them in a PictureBox control. How can I do this? There are a way to get this icons from MessageBoxIcon, or I need to have this images saved in a files to use them in a PictureBox control? Thks, Rui Oliveira
0
892
thread by: LVP | last post Jun 27 '08 by: LVP
Hi, Is there a way of capturing a Windows Console Closing event? thank you, LVP
1
968
thread by: Andrus | last post Jun 27 '08 by: Nathan
In WinForms Menu designer I need to associate type with menu item. In properties window for Customer menu item I entered =typeof(Customer) but designer creates code this.customerToolStripMenuItem.Tag = "=typeof(Customer)"; How to force it to create
4
13,634
thread by: CSharper | last post Jun 27 '08 by: Marc Gravell
I am reading an XmlFile using XmlDocument and traverse through the XmlNode, as I read I need to append an attribute to the XmlNode on some conditions. I tried xmlNode.Attributes.Append() It takes only XmlAttribute and in this when I create a new XmlAttribute, it doesn't allow me to set the name and value as the name is only the readonly...
9
1,454
thread by: colin | last post Jun 27 '08 by: SpamCatcher
Hi, I could do with a simple source code archiver something that can save all source files, and then save any changed source file, but I dont realy want or need the complexity of source code control. at the moment I just zip the entire directory, and save in numbered files, but theres a lot of large
12
2,414
thread by: gnewsgroup | last post Jun 27 '08 by: Jon Skeet [C# MVP]
I've read the msdn doc about IEnumerable. It seems to me that IEnumerable objects are essentially wrapped-up arrays. It simply gives us the foreach convenience. Is this correct?
2
5,430
thread by: wildman | last post Jun 27 '08 by: wildman
I'm having to create a manifest.xml file so I can deploy a webpart into a Sharepoint server. I need to plug in a PublickeyToken for the assembly.. where do I get this? <SafeControl Assembly="HelloWorldWebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=?????" Namespace="MyWebPartLibrary" TypeName="*"/>
2
3,513
thread by: Diego Armando Maradona | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
Hi, I am using toshiba tec sx8 thermal printer for printing our labels, in My old Delphi application I was using such code; ShellExecute(0,'open',Data.cmdbuffer, PChar('/c copy '+ExtractFilePath(Application.ExeName)+'PRINTER\ZZ3.PRN '+dmoMain.PRINTER+':'), nil, SW_HIDE);
1
2,069
thread by: eljainc | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
Hello, I have a perplexing situation. I am using Visual Studio 2005 SP1 and have created a simple form with two or three textboxes on them. They are not multi-line text boxes. I would like the behavior of them to advance to the next control when Tab or ENTER is pressed. However I cannot seem to change the property to do this. Sure I could...
1
1,186
thread by: Robert Bravery | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
HI all, Where can I find some best practices on web surveys and also wizards. Things like maximum questions per page, lenght of questions, type of answers given, Ie interativty like dropdowns and chackbox, and radiobuttons. I have a possible client, but his original survey has like 100 questions per page. I want to be able to show him...
1
1,364
thread by: announce | last post Jun 27 '08 by: announce
Greetings! Just a brief note to let you know about Release 2 of Altova's v2008 product line. From very large file support, to new functionality for working with OOXML and more, a few of the new features are: * Very large file support in XMLSpy XML editor * Support for Java, C#, JavaScript & VBScript in the XSLT engines in XMLSpy *...
2
1,231
thread by: Cdude | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
OleDbConnection excel1 = new OleDbConnection(); excel1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\Jed\\My Documents\\pro cd\ \testsheet.xls;Extended Properties=Excel 8.0;"; OleDbDataAdapter fillds = new OleDbDataAdapter("SELECT Barcode,Part_Count,Cycle_Time FROM ", excel1); ...
3
1,805
thread by: kerenx7 | last post Jun 27 '08 by: Ignacio Machin ( .NET/ C# MVP )
Hi! I have a Textbox and would like to commit a search on the text entered in it if someone wrote something in and than pressed the Enter key. What is the best way to do that? What event should I use? Thank you in advance,
0
901
thread by: Vijay Modi | last post Jun 27 '08 by: Vijay Modi
Hi, You can find the solution on the followng path: http://vijaymodi.wordpress.com/2008/05/12/biztalk-the-configuration-section-for-logging-cannot-be-found-in-the-configuration-source/ Regards, Vijay Modi
5
1,203
thread by: ind_123 | last post Jun 27 '08 by: parez
Can connection pooling be implemented for multiple applications? How is it done?
3
1,686
thread by: Petar Djetlic | last post Jun 27 '08 by: clintonG
I started developing in C#. Is there any elegant solution for automatic generating of forms based on the structure of the tables in (MSSQL) database (database schema), and after that only making minor changes in generated code for specific things. Take for example some simple desktop (windows) database app with 30-50 tables. Most forms for...
5
5,648
thread by: per_persson_2008 | last post Jun 27 '08 by: DSK Chakravarthy
I use .* as a wildcard match in my regular expression. But how do I write it if I want to match all characters except the following <> and /
3
1,078
thread by: pagerintas pritupimas | last post Jun 27 '08 by: DSK Chakravarthy
Not that this is a real-life problem but how would you call a "second" Foo method ? using System; public class Boo<T> { public void Foo(int index) { Console.WriteLine("Foo(int)");
8
5,074
thread by: csharpula csharp | last post Jun 27 '08 by: Marc Gravell
Hello friends, I would like to know what is the best way to store a tree structure in c#? Are there any good implementation examples for seing how to do it? Thank u! *** Sent via Developersdex http://www.developersdex.com ***
7
1,945
thread by: Jeff | last post Jun 27 '08 by: Chris Shepherd
I need a way to do the following and cannot seem to find a solution via google. 1. Have a method from the main app to get all open forms 2. Check each open form for a public method 3. If this public method exists execute it which will result in the displayed form being updated. There will be no data loss as the forms will only contain...
7
2,500
thread by: =?Utf-8?B?QUEyZTcyRQ==?= | last post Jun 27 '08 by: =?Utf-8?B?QUEyZTcyRQ==?=
I am not sure where to start on this. Does someone have a code snippet which will wait for a keypress or combination keypress & give me its utf8 value? e.g ESC // keypress Ctrl + C // combination keypress
11
2,114
thread by: bob | last post Jun 27 '08 by: bob
Hi, I am trying to develop a webservice and an aspx client on a Win2003 server box. The IDE is VS2008. The thing just seems totally flaky. Webservice compiles and publishes with no errors. Access the Service with http://localhost:2092/EasyVend0r.asmx (Note using the port assigned by the IDE) and no problem. But start a browser and go to...
2
2,514
thread by: Peter | last post Jun 27 '08 by: Peter
Firstly let me be very clear about this, I do not want to create a web service proxy nor do I want to do anything with web services. Basically, I have a shrink wrapped desktop application which downloads data from a web site. Unfortunately the application has a fixed timeout and the web server regularly exceeds this, causing the application...
0
1,156
thread by: Raja yashwanth Reddy Gunda | last post Jun 27 '08 by: Raja yashwanth Reddy Gunda
Hi I couldn't generate any report.My application is developed using .Net(MDI Frame application-windows forms) and I am trying to generate the report but couldn't succeed.If I do the same funtionality as individual windows form application(not a MDI frame) I was able to generate the report. I feel I am facing the problem with the below...
1
2,258
thread by: Jon Harrop | last post Jun 27 '08 by: =?ISO-8859-1?Q?Arne_Vajh=F8j?=
What would be the most efficient matrix representation for linear algebra on .NET? I recently benchmarked a 2D array, a flat array and an array of arrays and got the following performance results for LU decomposition: 2D array: 147 MFLOPS Flat array: 340 MFLOPS Array of arrays: 419 MFLOPS

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.