IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1825.68 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-28
[15:28]<sdnffdxdlld>nope not yet
[15:29]<rwyfcygs>I actually quite like Virgin cola
[15:30]<rwyfcygs>But the only place you can seem to get it now is on Virgin trains
[15:30]<rwyfcygs>It's spicier than coke
[15:30]<cjmgrug>smellyhippy: looks like the developer of NDoc was really pissed .. :(
[15:30]<sdnffdxdlld>yeah really pissed :S
[15:30]<sdnffdxdlld>I'd feel guilty but I do donate to projects i use alot ... and ndoc i didnt use that much
[15:38]<rwyfcygs>Meh?
[15:38]<rwyfcygs>What happened with NDoc?
[15:39]<sdnffdxdlld>the link i pasted
[15:40]<saxgjjmfn>where should custom namespaces be stored ?
[15:40]<sdnffdxdlld>schnoodle? stored?
[15:42]<saxgjjmfn>directory wise
[15:43]<sdnffdxdlld>where ever you think is right
[15:43]<sdnffdxdlld>at work we have the company name as the root namespace ... at home i tend to just use the app name
[15:44]<sdnffdxdlld>sometimes i dont even have a root namespace for it all ... just have it loose
[15:44]<saxgjjmfn>yes but you have a company name, then where do you save that to
[15:45]<saxgjjmfn>there has to be a standard
[15:45]<sdnffdxdlld>?
[15:45]<sdnffdxdlld>you dont "save it"
[15:45]<sdnffdxdlld>well you can set the root namespace in the project properties acctually
[15:45]<sdnffdxdlld>so you dont have to type it in each time
[15:46]<sdnffdxdlld>put when you make a class it should be in a namespace my.namespace.something{}
[15:46]<sdnffdxdlld>but
[15:47]<saxgjjmfn>then if you start a new project and do using mynamespace; class NewProject { }
[15:47]<saxgjjmfn>will it pick up the namespace ?
[16:11]<-- dvxn|syzzzyus xzs>http://www.bagdadsoftware.de")
[16:18]<vyzusdjvnev>morning people
[16:31]<vyzusdjvnev>im using ArrayList sort al.Sort(); how can i have it do a reverse sort?
[16:32]<svzz[wjzc]>reverse the comparer
[16:32]<vyzusdjvnev>how i do that >.<
[16:32]<svzz[wjzc]>if your comparer was a > b, so a < b
[16:32]<vyzusdjvnev>oh okay thanks let me try that
[16:33]<vyzusdjvnev>the things in the al are strings but lemme try brb
[16:34]<svzz[wjzc]>well something like al.Sort(delegate(string a, string b) { return a.CompareTo(b); } );
[16:34]<svzz[wjzc]>if you want it reversed, to b.CompareTo(a)
[16:36]<svzz[wjzc]>Hey guys, is ther ea way to populate a datatable without a DataAdapter?
[16:37]<vyzusdjvnev>i did that exact thing and it gave errors
[16:39]<vyzusdjvnev>the best overloaded method match for 'System.Collections.ArrayList.Sort(System.Collections.IComparer)' has some invalid arguments.
[16:39]<vyzusdjvnev>Argument '1': cannot convert from 'anonymous method' to 'System.Collections.ICompare'
[16:44]<gjrvcxnne>anyone know why remote desktop would limit the desktop remoted to to 16bit color? i NEED 24bit
[16:47]<sz2yzgrzzsx>because your options are set to 16bit
[16:47]<sz2yzgrzzsx>or your connecting to a windows 2000 box
[16:48]<gjrvcxnne>neither of those are true
[16:48]<sz2yzgrzzsx>which does not have 24bit color
[16:48]<sz2yzgrzzsx>then something you are doing is fubar
[16:48]<gjrvcxnne>set remote desktop options on the machine connecting to 24bit, and the machine i'm connecting to is win2k3
[16:48]<gjrvcxnne>err it might be xp....
[16:49]<gjrvcxnne>yeah, i think it's xp... (like it matters anyway)
[16:50]<gjrvcxnne>is there anything else that might limit the color depth?
[16:50]<sz2yzgrzzsx>does the host support 24 bit color locally?
[16:50]<zzcn_>hm
[16:50]<sz2yzgrzzsx>if not that could be another reason
[16:50]<zzcn_>how do i pop up a message box?
[16:50]<gjrvcxnne>System.Windows.Forms.MessageBox.Show
[16:50]<zzcn_>Thank you.
[16:50]<zzcn_>:)
[16:50]<d0`>MessageBox.Show
[16:51]<d0`>but remember to imppor the Windows.Forms
[16:51]<zzcn_>GoatCheez: the daily wtf frequent poster, correct? :)
[16:51]<d0`>in reference if your workspace isn't a form
[16:51]<gjrvcxnne>yeah, ;-P
[16:51]<zyccus>like your bobble hat
[16:52]<gjrvcxnne>arke_: u a frequenter?
[16:52]<zyccus>quite often the wtf is the ignorance of alex papad...whatever
[16:52]<gjrvcxnne>lol, it's true SOMETIMES....
[16:52]<gjrvcxnne>how the hell do you pronounce that last name btw lol
[16:54]<zzcn_>GoatCheez: yeah, but I don't usually post
[16:55]<gjrvcxnne>i only started posting within a year ago...
[16:56]<zzcn_>I started reading about a year ago
[16:56]<zzcn_>hehe
[16:56]<zzcn_>a bit elss than a year actually
[17:00]<gjrvcxnne>happened like a month ago
[17:00]<gjrvcxnne>meeting time
[17:58]<rwyfcygs>It'll direct them to IE
[17:58]<rwyfcygs>.mht is a registered file extension for IE
[17:59]<ymuggt0t0t>if I use @"" do I still have to escape " with \ ?
[17:59]<rwyfcygs>I should think so
[17:59]<ymuggt0t0t>awilkins: i was thinking on other platforms when using mono
[18:28]<pfjugan>first form was ran like this: Application.Run(new Form1())
[18:28]<pfjugan>how do I create the second form? where do I declare it ec
[18:28]<pfjugan>etc
[18:29]<pfjugan> first form isn't even declared it just passed to .Run() so I'm not sure what to do with the second one that's opened when I click on some button
[18:31]<azyfm>uhm, cylons found the fleet? didn't that happen pretty much every other episode
[18:32]<azyfm>flounce, right click on the project->Add->New Form
[18:33]<pfjugan>yeah I did that, but I'm not sure where to declare it. I can't call Run again obviously
[18:33]<mjzymygo>Arild... as I said... thats not the twist
[18:33]<azyfm>OtherForm blah = new OtherForm(); blah.ShowDialog();
[18:34]<pfjugan>where do I put that? Inside the click button?
[18:34]<pfjugan>I thought I should declare it somewhere where the variable won't die
[18:35]<pfjugan>so that I can access it again
[18:39]<svzz[wjzc]>hey guys is there an object generic-less that is inherited by List<> other than "object"?
[18:40]<lfrcnnus_frl>what is the best way to get a host's ip using c#?
[18:42]<pfjugan>ok I created it inside of click window. feels weird since the new object is created each time
[18:42]<pfjugan>but it works
[18:44]<azyfm>where you declare it depends on whether it should have state that outlasts a single showing
[18:44]<azyfm>if it's a dialog, just create it each time
[18:45]<azyfm>tool windows, MDI windows etc can stick around







