First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
Simple Input Dialog
When I working with C# GUI Programming, I astonished by finding that there is no "simple input dialog box" option in C# like in java: JOptionPane.showInputDialog() If you still need a Simple Input Dialog Box, then add SimpleInputDialog.cs file to ur project, found here: http://www.oronno.co.cc/C-Sharp-Tips-and-Tuto... 26 Feb 2010 09:40
siaqodb
You can try siaqodb ( http://siaqodb.com ). It has LINQ default and only query engine, it is very fast and is also working on Silverlight platform Pavel Minaev wrote: Re: ODB's and C# 28-Aug-08 On Aug 25, 11:06=A0pm, Logician <sa...(a)logicians.com> wrote: LINQ is absolutely orthogonal to the whole relatio... 25 Feb 2010 17:08
Default namespace, prefix and XDocument
Hi all I have the following code: Namespace ns = "http://www.abc.com"; XDocument xDoc = new XDocument( new XElement(ns + "root", new XElement("person", new XAttribute("id", 1), new XElement("forename", "jack"), ... 25 Feb 2010 13:43
Timer in class?
Hello! I want to migrate from VB6 to C#. In VB6 I have a class that checks for mails each minute. This mail-check class also instantiates a self-firing timer class (cSelfTimer) because I did not want to put a timer in one of my forms. It looks like this Class clsMail Private WithEvents cTmr as clsTim... 26 Feb 2010 20:55
Download file from website/server
Hi I am using webclient downloadfile method to download a file from server Like using system.net; WebClient web = new WebClient(); web.DownloadFile("webaddress/filename.txt", "E:\\"); for a while it works fine but now it gives error as 401 : UnAuthorized Submitted via EggHeadCafe - Software Develop... 25 Feb 2010 10:17
NET 4.0 and NET 3.5
Hello, Does any knows if I can use a class library compiled with NET 3.5 in a Net 4.0 project? Thank You, Miguel ... 24 Feb 2010 22:13
How to identify control which was _right_ clicked?
Hello out there, I have a context menu where some entries will have to be changed at runtime depending on which control was clicked. I install an event handler ContextMenuStrip.Opening += new CancelEventHandler(cms_Opening); (based on an example I found somewhere). Now the signature of 'CancelEventHandler... 25 Feb 2010 10:17
Help with insert using MySql
I have having difficulty figuring out how to insert into a MySql database using C# and MySql Connector. I looked over several tutorials now I I seem to have everything correct but for some reason values never get inserted into my table, everything is NULL! here is my code: MySqlConnection connection = new ... 23 Feb 2010 21:39
regular expression with linq to get files from a dir
Hi, After googling and reading some pages (among http://msdn.microsoft.com/en-us/library/bb882639.aspx), i was trying to get some code running, but I have some problem with the regular expression. I would like to look for files that match a name build like this: defaulName20100223.zip Therefore I made a re... 24 Feb 2010 04:16
Collection UserControls/Windows Controls
Hi, how do I create a new control that has a property type ItemCollection, I return a collection of controls (Windows, and those already created) by a ItemCollectionEditor (you can choose which type of control / usercontrol to add, and once selected, appears on the design surface and can move. Sorry for m... 23 Feb 2010 11:19
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78